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

curlew won't convert mp4 to webm #22

Open
trappedinspacetime opened this issue Apr 12, 2014 · 2 comments
Open

curlew won't convert mp4 to webm #22

trappedinspacetime opened this issue Apr 12, 2014 · 2 comments

Comments

@trappedinspacetime
Copy link

Hi
First of all congrats on your opensource project. I like curlew.
However I can not convert mp4 to webm with curlew. I am on ubuntu 13.10 32 bit platform. I thought it's related to ffmpeg configure flag an recompiled the latest version with "--enable-gpl --enable-libx264 --enable-libvorbis --enable-libvpx --enable-nonfree --enable-libmp3lame --enable-libfaac --enable-libtheora --enable-libxvid --enable-pthreads --enable-postproc --disable-debug --enable-shared" flags and installed But problem still exist. I can convert mp4 to webm in terminal like "ffmpeg -i input.flv -vcodec libvpx -acodec libvorbis output.webm"

Command line #1:


avconv -y -i /home/_/Desktop/LFS/LFS-7.4/LFS 7.4 - 2.1 vii. Host System Requirements (video 1).mp4 -f webm -b 1100k -r 30 -vcodec libvpx -ab 128k -ar 44100 -acodec libvorbis /home/_/Desktop/LFS 7.4 - 2.1 vii. Host System Requirements (video 1).webm

Error detail:


Stream #0.1(und): Audio: aac, 44100 Hz, stereo, fltp, 191 kb/s (default)
Metadata:
  creation_time   : 2013-09-11 08:43:19

Unknown encoder 'libvpx'
What could be the problem?

Thanks

@chamfay
Copy link
Owner

chamfay commented Apr 13, 2014

please install libvpx1 package

@trappedinspacetime
Copy link
Author

Thank you for reply. libvpx1 (1.2.0-2) already installed and I reinstalled it again. It converts well to other formats except webm.

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