Advertisement
Guest User

Untitled

a guest
Sep 13th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. ffmpeg -i /file1.ts -i /file2.ts -i /file3.ts -i /file4.ts -i /file5.ts -filter_complex '[0:0] [0:1] [1:0] [1:1] [2:0] [2:1] [3:0] [3:1] [4:0] [4:1] concat=n=5:v=1:a=1 [v] [a]' -map '[v]' -map '[a]' -f vob -vcodec mpeg2video -vf yadif=1:-1:1,scale=720:576 -r 25 -aspect 16:9 -bf 2 -b:v 3240k -minrate 2700k -maxrate 3600k -bufsize 1835008 -g 25 -me_method epzs -mbd rd -acodec mp2 -b:a 128k -ar 48000 -y /home/jens/codeblocks/tempordner/ausgang/complex_from_h264_to_3600k.mpg -threads 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement