Quote:
Originally Posted by horacio
If you replace ffmpeg version 3.2.4 with version 2.8.3 https://www.videohelp.com/download/f...in32-static.7z and use this line in your exe:
ffmpeg -i (url) -c:v copy -c:a libvo_aacenc -b:a 128k (path + filename)
you can save in FLV format like with rtmpdump.exe ... that file not need fixing or converting.
|
thx, i will definitely give it a try.
Are you shure that this command will only work with the older FFmpeg version? Or is there also a solution for the new version?