Search found 1 match
- Tue Jul 08, 2014 7:41 pm
- Forum: FlashGot Support
- Topic: Youtude audio issue
- Replies: 2
- Views: 2377
Re: Youtude audio issue
For those who have a similar issue, here is what I did to resolve it. I downloaded both the .mp4 and .m4a file of the same name using flashgot. Then I used ffmpeg. Here is the command I used which merged the video and audio files perfectly: ffmpeg -i input_file.mp4 -i input_file.m4a -c copy -map 0:0...