Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 16th, 2010 | Syntax: None | Size: 2.70 KB | Hits: 43 | Expires: Never
Copy text to clipboard
  1.  
  2. [root@www inservtrans]# ffmpeg -i youtube.avi -s 320x240 youtube.flv
  3. FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  4.   configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --incdir=/usr/include --extra-cflags=-fPIC --enable-libamr-nb --enable-libamr-wb --enable-libdirac --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-x11grab
  5.   libavutil     49.15. 0 / 49.15. 0
  6.   libavcodec    52.20. 0 / 52.20. 0
  7.   libavformat   52.31. 0 / 52.31. 0
  8.   libavdevice   52. 1. 0 / 52. 1. 0
  9.   libswscale     0. 7. 1 /  0. 7. 1
  10.   libpostproc   51. 2. 0 / 51. 2. 0
  11.   built on Nov  6 2009 19:11:04, gcc: 4.1.2 20080704 (Red Hat 4.1.2-46)
  12. Input #0, avi, from 'youtube.avi':
  13.   Duration: 00:02:41.70, start: 0.000000, bitrate: 281 kb/s
  14.     Stream #0.0: Video: mpeg4, yuv420p, 400x226 [PAR 1:1 DAR 200:113], 24 tbr, 24 tbn, 24 tbc
  15.     Stream #0.1: Audio: mp2, 22050 Hz, stereo, s16, 64 kb/s
  16. File 'youtube.flv' already exists. Overwrite ? [y/N] y
  17. Output #0, flv, to 'youtube.flv':
  18.     Stream #0.0: Video: flv, yuv420p, 320x240 [PAR 150:113 DAR 200:113], q=2-31, 200 kb/s, 90k tbn, 24 tbc
  19.     Stream #0.1: Audio: libmp3lame, 22050 Hz, stereo, s16, 64 kb/s
  20. Stream mapping:
  21.   Stream #0.0 -> #0.0
  22.   Stream #0.1 -> #0.1
  23. Press [q] to stop encoding
  24. [libmp3lame @ 0x14e2a380]lame: output buffer too small (buffer index: 9404, free bytes: 388)
  25. Audio encoding failed
  26. [root@www inservtrans]# ffmpeg -i youtube.flv
  27. FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  28.   configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --incdir=/usr/include --extra-cflags=-fPIC --enable-libamr-nb --enable-libamr-wb --enable-libdirac --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-x11grab
  29.   libavutil     49.15. 0 / 49.15. 0
  30.   libavcodec    52.20. 0 / 52.20. 0
  31.   libavformat   52.31. 0 / 52.31. 0
  32.   libavdevice   52. 1. 0 / 52. 1. 0
  33.   libswscale     0. 7. 1 /  0. 7. 1
  34.   libpostproc   51. 2. 0 / 51. 2. 0
  35.   built on Nov  6 2009 19:11:04, gcc: 4.1.2 20080704 (Red Hat 4.1.2-46)
  36.  
  37. Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 24.00 (24/1)
  38. Input #0, flv, from 'youtube.flv':
  39.   Duration: 00:00:00.00, start: 0.000000, bitrate: 264 kb/s
  40.     Stream #0.0: Video: flv, yuv420p, 320x240, 200 kb/s, 24 tbr, 1k tbn, 1k tbc
  41.     Stream #0.1: Audio: mp3, 22050 Hz, stereo, s16, 64 kb/s
  42. At least one output file must be specified