Thanks for the reply. i downloaded the avi file from here engr.colostate.edu/me/facil/dynamics/avis.htm <http://www.engr.colostate.edu/me/facil/dynamics/avis.htm> and did this ffmpeg.exe -i flame.avi -an -vcodec copy stream1.h264, i am getting error on this.
On Fri, Jun 1, 2018 at 1:26 PM, Moritz Barsnick <[email protected]> wrote: > On Fri, Jun 01, 2018 at 11:33:26 +0530, Robert Clove wrote: > > Can someone point me to a libavformat file for which i can use the > > What is a libavformat file? You probably mean an AVI file? > > > following command ffmpeg -i abc.avi -an -vcodec copy stream.264 > > Provided your ffmpeg supports H.264 encoding, e.g. with libx264, you > can create your own: > > $ ffmpeg -f lavfi -i testsrc2=d=10 -c:v libx264 abc.avi > > Cheers, > Moritz > _______________________________________________ > ffmpeg-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
