can we convert flv to mp4 directly from internet using ffmpeg
Posted
by m.qayyum
on Stack Overflow
See other posts from Stack Overflow
or by m.qayyum
Published on 2010-05-04T09:59:19Z
Indexed on
2010/05/04
14:58 UTC
Read the original article
Hit count: 274
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"
© Stack Overflow or respective owner