Hi All,

I want to encode the YUV video data in FLV1 format and put it in a flv
container. I made the necessary changes to the "output_example.c" to output
the flv video file. The following are the changes I made.
1. The output file name with *.flv extension. So no problem with
"guess_format()".
2. Audio & video Codec ID:
fmt->audio_codec = CODEC_ID_NONE;
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to