audio problem converting .mov ffmpeg

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wiziwiz
    Junior Member
    Junior Member
    • Jun 2011
    • 2

    audio problem converting .mov ffmpeg

    I am using latest ffmpeg and this code all other videos are fine except a large .mov the sound is stutterirng

    Code:
    ffmpeg -i VID.mov -vcodec libx264 -preset fast -crf 23 -threads 0 -vf scale="720:trunc(ow/a/2)*2" -acodec libfaac -ab 256k -ar 48000 wed5.flv
    think it is to do with aac and libx264
    Last edited by wiziwiz; 30 Jun 2011, 11:46 PM.
  • wiziwiz
    Junior Member
    Junior Member
    • Jun 2011
    • 2

    #2
    o.k. found the problem it was the audio codec libfaac so I changed to libmp3lame

    Comment

    Working...