Skip to content

Instantly share code, notes, and snippets.

@smp
Created November 14, 2016 22:50
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 smp/9aae1dc9c375cab5035db4e027850c38 to your computer and use it in GitHub Desktop.
Save smp/9aae1dc9c375cab5035db4e027850c38 to your computer and use it in GitHub Desktop.
ffmpeg dump
ffmpeg version N-82468-g47f7583 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 4.8.3 (GCC) 20140911 (Red Hat 4.8.3-9)
configuration: --prefix=/root/ffmpeg/build --pkg-config-flags=--static --extra-cflags=-I/root/ffmpeg/build/include --extra-l
dflags=-L/root/ffmpeg/build/lib --bindir=/root/bin --enable-gpl
libavutil 55. 40.100 / 55. 40.100
libavcodec 57. 66.103 / 57. 66.103
libavformat 57. 57.100 / 57. 57.100
libavdevice 57. 2.100 / 57. 2.100
libavfilter 6. 67.100 / 6. 67.100
libswscale 4. 3.101 / 4. 3.101
libswresample 2. 4.100 / 2. 4.100
libpostproc 54. 2.100 / 54. 2.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/foo360.mp4':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: mp42isomavc1
creation_time : 2014-03-09T12:27:57.000000Z
encoder : HandBrake 0.9.9 2013052900
Duration: 00:02:28.48, start: 0.000000, bitrate: 6072 kb/s
Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709), 1920x960 [SAR 1:1 DAR 2:1], 5908 kb/s, 23.96
fps, 23.98 tbr, 90k tbn, 180k tbc (default)
Metadata:
creation_time : 2014-03-09T12:27:57.000000Z
encoder : JVT/AVC Coding
Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 159 kb/s (default)
Metadata:
creation_time : 2014-03-09T12:27:57.000000Z
File 'output.mp4' already exists. Overwrite ? [y/N] y
[h264_nvenc @ 0x3c92d40] Cannot load NvEncodeAPIGetMaxSupportedVersion
Stream mapping:
Stream #0:0 -> #0:0 (h264 (native) -> h264 (h264_nvenc))
Stream #0:1 -> #0:1 (aac (native) -> aac (native))
Error while opening encoder for output stream #0:0 - 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