> >> 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 _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
