Advertisement
Guest User

Untitled

a guest
Jun 11th, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. bin\ffmpeg.exe -i part1.mp4 -i part2.mp4 -i part3.mp4 -filter_complex "[0:v]scale=-1:720,pad=1280:720:(1280-iw)/2:0[v1];[1:v]scale=1280:720[v2];[2:v]scale=-1:720,pad=1280:720:(1280-iw)/2:0[v3];[v1][0:a][v2][1:a][v3][2:a]concat=n=3:v=1:a=1[outv][outa]" -map "[outv]" -map "[outa]" -c:v libx264 -preset ultrafast -qp 0 output.mkv
  2.  
  3. [Parsed_concat_5 @ 02924a00] Input link in2:v0 parameters (size 1280x720, SAR 54
  4. 00:5401) do not match the corresponding output link in0:v0 parameters (1280x720,
  5. SAR 1:1)
  6. [Parsed_concat_5 @ 02924a00] Failed to configure output pad on Parsed_concat_5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement