Skip to content
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

Unknown encoder 'libvorbis' #51

Open
Zealotux opened this issue May 1, 2019 · 2 comments
Open

Unknown encoder 'libvorbis' #51

Zealotux opened this issue May 1, 2019 · 2 comments

Comments

@Zealotux
Copy link

Zealotux commented May 1, 2019

On MacOS Mojave:

ffmpeg -hide_banner -nostdin -y -i file:/Users/zealotux/Downloads/Isolation.mp4 -map 0:v:0 -map 0:a:0 -threads 8 -c:v libvpx -speed 0 -b:v 376k -auto-alt-ref 1 -lag-in-frames 25 -g 128 -pix_fmt yuv420p -vf scale=600:338,setsar=1 -c:a libvorbis -q:a 4 -f webm -pass 2 -passlogfile /var/folders/p1/4k_h9jb17z55r47d2nkxb6x00000gn/T/boram-4216YiZcGo7AmAtu -metadata title=Isolation file:/Users/zealotux/Desktop/Isolation.webm Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'file:/Users/zealotux/Downloads/Isolation.mp4'

Checking with brew info ffmpeg it appears libvorbis is installed, however I have an error Unknown encoder 'libvorbis' during encoding.

@Kagami
Copy link
Owner

Kagami commented May 1, 2019

boram uses built-in ffmpeg binary. But I've accidentally disabled libvorbis in latest build of ffmpeg for macOS, thus use of libvorbis cause that error. Will fix it in next boram's release.

Meanwhile, in order to use system ffmpeg you can try in terminal:

BORAM_FFMPEG=ffmpeg /path/to/boram.app/Contents/MacOS/boram

@Zealotux
Copy link
Author

Zealotux commented May 1, 2019

Understood, the workaround worked, thank you for your work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants