[FFmpeg-devel] [PATCH] Add VorbisComment writing to ogg-vorbis files (bump)
James Darnley
james.darnley
Wed May 5 01:30:58 CEST 2010
On 5 May 2010 01:23, Baptiste Coudurier <baptiste.coudurier at gmail.com> wrote:
> On 04/18/2010 03:47 AM, James Darnley wrote:
>>
>> On 8 April 2010 15:39, James Darnley<james.darnley at gmail.com> ?wrote:
>>>
>>> On 31 March 2010 00:35, James Darnley<james.darnley at gmail.com> ?wrote:
>>>>>
>>>>> As the subject says, the attached patch adds VorbisComment writing to
>>>>> ogg-vorbis files.
>>>>
>>>> Perhaps more explaination will garner some attention.
>>>>
>>>> The change to ogg_write_vorbiscomment() is because vorbis requires
>>>> VorbisComments to have the framing bit whereas flac and speex (based
>>>> on inspection of a file made by speexenc) do not.
>>>>
>>>> Any other comments about the way I've done stuff?
>>>>
>>>
>>> New patch attached. ?Changed due to the recent AVERROR() changes. ?A
>>> couple of minor cosmetic changes too.
>>>
>>
>> bump... ?does nobody want this?
>
> It would help review it the attachement had a better mime type.
> There is an extra space after framing_bit and before the ')'.
>
> How is vorbis different from theora ? Also it seems that all codecs can
> write a vorbiscomment so the code should be factorized.
>
I can't help the mime type google gives it. It's a standard text file
with unix line endings.
I wouldn't have a clue if theora differs from vorbis. I haven't
looked at a single theora doc. I don't particularly want to either.
More information about the ffmpeg-devel
mailing list