Skip to content

Instantly share code, notes, and snippets.

@Michels10

Michels10/ex.sh Secret

Last active August 10, 2016 18: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 Michels10/cd0173652ba2f029a6091d35513b7c32 to your computer and use it in GitHub Desktop.
Save Michels10/cd0173652ba2f029a6091d35513b7c32 to your computer and use it in GitHub Desktop.
Matt$ ffmpeg -i Stopmotion_end_slides_500x500_FA.mov -acodec copy -vcodec copy out.swf
ffmpeg version 3.1.1 Copyright (c) 2000-2016 the FFmpeg developers
built with Apple LLVM version 7.3.0 (clang-703.0.31)
configuration: --prefix=/usr/local/Cellar/ffmpeg/3.1.1 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-opencl --enable-libx264 --enable-libmp3lame --enable-libxvid --disable-lzma --enable-vda
libavutil 55. 28.100 / 55. 28.100
libavcodec 57. 48.101 / 57. 48.101
libavformat 57. 41.100 / 57. 41.100
libavdevice 57. 0.101 / 57. 0.101
libavfilter 6. 47.100 / 6. 47.100
libavresample 3. 0. 0 / 3. 0. 0
libswscale 4. 1.100 / 4. 1.100
libswresample 2. 1.100 / 2. 1.100
libpostproc 54. 0.100 / 54. 0.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Stopmotion_end_slides_500x500_FA.mov':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : https://clipchamp.com
comment : Converted with https://clipchamp.com - online video converter, video compressor, and webcam recorder. Fast, reliable, and total privacy.
Duration: 00:00:10.01, start: 0.000000, bitrate: 757 kb/s
Stream #0:0(eng): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 500x500, 529 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)
Metadata:
handler_name : VideoHandler
Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s (default)
Metadata:
handler_name : SoundHandler
[swf @ 0x7fe019015800] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.
Last message repeated 1 times
[swf @ 0x7fe019015800] SWF muxer only supports VP6, FLV1 and MJPEG
Output #0, swf, to 'out.swf':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
comment : Converted with https://clipchamp.com - online video converter, video compressor, and webcam recorder. Fast, reliable, and total privacy.
encoder : Lavf57.41.100
Stream #0:0(eng): Video: h264 (avc1 / 0x31637661), yuv420p, 500x500, q=2-31, 529 kb/s, 29.97 fps, 29.97 tbr, 59.94 tbn, 59.94 tbc (default)
Metadata:
handler_name : VideoHandler
Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, 128 kb/s (default)
Metadata:
handler_name : SoundHandler
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (copy)
Could not write header for output file #0 (incorrect codec parameters ?): Operation not permitted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment