Guest User

Untitled

a guest
May 16th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. ffmpeg -y -loglevel warning -i video5.mp4 -i video7.mp4 -filter_complex \
  2. "nullsrc = size = 640*640 [base]; \
  3. [0:v] setpts=PTS-STARTPTS, scale=320x640 [left]; \
  4. [1:v] setpts=PTS-STARTPTS, scale=320x640 [right]; \
  5. [base][left] overlay=shortest=1:x=0:y=0 [tmp1]; \
  6. [tmp1][right] overlay=shortest=1:x=320[vout]; \
  7. [0:a][1:a]amerge=[a]" \
  8. -map "[vout]" -map "[a]" -ac 2 output5and7high.mp4
  9.  
  10. OUTPUT:-
  11. [Parsed_amerge_7 @ 0x7fbe5ae0a280] No channel layout for input 1
  12. unknown side data type 10 (24 bytes)
Add Comment
Please, Sign In to add comment