查看avconv网站,似乎有大量的视频转换选项.
但是,我迷失在所有技术细节中.
有没有一种简单的方法将.mov转换为.mp4(或h264)?
如果它有点有损,我很高兴.
如果它有助于我使用Ubuntu 12.04.2 LTS.
在Ubuntu 12.04上安装ffmpeg时
我收到了以下错误
libavcodec/libavcodec.a(libx264.o): In function `X264_init':
/root/ffmpeg/libavcodec/libx264.c:492: undefined reference to `x264_encoder_open_125'
collect2: ld returned 1 exit status
make: *** [ffmpeg_g] Error 1
Run Code Online (Sandbox Code Playgroud)
我按照http://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide上的说明进行操作
有人知道这个错误吗?