Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ffmpeg -y -i h264_file.ts -c copy remuxed.ts
  2.  
  3. ffmpeg -y -i h264_file.ts -map 0:0 -c:v copy -muxdelay 0 video.ts -map 0:1 -c:a copy -muxdelay 0 audio.ts
  4. ffmpeg -y -copyts -i video.ts -i audio.ts -c copy remuxed.ts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement