Tagged Questions
1
vote
3answers
401 views
Why is my ogg bigger than my m4a?
I am using the following commands to encode an audio file to m4a & ogg formats:
ffmpeg.exe -i 0123456789 -ab 192k out.m4a
ffmpeg.exe -i 0123456789 -f wav - | oggenc2.exe - -r -q 6 -o out.ogg
...
2
votes
3answers
2k views
Best Audio bitrate/encoding?
I want to rip all my CDs again. What is the best bitrate to use? I am thinking of OGG with 192 (it seems OGG uses ABR and doesnt have a VBR?). I cant remember what i used but i many ripped as m4a and ...