[FFmpeg-user] support for .oga and .ogx formats? (sort of feature request)

Reindl Harald h.reindl at thelounge.net
Sun Mar 30 00:42:44 CET 2014



Am 30.03.2014 00:26, schrieb roger21:
> first, i tried to fake an "ogx" file into an "ogv" file using the "-f ogv" parameter and it didn't work because it
> didn't know what that "ogv" format was (i eventually used -f ogg instead)
> 
> without "-f":
> 
> [NULL @ 02df8020] Unable to find a suitable output format for 'video.ogx.theora.vorbis.c.c.ogx'
> video.ogx.theora.vorbis.c.c.ogx: Invalid argument
> 
> with "-f ogv":
> 
> [NULL @ 02df8020] Requested output format 'ogv' is not a suitable output format
> video.ogx.theora.vorbis.c.c.ogx: Invalid argument

why don't you read your replies?
"ogv" is not a format "ogg" is one

ffmpeg -i test.mp3 -f ogg -acodec vorbis -strict experimental test.oga
Output #0, ogg, to 'test.oga':
  Metadata:
    title           : Mamma Mia
    artist          : ABBA
    album           : ABBA
    genre           : Pop
    track           : 1
    date            : 1975
    encoder         : Lavf55.33.100
    Stream #0:0: Audio: vorbis, 44100 Hz, stereo, fltp
___________________________________

ogv is the same and works at least the last 4 or 5 years with libtheora / libvorbis

-f ogg  -vcodec libtheora -acodec vorbis -strict experimental
-f ogg  -vcodec libtheora -acodec libvorbis

"-acodec vorbis -strict experimental" in case you don't have linked "libvorbis"

-------- Original-Nachricht --------
Betreff: Re: [FFmpeg-user] support for .oga and .ogx formats? (sort of feature request)
Datum: Tue, 25 Mar 2014 14:57:23 +0100
Von: Reindl Harald <h.reindl at thelounge.net>
Antwort an: FFmpeg user questions <ffmpeg-user at ffmpeg.org>
Organisation: the lounge interactive design
An: ffmpeg-user at ffmpeg.org

Am 25.03.2014 14:07, schrieb roger21:
> i'm surprised the .oga format is not supported while the .ogv is, and they both seems to be aliases to .ogg anyway
>
> since .oga is the official extension of the audio/ogg MIME type (just like .ogv is the official extension for the
> video/ogg  MIME type) it would be nice to have both https://wiki.xiph.org/MIMETypesCodecs
>
> i understand .ogx could be a bit more complicated since the format seems more featured
>
> so my question would be, is there an explanation, is it experimental, is it so lame that nobody care anyway?

why do you think so?
you tell ffmpeg with params what it should do

-f ogg -acodec vorbis -strict experimental"
-f ogg -acodec libvorbis

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 246 bytes
Desc: OpenPGP digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20140330/d139d710/attachment.asc>


More information about the ffmpeg-user mailing list