can we convert flv to mp4 directly from internet using ffmpeg
- by m.qayyum
VB.Net
This works fine for me
"-i ""C:\myfile.flv"" -ar 22050 FileName.mp4"
but can i use this one i.e.
"-i ""http://www.example.com/myfile.flv"" -ar 22050 FileName.mp4"