Skip to content

Instantly share code, notes, and snippets.

@Tolmark12
Last active August 29, 2015 14:07
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 Tolmark12/8070ceb5f12d9c776e97 to your computer and use it in GitHub Desktop.
Save Tolmark12/8070ceb5f12d9c776e97 to your computer and use it in GitHub Desktop.
➜ ffmpeg -i flow1.mov flow1.m2v ~/Desktop
ffmpeg version 2.4.2 Copyright (c) 2000-2014 the FFmpeg developers
built on Oct 18 2014 15:37:09 with Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
configuration: --prefix=/usr/local/Cellar/ffmpeg/2.4.2 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --enable-vda --cc=clang --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid --enable-libtheora --enable-libvorbis --enable-libvpx
libavutil 54. 7.100 / 54. 7.100
libavcodec 56. 1.100 / 56. 1.100
libavformat 56. 4.101 / 56. 4.101
libavdevice 56. 0.100 / 56. 0.100
libavfilter 5. 1.100 / 5. 1.100
libavresample 2. 1. 0 / 2. 1. 0
libswscale 3. 0.100 / 3. 0.100
libswresample 1. 1.100 / 1. 1.100
libpostproc 53. 0.100 / 53. 0.100
Guessed Channel Layout for Input Stream #0.0 : stereo
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'flow1.mov':
Metadata:
major_brand : qt
minor_version : 537199360
compatible_brands: qt
creation_time : 2014-10-20 22:40:59
Duration: 00:00:01.90, start: 0.000000, bitrate: 222376 kb/s
Stream #0:0(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, 2 channels, s16, 1536 kb/s (default)
Metadata:
creation_time : 2014-10-20 22:41:00
handler_name : Apple Alias Data Handler
Stream #0:1(eng): Video: qtrle (rle / 0x20656C72), rgb24, 1280x720, 216997 kb/s, 22.76 fps, 30 tbr, 3k tbn, 3k tbc (default)
Metadata:
creation_time : 2014-10-20 22:41:01
handler_name : Apple Alias Data Handler
encoder : Animation
Output #0, mpeg2video, to 'flow1.m2v':
Metadata:
major_brand : qt
minor_version : 537199360
compatible_brands: qt
encoder : Lavf56.4.101
Stream #0:0(eng): Video: mpeg2video, yuv420p, 1280x720, q=2-31, 200 kb/s, 30 fps, 30 tbn, 30 tbc (default)
Metadata:
creation_time : 2014-10-20 22:41:01
handler_name : Apple Alias Data Handler
encoder : Lavc56.1.100 mpeg2video
Stream mapping:
Stream #0:1 -> #0:0 (qtrle (native) -> mpeg2video (native))
Press [q] to stop, [?] for help
frame= 58 fps= 51 q=31.0 Lsize= 429kB time=00:00:01.90 bitrate=1851.7kbits/s dup=14 drop=0
video:429kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.000000%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment