Is there a step-by-step guide on how to compile avconv in Ubuntu?
It seems hard to search for any tutorial with avconv compared to ffmpeg.
Is there a step-by-step guide on how to compile avconv in Ubuntu?
It seems hard to search for any tutorial with avconv compared to ffmpeg.
I finally found out how,
1.) Make a directory avconv-source
2.) Download and install the x264 library
3.) Download the avconv source
and now you can execute
This worked for me on Ubuntu 13.04 and Ubuntu 12.04.3 LTS.
It worked great for me on Ubuntu 12.04, except that it complained that assembler was missing.
The minimum version is yasm-1.2.0. If you really want to compile without asm, configure with --disable-asm.
Thanks to HOWTO: Install and use the latest FFmpeg and x264, I did the following as well, and it was OK beyond that.