Skip to content

Instantly share code, notes, and snippets.

@greatseth
Created February 24, 2009 22:26
Show Gist options
  • Select an option

  • Save greatseth/69836 to your computer and use it in GitHub Desktop.

Select an option

Save greatseth/69836 to your computer and use it in GitHub Desktop.
Ffmpeg Pass 2: ffmpeg -y -i /Users/seth/diversion/hdcloud/encodes/dinner_105_393.3g2 -pass 2 -vcodec libx264 -ab 128k -b 1500k -bt 1500k -r 30 -s 480x320 -ar 44100 -acodec libfaac -ac 2 -threads 0 -coder 1 -flags +loop -cmp +chroma -partitions +parti8x8+parti4x4+partp8x8+partb8x8 -me_method umh -subq 8 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -b_strategy 1 -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -bf 16 -refs 4 -directpred 3 -trellis 1 -flags2 +bpyramid+wpred+mixed_refs+dct8x8+fastpskip -f mp4 /Users/seth/diversion/hdcloud/encodes/393/dinner_105_1500.mp4 $2 2>&1
Ffmpeg Pass 2: FFmpeg version git-611415b, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --prefix=/usr/local --disable-vhook --disable-mmx --enable-shared --enable-gpl --enable-libmp3lame --enable-libfaac --enable-libfaad --enable-libx264 --enable-nonfree --enable-libamr-nb --enable-libamr-wb
libavutil 49.14. 0 / 49.14. 0
libavcodec 52.13. 0 / 52.13. 0
libavformat 52.25. 0 / 52.25. 0
libavdevice 52. 1. 0 / 52. 1. 0
built on Feb 6 2009 12:45:53, gcc: 4.0.1 (Apple Inc. build 5490)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/seth/diversion/hdcloud/encodes/dinner_105_393.3g2':
Duration: 00:03:36.00, start: 0.000000, bitrate: 241 kb/s
Stream #0.0(eng): Audio: qcelp, 8000 Hz, mono, s16
Stream #0.1(eng): Video: mpeg4, yuv420p, 352x288 [PAR 1:1 DAR 11:9], 15.00 tb(r)
Warning: not compiled with thread support, using thread emulation
Output #0, mp4, to '/Users/seth/diversion/hdcloud/encodes/393/dinner_105_1500.mp4':
Stream #0.0(eng): Video: libx264, yuv420p, 480x320 [PAR 22:27 DAR 11:9], q=10-51, pass 2, 1500 kb/s, 30.00 tb(c)
Stream #0.1(eng): Audio: libfaac, 44100 Hz, stereo, s16, 128 kb/s
Stream mapping:
Stream #0.1 -> #0.0
Stream #0.0 -> #0.1
[libx264 @ 0x1003a00]using SAR=22/27
[libx264 @ 0x1003a00]using cpu capabilities: MMX2 SSE2Fast SSSE3 PHADD SSE4.1 Cache64
[libx264 @ 0x1003a00]profile High, level 2.1
Press [q] to stop encoding
Audio resampler only works with 16 bits per sample, patch welcome.
Ffmpeg Pass 2: duration: 216.0seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment