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?
Sony Vegas Pro 12What editor are you using?
Remuxing from flvAre you recording directly to mp4 or remuxing from flv after recording?
ffmpeg -i <input file name>.flv -c copy <output file name, can be the same as input because the extension is different>.m4a
I use FLV Extract :'(If you are using the ffmpeg method, you can use ffmpeg to extract the audio track by running:
and seeing if you're able to add the audio track that way.Code:ffmpeg -i <input file name>.flv -c copy <output file name, can be the same as input because the extension is different>.m4a
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.