Skip to content

Instantly share code, notes, and snippets.

@Technicus
Created August 20, 2014 15:38
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 Technicus/a7ac5cdcf3e4b805b908 to your computer and use it in GitHub Desktop.
Save Technicus/a7ac5cdcf3e4b805b908 to your computer and use it in GitHub Desktop.
-> ffmpeg -strict -2 -i 04_PiSetup-20140820133443.00.MP4 -ab 128 -b:a 7772632 -vcodec mpeg4 04_test.mov
ffmpeg version 2.3.3 Copyright (c) 2000-2014 the FFmpeg developers
built on Aug 17 2014 17:11:34 with gcc 4.9.1 (GCC)
configuration: --prefix=/usr --disable-debug --disable-static --enable-avisynth --enable-avresample --enable-decoder=atrac3 --enable-decoder=atrac3p --enable-dxva2 --enable-fontconfig --enable-gnutls --enable-gpl --enable-libass --enable-libbluray --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libv4l2 --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libxvid --enable-pic --enable-postproc --enable-runtime-cpudetect --enable-shared --enable-swresample --enable-vdpau --enable-version3 --enable-x11grab
libavutil 52. 92.100 / 52. 92.100
libavcodec 55. 69.100 / 55. 69.100
libavformat 55. 48.100 / 55. 48.100
libavdevice 55. 13.102 / 55. 13.102
libavfilter 4. 11.100 / 4. 11.100
libavresample 1. 3. 0 / 1. 3. 0
libswscale 2. 6.100 / 2. 6.100
libswresample 0. 19.100 / 0. 19.100
libpostproc 52. 3.100 / 52. 3.100
Guessed Channel Layout for Input Stream #0.1 : stereo
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '04_PiSetup-20140820133443.00.MP4':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: mp42isom
creation_time : 2014-08-20 18:34:43
Duration: 00:12:49.79, start: 0.000000, bitrate: 11025 kb/s
Stream #0:0(und): Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 11023 kb/s, 20.71 fps, 30 tbr, 1000k tbn, 60 tbc (default)
Metadata:
creation_time : 2014-08-20 18:34:43
encoder : JVT/AVC Coding
Stream #0:1(und): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, 2 channels, s16, 1536 kb/s (default)
Metadata:
creation_time : 2014-08-20 18:34:43
File '04_test.mov' already exists. Overwrite ? [y/N] y
[aac @ 0x1ff0120] The encoder 'aac' 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