FFMPEG Segfault Solutions
- by Brentley_11
I'm trying to convert a bunch of movies into h.264 mp4's using FFMPEG. These movies are sourced from various portable camcorders such as the Flip Mino HD and the Kodak ZI8. One issue I'm having with video from the ZI8 is it seems to be causing FFMPEG to segfault.
Here is my command:
ffmpeg -i 'XmasSailor720p60fps.MOV' -threads 2 -acodec libfaac…