Advertisement
Guest User

Weird ffmpeg bug

a guest
Jun 8th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. So, when I run:
  2.  
  3. C:\Luxrender\BLENDER\Projects\WipEout_Equaliz\Venom\OUT3>ffmpeg -r 120 -i Frame_%04d.png -i "C:\Users\Nofew\Documents\My Games\Ironclad Games\Sins of a Solar Empire Rebellion\Mods-Rebellion v1.1\Distant Stars (R) ALPHA 0.12\Sound\Battle 16.ogg" -vcodec libx264 -preset ultrafast -crf 23 -movflags faststart -pix_fmt yuv420p OUT23.mp4
  4.  
  5. it outputs a video 49 minutes long, with no motion, and weird "choppy" sound.
  6.  
  7. When I run:
  8.  
  9. C:\Luxrender\BLENDER\Projects\WipEout_Equaliz\Venom\OUT3>ffmpeg -r 120 -i Frame_%04d.png -i "C:\Alienware\Battle 16.flac" -vcodec libx264 -preset ultrafast -crf 23 -movflags faststart -pix_fmt yuv420p OUT23.mp4
  10.  
  11. it outputs a video that's out of sync with the audio. It seems to be a constant rate.
  12.  
  13.  
  14. Other .png streams and .ogg's work just fine. It's just this very specific stream with this very specific audio.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement