Question / Help Video is in editor but not the audio

Andy Thanh Tran

New Member
So, I recorded a video, put the video in my editor and only the video shows up, no audio. I know I recorded audio because I watched the video after recording it. Any suggestions?
 

Harold

Active Member
If you are using the ffmpeg method, you can use ffmpeg to extract the audio track by running:
Code:
ffmpeg -i <input file name>.flv -c copy <output file name, can be the same as input because the extension is different>.m4a
and seeing if you're able to add the audio track that way.

If it doesn't work, you should be able to open the audio file in audacity and convert it to a format that does work.
 

Andy Thanh Tran

New Member
If you are using the ffmpeg method, you can use ffmpeg to extract the audio track by running:
Code:
ffmpeg -i <input file name>.flv -c copy <output file name, can be the same as input because the extension is different>.m4a
and seeing if you're able to add the audio track that way.

If it doesn't work, you should be able to open the audio file in audacity and convert it to a format that does work.
I use FLV Extract :'(
 

Harold

Active Member
I'm not sure if flv extract can export just the audio track. You can try to see if it will. Also, audacity may be able to allow you to export the audio track straight from the FLV.
 
Top