Created
October 21, 2012 09:04
-
-
Save kaihendry/3926442 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
x220:~/r$ ffmpeg -i /tmp/./r2d2.sh.8Sp5.mkv 2012-10-21/forIOSsafari.mp4 | |
ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers | |
built on Sep 29 2012 11:22:50 with gcc 4.7.1 (GCC) 20120721 (prerelease) | |
configuration: --prefix=/usr --enable-libmp3lame --enable-libvorbis --enable-libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable-libgsm --enable-libspe | |
ex --enable-postproc --enable-shared --enable-x11grab --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libschroedinger --enable-libopenjpeg --enable-librtmp | |
--enable-libpulse --enable-libv4l2 --enable-gpl --enable-version3 --enable-runtime-cpudetect --disable-debug --disable-static | |
libavutil 51. 73.101 / 51. 73.101 | |
libavcodec 54. 59.100 / 54. 59.100 | |
libavformat 54. 29.104 / 54. 29.104 | |
libavdevice 54. 2.101 / 54. 2.101 | |
libavfilter 3. 17.100 / 3. 17.100 | |
libswscale 2. 1.101 / 2. 1.101 | |
libswresample 0. 15.100 / 0. 15.100 | |
libpostproc 52. 0.100 / 52. 0.100 | |
Input #0, matroska,webm, from '/tmp/./r2d2.sh.8Sp5.mkv': | |
Metadata: | |
ENCODER : Lavf54.29.104 | |
Duration: 00:00:05.08, start: 0.000000, bitrate: 288339 kb/s | |
Stream #0:0: Video: ffvhuff (FFVH / 0x48564646), bgra, 1366x768, SAR 1:1 DAR 683:384, 30 fps, 30 tbr, 1k tbn, 1k tbc (default) | |
Stream #0:1: Audio: flac, 48000 Hz, stereo, s16 (default) | |
[libx264 @ 0x19ef180] using SAR=1/1 | |
[libx264 @ 0x19ef180] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX | |
[libx264 @ 0x19ef180] profile High, level 3.2 | |
[libx264 @ 0x19ef180] 264 - core 124 - 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=6 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 key | |
int_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 | |
[NULL @ 0x19efec0] Codec is experimental but experimental codecs are not enabled, try -strict -2 | |
Output #0, mp4, to '2012-10-21/forIOSsafari.mp4': | |
Metadata: | |
ENCODER : Lavf54.29.104 | |
Stream #0:0: Video: h264, yuv420p, 1366x768 [SAR 1:1 DAR 683:384], q=-1--1, 90k tbn, 30 tbc (default) | |
Stream #0:1: Audio: none, 48000 Hz, stereo, flt, 128 kb/s (default) | |
Stream mapping: | |
Stream #0:0 -> #0:0 (ffvhuff -> libx264) | |
Stream #0:1 -> #0:1 (flac -> aac) | |
Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment