Advertisement
Guest User

FFMPEG start offset weirdness

a guest
Jun 12th, 2015
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.42 KB | None | 0 0
  1. Experiencing weird start offset issues when re-encoding a video with FFMPEG.
  2.  
  3. My original video:
  4. Duration: 00:00:15.06, start: 0.000000, bitrate: 20464 kb/s
  5.  
  6. When I apply the below encoding settings...
  7. ffmpeg -i in.mp4 -c:v libx264 -profile:v high -level 4.1 -b:v 7000k -c:a aac -b:a 192k -strict -2 -threads 0 -y out.mp4
  8.  
  9. ...my output video looks like this:
  10. Duration: 00:00:15.08, start: 0.021333, bitrate: 7345 kb/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement