VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Hey again, sorry about my previous thread asking how to make an MP4 video with audio only. It turns out if I'm going to embed this thing in Flash, it has to be in FLV format. :/ So can you guys recommend the tools for the job? I need to make an FLV video with no video track and just an AAC audio track. I don't want the AAC audio to be re-encoded in the process. Any more help would be appreciated, thanks.
    Quote Quote  
  2. you can do it with ffmpeg

    if you're starting with mp4
    ffmpeg -i input.mp4 -vn -acodec copy output.flv

    if you're starting with aac
    ffmpeg -i audio.aac -vn -acodec copy -bsf:a aac_adtstoasc output.flv
    Last edited by poisondeathray; 4th Feb 2013 at 23:11.
    Quote Quote  
  3. Thanks! I think I'm all set now!
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!