Advertisement
Guest User

Untitled

a guest
Apr 11th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. ffmpeg -loop 1 -i title.png -filter:v 'fade=in:0:50,fade=out:-1:50,fade=out:75:50' -c:v libx264 -t 5 title.mov
  2.  
  3. ffmpeg -i title.mov -f lavfi -i aevalsrc=0:0 -shortest -c:v copy -c:a pcm_s16le -strict experimental title-silence-added.mov
  4.  
  5. ffmpeg -f concat -i movie-segment-list.txt -c copy final.mov
  6.  
  7.  
  8. details on the movie codecs:
  9. Playing peahen-honk.mov.
  10. libavformat version 55.19.104 (external)
  11. libavformat file format detected.
  12. [lavf] stream 0: video (h264), -vid 0
  13. [lavf] stream 1: audio (pcm_s16le), -aid 0, -alang eng
  14. VIDEO: [H264] 1280x720 24bpp 25.000 fps 11377.2 kbps (1388.8 kbyte/s)
  15.  
  16. details on the title frame codecs:
  17. Playing title-silence-added.mov.
  18. libavformat version 55.19.104 (external)
  19. libavformat file format detected.
  20. [lavf] stream 0: video (h264), -vid 0
  21. [lavf] stream 1: audio (pcm_s16le), -aid 0, -alang eng
  22. VIDEO: [H264] 1280x720 24bpp 25.000 fps 51.5 kbps ( 6.3 kbyte/s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement