http://bugs.cinelerra.org/show_bug.cgi?id=265





------- Additional Comments From [EMAIL PROTECTED]  2006-05-25 14:48 -------
I forgot to add in order to get Cinelerra DV AVIs to work in ffmpeg again, I 
also had to comment out the following lines that were added at some point to 
fix_codecs in filemov.C:

        if (asset->format == FILE_MOV)
        {
                if(!strcasecmp(asset->vcodec, QUICKTIME_DVSD))
                {printf("n\n");
                        strcpy(asset->vcodec, QUICKTIME_DV);    }
        }

ffmpeg will not read the file (you get "Unsupported codec (id=0)") if the 
fourcc is "dvc ", but works just fine if you hexedit it to "dvsd". This may be 
a bug in ffmpeg, but doesn't look like it can be fixed at the moment even if it 
is, since the ffmpeg CVS server is down.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to