Guest User

Untitled

a guest
Mar 18th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ffmpeg.exe -i "movie.mp4" -itsoffset 3.84 -i "movie.mp4" -map 1:v -map 0:a -c copy "movie-video-delayed.mp4"
  2.  
  3. ffmpeg.exe -i "movie.mp4" -itsoffset 3.84 -i "movie.mp4" -map 0:v -map 1:a -c copy "movie-audio-delayed.mp4"
  4.  
  5. -itsoffset 3.84 -i "movie.mp4"
  6.  
  7. -map 1:v -map 0:a
Add Comment
Please, Sign In to add comment