deb-src http://ppa.launchpad.net/handbrake-ubuntu/ppa/ubuntu lucid main
works like a charm...
![Smile :)](./images/smilies/icon_smile.gif)
Code: Select all
## handbrake snapshots - Maintainer: John Stebbins
deb http://ppa.launchpad.net/stebbins/handbrake-snapshots/ubuntu lucid main
deb-src http://ppa.launchpad.net/stebbins/handbrake-snapshots/ubuntu lucid main
Code: Select all
/home/ravenel/source/ffmpeg/libavformat/libavformat.a(id3v2.o): In function `read_ttag':
/home/ravenel/source/ffmpeg/libavformat/id3v2.c:142: undefined reference to `ff_id3v1_genre_str'
collect2: ld returned 1 exit status
make: *** [ffmpeg_g] Error 1
Code: Select all
svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk --revision {2010-06-01} ffmpeg
Code: Select all
ravenel@Galadriel:/myth/video/MakeMKV/Quantum of Solace$ x264 title01.mkv --preset slow --crf 20 --tune film --level 41 --output Quantum\ of\ Solace-x264.mkv
[matroska @ 0x1c82420]Estimating duration from bitrate, this may be inaccurate
lavf [info]: 1920x1080p 1:1 @ 24000/1001 fps (vfr)
x264 [info]: using SAR=1/1
x264 [info]: using cpu capabilities: MMX2 SSE2Fast FastShuffle SSEMisalign LZCNT
x264 [info]: profile High, level 4.1
Killedframes: 3.68 fps, 12379.96 kb/s
Code: Select all
./configure --disable-everything --enable-gpl --enable-postproc --enable-protocols --enable-demuxer=matroska,ogg,avi,h264,mov,m4v,mpegts,mpegvideo --enable-decoder=h264,vc1,wmv*,mpeg2video,mpeg1video,mpeg4,theora,vp8 --enable-parser=h264,mpeg4video,mpegvideo,vc1,vp8
Code: Select all
--log-level <string> Specify the maximum level of logging ["info"]
- none, error, warning, info, debug