[FFmpeg-user] Can someone point me to a libavformat file

Robert Clove cloverobert at gmail.com
Fri Jun 1 11:11:09 EEST 2018


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 <barsnick at gmx.net> 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
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list