I recently compiled ffmpeg on OS X and I converted some mkv files to mp4 with:
But I am having issues with playback. When I view the video on iOS the video stutters every ~5 mins for ~10 seconds and the video completely freezes when the video is 98% done (a 21:30 long video will freeze at 21:08 and a 59:21 long video will freeze at 58:20) and the audio continues to play.Code:ffmpeg -i INPUT.mkv -vcodec copy -acodec libfaac -ab 384k -ac 6 -ar 48000 OUTPUT.mp4
Also, when I try to skip to a specific point in the video with vlc on my mac, the video freezes and the audio continues to play.
I have also tried the following and it still freezes.
When I use an older ffmpeg binary it doesn't freeze but it was compiled without libfaac and I can't use aac because for some reason it doesn't keep the surround channels and only keeps L C R.Code:ffmpeg -i INPUT.mkv -vcodec copy -acodec copy OUTPUT.mp4
I don't know what the problem could be.
+ Reply to Thread
Results 1 to 2 of 2
Similar Threads
-
MKV to MP4 audio stretch issues!!!
By wphill in forum Video ConversionReplies: 3Last Post: 18th Jul 2012, 06:42 -
Convert MKV with .ass subs to mp4 with ffmpeg
By bearnado in forum Video ConversionReplies: 2Last Post: 1st Mar 2012, 02:21 -
mkv to mp4(ps3) subtitle issues
By HeroSmero in forum Video ConversionReplies: 2Last Post: 3rd Jan 2010, 19:43 -
MKV playback issues?
By Nz1me in forum Video ConversionReplies: 3Last Post: 29th Sep 2009, 22:16 -
Issues Converting MKV to MP4 (could be due to damaged MKV header??)
By MohQ in forum Video ConversionReplies: 1Last Post: 1st Feb 2008, 03:10