-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.ogg not exporting when using single channel #35
Comments
What is the error message when you just manually run the ffmpeg command? |
This is what I am getting : |
Does this help at all? |
I'm not quite sure what may be the issue here. Can you also post your platform and ffmpeg and libvorbis version. This thread https://stackoverflow.com/questions/28626506/error-while-converting-mp4-to-ogg-usr-bin-ffmpeg-invalid-argument (very last comment from LordNeckbeard) suggests its a difference between vorbis and libvorbis. That may be the case because when I run your example I get |
Adding "-ac 2" solved a similar problem for me. |
Im trying to export an ogg using single channel, but it breaks on the following command :
debug: Start export format=ogg
debug: Spawn cmd=ffmpeg -y -ar 22050 -ac 1 -f s16le -i /var/folders/2g/mnz3cs295mx9hrx7l9y3c3640000gp/T/audiosprite.3490381531883031 -acodec libvorbis -f ogg -ab 128k baseGameSound.ogg
It does however work when I do not use single channel.
The text was updated successfully, but these errors were encountered: