Advertisement
Guest User

Untitled

a guest
Mar 9th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. ffmpeg -i event1.ogg -vcodec libx264 -crf 24 -preset slow -acodec libfaac -s 320x240 -ar 8000 -ab 92k out.mp4
  2. ffmpeg version 0.8.5-4:0.8.5-0ubuntu0.12.04.1, Copyright (c) 2000-2012 the Libav developers
  3. built on Jan 24 2013 18:01:36 with gcc 4.6.3
  4. *** THIS PROGRAM IS DEPRECATED ***
  5. This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
  6. [theora @ 0x258cac0] 7 bits left in packet 82
  7. [ogg @ 0x258a9c0] Estimating duration from bitrate, this may be inaccurate
  8. Input #0, ogg, from 'event1.ogg':
  9. Duration: 00:32:42.84, start: 0.000000, bitrate: 14 kb/s
  10. Stream #0.0: Video: theora, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 30 fps, 30 tbr, 30 tbn, 30 tbc
  11. Stream #0.1: Audio: vorbis, 8000 Hz, mono, s16, 14 kb/s
  12. [buffer @ 0x258ffa0] w:320 h:240 pixfmt:yuv420p
  13. [libx264 @ 0x258d5c0] using SAR=1/1
  14. [libx264 @ 0x258d5c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
  15. [libx264 @ 0x258d5c0] profile Main, level 1.3
  16. [libx264 @ 0x258d5c0] 264 - core 120 r2151 a3f4407 - H.264/MPEG-4 AVC codec - Copyleft 2003-2011 - http://www.videolan.org/x264.html - options: cabac=1 ref=5 deblock=1:0:0 analyse=0x1:0x111 me=umh subme=8 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=0 b_adapt=2 b_bias=0 direct=3 weightb=0 open_gop=1 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=50 rc=crf mbtree=1 crf=24.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.25 aq=1:1.00
  17. [libfaac @ 0x2592700] libfaac doesn't support this output format!
  18. Output #0, mp4, to 'out.mp4':
  19. Stream #0.0: Video: libx264, yuv420p, 320x240 [PAR 1:1 DAR 4:3], q=-1--1, 90k tbn, 30 tbc
  20. Stream #0.1: Audio: libfaac, 8000 Hz, mono, s16, 92 kb/s
  21. Stream mapping:
  22. Stream #0.0 -> #0.0
  23. Stream #0.1 -> #0.1
  24. Error while opening encoder for output stream #0.1 - maybe incorrect parameters such as bit_rate, rate, width or height
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement