Advertisement
Guest User

Untitled

a guest
Feb 9th, 2011
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.32 KB | None | 0 0
  1. cdtank@ubuntu:~$ time ffmpeg -i video-convert/Beverly-Hills-Chihuahua-2-trailer-1080p-HDTN.mp4 -y -ac 2 -acodec libmp3lame -aq 5 -qscale 10 video-convert/converted/beverly.flv
  2. FFmpeg version SVN-r26402, Copyright (c) 2000-2011 the FFmpeg developers
  3.   built on Jan 28 2011 19:41:40 with gcc 4.4.3
  4.   configuration: --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --enable-libfaac --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-x11grab --enable-libmp3lame
  5.   libavutil     50.36. 0 / 50.36. 0
  6.   libavcore      0.16. 1 /  0.16. 1
  7.   libavcodec    52.108. 0 / 52.108. 0
  8.   libavformat   52.93. 0 / 52.93. 0
  9.   libavdevice   52. 2. 3 / 52. 2. 3
  10.   libavfilter    1.74. 0 /  1.74. 0
  11.   libswscale     0.12. 0 /  0.12. 0
  12.   libpostproc   51. 2. 0 / 51. 2. 0
  13. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'video-convert/Beverly-Hills-Chihuahua-2-trailer-1080p-HDTN.mp4':
  14.   Metadata:
  15.     major_brand     : isom
  16.     minor_version   : 1
  17.     compatible_brands: isom
  18.     creation_time   : 2010-10-22 09:09:12
  19.     encoder         : Yamb 2.1.0.0 [http://yamb.unite-video.com]
  20.   Duration: 00:02:05.54, start: 0.000000, bitrate: 10157 kb/s
  21.     Stream #0.0(und): Video: h264, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 9898 kb/s, 23.98 fps, 23.98 tbr, 2500k tbn, 47.95 tbc
  22.     Metadata:
  23.       creation_time   : 2010-10-22 08:20:03
  24.     Stream #0.1(und): Audio: aac, 48000 Hz, 5.1, s16, 256 kb/s
  25.     Metadata:
  26.       creation_time   : 2010-10-22 09:09:14
  27. [buffer @ 0x33650f0] w:1920 h:1080 pixfmt:yuv420p
  28. [libmp3lame @ 0x3387540] flv does not support that sample rate, choose from (44100, 22050, 11025).
  29. Output #0, flv, to 'video-convert/converted/beverly.flv':
  30.   Metadata:
  31.     major_brand     : isom
  32.     minor_version   : 1
  33.     compatible_brands: isom
  34.     creation_time   : 2010-10-22 09:09:12
  35.     encoder         : Lavf52.93.0
  36.     Stream #0.0(und): Video: flv, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 1k tbn, 23.98 tbc
  37.     Metadata:
  38.       creation_time   : 2010-10-22 08:20:03
  39.     Stream #0.1(und): Audio: libmp3lame, 48000 Hz, 2 channels, s16, 64 kb/s
  40.     Metadata:
  41.       creation_time   : 2010-10-22 09:09:14
  42. Stream mapping:
  43.   Stream #0.0 -> #0.0
  44.   Stream #0.1 -> #0.1
  45. Could not write header for output file #0 (incorrect codec parameters ?)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement