Skip to content

Instantly share code, notes, and snippets.

Created May 9, 2013 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/0e30d615fbd363471caf to your computer and use it in GitHub Desktop.
Save anonymous/0e30d615fbd363471caf to your computer and use it in GitHub Desktop.
[root@hotspot flv]# ffmpeg -i Django.Unchained.2012.DVDSCR.XVID-NYDIC.mdi.flv Django.Unchained.2012.DVDSCR.XVID-NYDIC.mp4 -strict -2
ffmpeg version 1.2 Copyright (c) 2000-2013 the FFmpeg developers
built on Apr 1 2013 09:33:17 with gcc 4.7.2 (GCC)
configuration: --prefix=/usr --disable-debug --disable-static --enable-avresample --enable-dxva2 --enable-fontconfig --enable-gpl --enable-libass --enable-libbluray --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libv4l2 --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-postproc --enable-runtime-cpudetect --enable-shared --enable-vdpau --enable-version3 --enable-x11grab
libavutil 52. 18.100 / 52. 18.100
libavcodec 54. 92.100 / 54. 92.100
libavformat 54. 63.104 / 54. 63.104
libavdevice 54. 3.103 / 54. 3.103
libavfilter 3. 42.103 / 3. 42.103
libswscale 2. 2.100 / 2. 2.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 2.100 / 52. 2.100
Trailing options were found on the commandline.
Input #0, flv, from 'Django.Unchained.2012.DVDSCR.XVID-NYDIC.mdi.flv':
Metadata:
metadatacreator : Yet Another Metadata Injector for FLV - Version 1.9
hasKeyframes : true
hasVideo : true
hasAudio : true
hasMetadata : true
canSeekToEnd : false
datasize : 1683082139
videosize : 1468830726
audiosize : 211200961
lasttimestamp : 9924
lastkeyframetimestamp: 9917
lastkeyframelocation: 1682958322
Duration: 02:45:24.05, start: 0.000000, bitrate: 1356 kb/s
Stream #0:0: Video: flv1, yuv420p, 640x272, 1181 kb/s, 29.97 tbr, 1k tbn, 1k tbc
Stream #0:1: Audio: aac, 48000 Hz, stereo, fltp, 166 kb/s
File 'Django.Unchained.2012.DVDSCR.XVID-NYDIC.mp4' already exists. Overwrite ? [y/N] y
using cpu capabilities: MMX2 SSE2Fast FastShuffle SSEMisalign LZCNT
[libx264 @ 0xa56280] profile High, level 3.0
[libx264 @ 0xa56280] 264 - core 129 r2238 9c4ba4b - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=1 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
The encoder 'aac' is experimental but experimental codecs are not enabled, add '-strict -2' if you want to use it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment