Skip to content

Instantly share code, notes, and snippets.

@klaxa
Created July 10, 2013 17:35
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 klaxa/5968374 to your computer and use it in GitHub Desktop.
Save klaxa/5968374 to your computer and use it in GitHub Desktop.
[klaxa@can ~]$ LD_LIBRARY_PATH=/home/klaxa/tools/lib/ /home/klaxa/tools/bin/ffmpeg -i Download/Nothing\'s\ Carved\ In\ Stone\ -\ Out\ of\ Control\ \[1440x1080\ h264\ SSTV\ HD\].ts -vf fieldmatch,decimate -s 1280x720 -c:v vp9 -strict -2 -t 30 -c:a libfdk_aac -b:c 192k test2.mkv
ffmpeg version N-54570-g509642b Copyright (c) 2000-2013 the FFmpeg developers
built on Jul 10 2013 13:28:35 with gcc 4.7 (Debian 4.7.2-5)
configuration: --prefix=/home/klaxa/tools/ --enable-gpl --enable-nonfree --enable-libass --enable-libfdk-aac --enable-libvorbis --enable-libx264 --enable-librtmp --enable-libvpx --extra-cflags=-I/home/klaxa/tools/include --extra-ldflags=-L/home/klaxa/tools/lib
libavutil 52. 38.100 / 52. 38.100
libavcodec 55. 18.102 / 55. 18.102
libavformat 55. 11.101 / 55. 11.101
libavdevice 55. 2.100 / 55. 2.100
libavfilter 3. 79.100 / 3. 79.100
libswscale 2. 3.100 / 2. 3.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 3.100 / 52. 3.100
[h264 @ 0x1698a80] non-existing SPS 19 referenced in buffering period
Input #0, mpegts, from 'Download/Nothing's Carved In Stone - Out of Control [1440x1080 h264 SSTV HD].ts':
Duration: 00:04:33.12, start: 21804.873144, bitrate: 6966 kb/s
Program 33410
Stream #0:0[0x1002]: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 1440x1080 [SAR 4:3 DAR 16:9], 29.97 fps, 59.94 tbr, 90k tbn, 59.94 tbc
Stream #0:1[0x1042]: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 144 kb/s
[matroska @ 0x169a300] Invalid stream specifier: c.
Last message repeated 3 times
Codec AVOption strict (how strictly to follow the standards) specified for output file #0 (test2.mkv) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.
Codec AVOption b (set bitrate (in bits/s)) specified for output file #0 (test2.mkv) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.
File 'test2.mkv' already exists. Overwrite ? [y/N] y
[libvpx-vp9 @ 0x169abc0] The encoder 'libvpx-vp9' 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