View difference between Paste ID: 60N4gT3r and pjiA209j
SHOW: | | - or go back to the newest paste.
1
When run as normal user:
2-
# /usr/local/bin/ffmpeg -i elf_h264.mov -s 480x320 -r 30000/1001 -b:v 1500k -bt 1500k -vcodec libx264 -vpre ipod320 -maxrate 750k -bufsize 4M -refs 1 -coder 0 -me_range 16 -subq 5 -partitions +parti4x4+parti8x8+partp8x8 -g 250 -keyint_min 25 -level 30 -trellis 2 -sc_threshold 40 -i_qfactor 0.71 -acodec libfaac -ac 2 -ar 48000 -ab 128k elf_h264.mp4 -y -v verbose
2+
# ffmpeg -i elf_h264.mov -vcodec libx264 -an elf_h264.mp4 -y
3
ffmpeg version 1.2.1 Copyright (c) 2000-2013 the FFmpeg developers
4
  built on Dec 17 2013 17:20:52 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-4)
5
  configuration: --disable-yasm --enable-gpl --enable-version3 --enable-nonfree --enable-shared --enable-libmp3lame --enable-libx264 --enable-libfaac --enable-libtheora --enable-libvorbis --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libxvid
6
  libavutil      52. 18.100 / 52. 18.100
7
  libavcodec     54. 92.100 / 54. 92.100
8
  libavformat    54. 63.104 / 54. 63.104
9
  libavdevice    54.  3.103 / 54.  3.103
10
  libavfilter     3. 42.103 /  3. 42.103
11
  libswscale      2.  2.100 /  2.  2.100
12
  libswresample   0. 17.102 /  0. 17.102
13
  libpostproc    52.  2.100 / 52.  2.100
14
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'elf_h264.mov':
15
  Metadata:
16
    major_brand     : qt
17
    minor_version   : 537199360
18
    compatible_brands: qt
19
    creation_time   : 2013-12-16 20:08:15
20
  Duration: 00:00:20.85, start: 0.000000, bitrate: 1650 kb/s
21
    Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1920x1080, 1646 kb/s, 29.97 fps, 29.97 tbr, 2997 tbn, 5994 tbc
22
    Metadata:
23
      creation_time   : 2013-12-16 20:09:13
24
      handler_name    : Apple Alias Data Handler
25-
[graph 0 input from stream 0:0 @ 0xda7b80] w:1920 h:1080 pixfmt:yuv420p tb:1/2997 fr:2997/100 sar:0/1 sws_param:flags=2
25+
[libx264 @ 0x969e00] using cpu capabilities: none!
26-
[scaler for output stream 0:0 @ 0xda8320] w:480 h:320 flags:'0x4' interl:0
26+
27-
[scaler for output stream 0:0 @ 0xda8320] w:1920 h:1080 fmt:yuv420p sar:0/1 -> w:480 h:320 fmt:yuv420p sar:0/1 flags:0x4
27+
28-
[libx264 @ 0xdd61c0] max bitrate less than average bitrate, assuming CBR
28+
29-
[libx264 @ 0xdd61c0] frame MB size (30x20) > level limit (396)
29+
30-
[libx264 @ 0xdd61c0] VBV buffer (3000) > level limit (2000)
30+
31-
[libx264 @ 0xdd61c0] MB rate (17982) > level limit (11880)
31+
    Stream #0:0(eng): Video: h264, yuv420p, 1920x1080, q=-1--1, 90k tbn, 29.97 tbc
32-
[libx264 @ 0xdd61c0] using cpu capabilities: none!
32+
33
      creation_time   : 2013-12-16 20:09:13
34
      handler_name    : Apple Alias Data Handler
35
Stream mapping:
36
  Stream #0:0 -> #0:0 (h264 -> libx264)
37
Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
38-
    Stream #0:0(eng): Video: h264, yuv420p, 480x320, q=-1--1, 1500 kb/s, 90k tbn, 29.97 tbc
38+
39
40
____________________
41
When run as root:
42
# ffmpeg -i elf_h264.mov -vcodec libx264 -an elf_h264.mp4 -y -v verbose
43
ffmpeg version 1.2.1 Copyright (c) 2000-2013 the FFmpeg developers
44
  built on Dec 17 2013 17:20:52 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-4)
45
  configuration: --disable-yasm --enable-gpl --enable-version3 --enable-nonfree --enable-shared --enable-libmp3lame --enable-libx264 --enable-libfaac --enable-libtheora --enable-libvorbis --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libxvid
46
  libavutil      52. 18.100 / 52. 18.100
47
  libavcodec     54. 92.100 / 54. 92.100
48-
# /usr/local/bin/ffmpeg -i elf_h264.mov -s 480x320 -r 30000/1001 -b:v 1500k -bt 1500k -vcodec libx264 -vpre ipod320 -maxrate 750k -bufsize 4M -refs 1 -coder 0 -me_range 16 -subq 5 -partitions +parti4x4+parti8x8+partp8x8 -g 250 -keyint_min 25 -level 30 -trellis 2 -sc_threshold 40 -i_qfactor 0.71 -acodec libfaac -ac 2 -ar 48000 -ab 128k elf_h264.mp4 -y -v verbose
48+
49
  libavdevice    54.  3.103 / 54.  3.103
50
  libavfilter     3. 42.103 /  3. 42.103
51
  libswscale      2.  2.100 /  2.  2.100
52
  libswresample   0. 17.102 /  0. 17.102
53
  libpostproc    52.  2.100 / 52.  2.100
54
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'elf_h264.mov':
55
  Metadata:
56
    major_brand     : qt
57
    minor_version   : 537199360
58
    compatible_brands: qt
59
    creation_time   : 2013-12-16 20:08:15
60
  Duration: 00:00:20.85, start: 0.000000, bitrate: 1650 kb/s
61
    Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1920x1080, 1646 kb/s, 29.97 fps, 29.97 tbr, 2997 tbn, 5994 tbc
62
    Metadata:
63
      creation_time   : 2013-12-16 20:09:13
64
      handler_name    : Apple Alias Data Handler
65
[graph 0 input from stream 0:0 @ 0x8537e0] w:1920 h:1080 pixfmt:yuv420p tb:1/2997 fr:2997/100 sar:0/1 sws_param:flags=2
66
[libx264 @ 0x82fe80] using cpu capabilities: none!
67
[libx264 @ 0x82fe80] profile High, level 4.0
68
[libx264 @ 0x82fe80] 264 - core 138 - H.264/MPEG-4 AVC codec - Copyleft 2003-2013 - 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=12 lookahead_threads=2 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
69
Output #0, mp4, to 'elf_h264.mp4':
70
  Metadata:
71-
[graph 0 input from stream 0:0 @ 0xb23b80] w:1920 h:1080 pixfmt:yuv420p tb:1/2997 fr:2997/100 sar:0/1 sws_param:flags=2
71+
72-
[scaler for output stream 0:0 @ 0xb24320] w:480 h:320 flags:'0x4' interl:0
72+
73-
[scaler for output stream 0:0 @ 0xb24320] w:1920 h:1080 fmt:yuv420p sar:0/1 -> w:480 h:320 fmt:yuv420p sar:0/1 flags:0x4
73+
74-
[libx264 @ 0xb521c0] max bitrate less than average bitrate, assuming CBR
74+
75-
[libx264 @ 0xb521c0] frame MB size (30x20) > level limit (396)
75+
    Stream #0:0(eng): Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 1920x1080, q=-1--1, 11988 tbn, 29.97 tbc
76-
[libx264 @ 0xb521c0] VBV buffer (3000) > level limit (2000)
76+
77-
[libx264 @ 0xb521c0] MB rate (17982) > level limit (11880)
77+
78-
[libx264 @ 0xb521c0] using cpu capabilities: none!
78+
79-
[libx264 @ 0xb521c0] profile Constrained Baseline, level 1.3
79+
80-
[libx264 @ 0xb521c0] 264 - core 138 - H.264/MPEG-4 AVC codec - Copyleft 2003-2013 - http://www.videolan.org/x264.html - options: cabac=0 ref=1 deblock=1:0:0 analyse=0x1:0x11 me=hex subme=5 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=2 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=0 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=cbr mbtree=1 bitrate=768 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 vbv_maxrate=768 vbv_bufsize=3000 nal_hrd=none ip_ratio=1.41 aq=1:1.00
80+
81
Press [q] to stop, [?] for help
82
[h264 @ 0xf14ca0] Increasing reorder buffer to 1
83
frame=   46 fps=3.9 q=-1.0 Lsize=     110kB time=00:00:01.46 bitrate= 613.6kbits/s
84
video:109kB audio:0kB subtitle:0 global headers:0kB muxing overhead 1.212552%
85
[libx264 @ 0x82fe80] frame I:1     Avg QP:15.11  size: 86734
86
[libx264 @ 0x82fe80] frame P:12    Avg QP:16.67  size:   914
87-
    Stream #0:0(eng): Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 480x320, q=-1--1, 1500 kb/s, 30k tbn, 29.97 tbc
87+
[libx264 @ 0x82fe80] frame B:33    Avg QP:18.72  size:   389
88
[libx264 @ 0x82fe80] consecutive B-frames:  4.3%  0.0%  0.0% 95.7%
89
[libx264 @ 0x82fe80] mb I  I16..4: 60.5%  4.7% 34.8%
90
[libx264 @ 0x82fe80] mb P  I16..4:  0.1%  0.1%  0.0%  P16..4:  4.6%  0.2%  0.1%  0.0%  0.0%    skip:94.9%
91
[libx264 @ 0x82fe80] mb B  I16..4:  0.0%  0.0%  0.0%  B16..8:  2.6%  0.0%  0.0%  direct: 0.5%  skip:96.8%  L0:63.2% L1:36.8% BI: 0.1%
92
[libx264 @ 0x82fe80] 8x8 transform intra:5.7% inter:86.5%
93
[libx264 @ 0x82fe80] coded y,uvDC,uvAC intra: 62.8% 77.3% 15.6% inter: 0.1% 1.2% 0.0%
94-
[h264 @ 0x2afa1a0] Increasing reorder buffer to 1
94+
[libx264 @ 0x82fe80] i16 v,h,dc,p: 42% 18% 16% 24%
95-
frame=    6 fps=2.7 q=-1.0 Lsize=      14kB time=00:00:00.20 bitrate= 558.2kbits/s
95+
[libx264 @ 0x82fe80] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 44% 10% 38%  3%  1%  1%  1%  1%  2%
96-
video:13kB audio:0kB subtitle:0 global headers:0kB muxing overhead 6.114698%
96+
[libx264 @ 0x82fe80] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 35% 17% 18%  6%  5%  5%  5%  5%  4%
97-
[libx264 @ 0xb521c0] frame I:1     Avg QP:21.45  size: 10373
97+
[libx264 @ 0x82fe80] i8c dc,h,v,p: 40% 19% 34%  7%
98-
[libx264 @ 0xb521c0] frame P:5     Avg QP:18.44  size:   417
98+
[libx264 @ 0x82fe80] Weighted P-Frames: Y:0.0% UV:0.0%
99-
[libx264 @ 0xb521c0] mb I  I16..4: 36.8%  0.0% 63.2%
99+
[libx264 @ 0x82fe80] ref P L0: 70.5%  0.2% 14.5% 14.8%
100-
[libx264 @ 0xb521c0] mb P  I16..4:  0.5%  0.0%  0.0%  P16..4: 15.2%  2.9%  0.3%  0.0%  0.0%    skip:81.2%
100+
[libx264 @ 0x82fe80] ref B L0: 55.3% 37.1%  7.6%
101-
[libx264 @ 0xb521c0] coded y,uvDC,uvAC intra: 66.2% 82.8% 42.4% inter: 2.1% 11.7% 0.4%
101+
[libx264 @ 0x82fe80] ref B L1: 98.7%  1.3%
102-
[libx264 @ 0xb521c0] i16 v,h,dc,p: 50% 13%  8% 28%
102+
[libx264 @ 0x82fe80] kb/s:576.14
103-
[libx264 @ 0xb521c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 43% 16% 15%  3%  5%  5%  3%  5%  4%
103+
104-
[libx264 @ 0xb521c0] i8c dc,h,v,p: 40% 10% 42%  8%
104+
105-
[libx264 @ 0xb521c0] kb/s:497.86
105+