File talk:111014 NetNeutrality Final.ogv

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

FFmpeg log

[edit]

For the first version, I forgot to remove some dubious filters, and I don't know how to do two passes for OGV, maybe you find a better solution:

ffmpeg.exe -hide_banner -err_detect aggressive -v verbose \
 -i "111014_NetNeutrality_Final.mp4" \
 -filter:v smartblur=1:-0.1:11,hqdn3d=3:2:3,pp=ac/al,format=yuv422p \
 -filter:a aresample=48000:resampler=soxr:precision=28 \
 -f ogg -sws_flags spline+accurate_rnd+full_chroma_inp \
 -c:v libtheora -q:v 9 -b:v 250KiB -dc 10 \
 -c:a libvorbis -b:a 25KiB "C:\Users\sysop\Downloads\111014_NetNeutrality_Final.ogv"
Routing option err_detect to both codec and muxer layer
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '111014_NetNeutrality_Final.mp4':
  Metadata:
    major_brand     : mp42
    minor_version   : 1
    compatible_brands: mp42avc1
    creation_time   : 2014-11-07 22:58:46
  Duration: 00:01:56.55, start: 0.000000, bitrate: 5303 kb/s
    Stream #0:0(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 93 kb/s (default)
    Metadata:
      creation_time   : 2014-11-07 22:58:46
      handler_name    : Apple Sound Media Handler
    Stream #0:1(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709), 1920x1080, 5204 kb
/s, 29.97 fps, 29.97 tbr, 2997 tbn, 5994 tbc (default)
    Metadata:
      creation_time   : 2014-11-07 22:58:46
      handler_name    : Apple Video Media Handler
[Parsed_smartblur_0 @ 00000000003897a0] luma_radius:1.000000 luma_strength:-0.100000 luma_threshold:
11 chroma_radius:1.000000 chroma_strength:-0.100000 chroma_threshold:11
[Parsed_hqdn3d_1 @ 0000000000388480] ls:3.000000 cs:2.000000 lt:3.000000 ct:2.000000
[graph 0 input from stream 0:1 @ 000000000038ed00] w:1920 h:1080 pixfmt:yuv420p tb:1/2997 fr:2997/10
0 sar:0/1 sws_param:flags=2
[auto-inserted scaler 0 @ 0000000002b0b2e0] w:iw h:ih flags:'0x44400' interl:0
[Parsed_format_3 @ 000000000038eb20] auto-inserting filter 'auto-inserted scaler 0' between the filt
er 'Parsed_pp_2' and the filter 'Parsed_format_3'
[auto-inserted scaler 0 @ 0000000002b0b2e0] w:1920 h:1080 fmt:yuv420p sar:0/1 -> w:1920 h:1080 fmt:y
uv422p sar:0/1 flags:0x44400
[graph 1 input from stream 0:0 @ 0000000002b0b3a0] tb:1/44100 samplefmt:fltp samplerate:44100 chlayo
ut:0x3
[Parsed_aresample_0 @ 0000000002b0b460] ch:2 chl:stereo fmt:fltp r:44100Hz -> ch:2 chl:stereo fmt:fl
tp r:48000Hz
Output #0, ogg, to 'C:\Users\sysop\Downloads\111014_NetNeutrality_Final.ogv':
  Metadata:
    major_brand     : mp42
    minor_version   : 1
    compatible_brands: mp42avc1
    encoder         : Lavf56.7.102
    Stream #0:0(eng): Video: theora (libtheora), yuv422p, 1920x1080, q=2-31, 2048 kb/s, 29.97 fps, 2
9.97 tbn, 29.97 tbc (default)
    Metadata:
      creation_time   : 2014-11-07 22:58:46
      handler_name    : Apple Video Media Handler
      encoder         : Lavc56.1.102 libtheora
      major_brand     : mp42
      minor_version   : 1
      compatible_brands: mp42avc1
    Stream #0:1(eng): Audio: vorbis (libvorbis), 48000 Hz, stereo, fltp, 204 kb/s (default)
    Metadata:
      creation_time   : 2014-11-07 22:58:46
      handler_name    : Apple Sound Media Handler
      encoder         : Lavc56.1.102 libvorbis
      major_brand     : mp42
      minor_version   : 1
      compatible_brands: mp42avc1
Stream mapping:
  Stream #0:1 -> #0:0 (h264 (native) -> theora (libtheora))
  Stream #0:0 -> #0:1 (aac (native) -> vorbis (libvorbis))
Press [q] to stop, [?] for help
[h264 @ 000000000bb46740] Increasing reorder buffer to 1
No more output streams to write to, finishing.=00:01:56.54 bitrate=7119.4kbits/s
frame= 3493 fps=2.0 q=0.0 Lsize=  101497kB time=00:01:56.54 bitrate=7134.0kbits/s
video:99357kB audio:1671kB subtitle:0kB other streams:0kB global headers:7kB muxing overhead: 0.4638
00%
Input file #0 (111014_NetNeutrality_Final.mp4):
  Input stream #0:0 (audio): 5020 packets read (1365311 bytes); 5020 frames decoded (5140480 samples
);
  Input stream #0:1 (video): 3493 packets read (75823286 bytes); 3493 frames decoded;
  Total: 8513 packets (77188597 bytes) demuxed
Output file #0 (C:\Users\sysop\Downloads\111014_NetNeutrality_Final.ogv):
  Output stream #0:0 (video): 3493 frames encoded; 3493 packets muxed (101741713 bytes);
  Output stream #0:1 (audio): 87424 frames encoded (5595080 samples); 8746 packets muxed (1711419 by
tes);
  Total: 12239 packets (103453132 bytes) muxed

Be..anyone (talk) 22:08, 10 November 2014 (UTC)[reply]