[FFmpeg-devel] FLV1 codec; video bitrate not set

Stefan de Konink stefan
Wed Jan 28 19:26:00 CET 2009


Hi,


I'm currently coding a mediafile traffic shaping extension to the 
Cherokee webserver and was testing out some random media files. Now the 
issue seems to be that ffflv1 is only adding the audio bitrate.


I would propose something like:

} else if(amf_type == AMF_DATA_TYPE_NUMBER) {
    if(!strcmp(key, "videodatarate")) s->bit_rate += num_val * 1024;
    else ....


Should I prepare a patch or is there more going on?



Stefan




More information about the ffmpeg-devel mailing list