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

2018-06-01 Thread Robert Clove
Thanks for the reply.
i downloaded the avi file from here
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  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@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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

2018-06-01 Thread Moritz Barsnick
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@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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

2018-05-31 Thread Robert Clove
Can someone point me to a libavformat file for which i can use the
following command ffmpeg -i abc.avi -an -vcodec copy stream.264


On Fri, Jun 1, 2018 at 10:55 AM, Robert Clove  wrote:

> Hi,
>
> Can someone point me to a libavformat file
>
> OR
>
> I have a decrypted PCAP file, how can i stream it to rtsp://. on
> windows platform, what tools can be used for the same.
>
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

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

2018-05-31 Thread Robert Clove
Hi,

Can someone point me to a libavformat file

OR

I have a decrypted PCAP file, how can i stream it to rtsp://. on
windows platform, what tools can be used for the same.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".