Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@rdp
Created May 30, 2012 20:29
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 rdp/2838741 to your computer and use it in GitHub Desktop.
Save rdp/2838741 to your computer and use it in GitHub Desktop.
ffmpeg.exe -threads 2 -y -i a10.avi -acodec libmp3lame -vcodec ljpeg affv1.mov
ffmpeg version N-32726-ga254452, Copyright (c) 2000-2011 the FFmpeg developers
built on Sep 19 2011 19:49:13 with gcc 4.6.1
configuration: --enable-gpl --enable-version3 --enable-runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
libavutil 51. 16. 1 / 51. 16. 1
libavcodec 53. 16. 0 / 53. 16. 0
libavformat 53. 12. 0 / 53. 12. 0
libavdevice 53. 4. 0 / 53. 4. 0
libavfilter 2. 43. 2 / 2. 43. 2
libswscale 2. 1. 0 / 2. 1. 0
libpostproc 51. 2. 0 / 51. 2. 0
[avi @ 01D48B20] parser not found for codec huffyuv, packets or times may be invalid.
Input #0, avi, from 'a10.avi':
Metadata:
encoder : Lavf53.12.0
Duration: 00:00:09.99, start: 0.000000, bitrate: 178334 kb/s
Stream #0.0: Video: huffyuv (HFYU / 0x55594648), yuv422p, 1536x600, 30 tbr, 30 tbn, 30 tbc
Stream #0.1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, s16, 128 kb/s
[buffer @ 01D4FF80] w:1536 h:600 pixfmt:yuv422p tb:1/1000000 sar:0/1 sws_param:
[ljpeg @ 034659A0] colorspace not supported in LJPEG
Output #0, mov, to 'affv1.mov':
Metadata:
encoder : Lavf53.12.0
Stream #0.0: Video: ljpeg, yuv422p, 1536x600, q=2-31, 200 kb/s, 90k tbn, 30 tbc
Stream #0.1: Audio: none, 48000 Hz, stereo, s16, 128 kb/s
Stream mapping:
Stream #0.0 -> #0.0 (huffyuv -> ljpeg)
Stream #0.1 -> #0.1 (ac3 -> libmp3lame)
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