[Libav-user] supported coded in muxing/demuxing
Ran Shalit
ranshalit at gmail.com
Sun Apr 19 19:05:49 CEST 2015
>
>> how to check in source code to see what's supported
>> in muxing/demuxing.
>
> The main problem is that there are general-purpose
> containers and containers that only support a limited
> number of codecs. mpeg-ts (and ps) is very restricted
> and you have to look into mpegtsenc.c to see what is
> supported. Other containers support any kind codec
> without the codecs being listed anywhere (except
> riff.c).
>
Hi Carl,
If I can ask one last question on this topic.
I thought that maybe I can skip the muxing, and just use http live
streaming of the images one after the other in something similar to
the following:
./ffmpeg -f video4linux2 -s 640x480 -r 15 -re -i /dev/video0 -an
-vcodec mjpeg -bf 5 http://localhost:8099/feed1.ffm
What do you think ?
Thank you,
Ran
More information about the Libav-user
mailing list