Guest User

Different fps clips, putting audio from A to B

a guest
Mar 22nd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ffmpeg -i "goodaudio.avi" -i "goodvideo.mkv" -filter_complex /
  2. "[0:a]atrim=2217.434:2366.951,fps=24000/1001,asetpts=PTS-STARTPTS[aud0]; /
  3. [1:a]atrim=2207.951:2467.969,asetpts=PTS-STARTPTS[aud1]; /
  4. [1:v]trim=2207.951:2467.969,setpts=PTS-STARTPTS[vid1]" /
  5. -map [vid1] -map [aud0] -map [aud1] c:v copy output.mkv
Add Comment
Please, Sign In to add comment