Advertisement
Guest User

Untitled

a guest
Apr 26th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. cmini:actioncam craigmurray$ ./ffmpegbadlib -i test.AVI -strict experimental -y test.MOV
  2. ffmpeg version 0.10.2 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Mar 17 2012 18:13:24 with gcc 4.0.1 (Apple Inc. build 5493)
  4. configuration: --prefix=/Volumes/Ramdisk/sw --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --arch=x86 --enable-runtime-cpudetect
  5. libavutil 51. 35.100 / 51. 35.100
  6. libavcodec 53. 61.100 / 53. 61.100
  7. libavformat 53. 32.100 / 53. 32.100
  8. libavdevice 53. 4.100 / 53. 4.100
  9. libavfilter 2. 61.100 / 2. 61.100
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 6.100 / 0. 6.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. Input #0, avi, from 'test.AVI':
  14. Duration: 00:00:19.99, start: 0.000000, bitrate: 5094 kb/s
  15. Stream #0:0: Video: mjpeg (MJPG / 0x47504A4D), yuvj422p, 320x240, 60 tbr, 60 tbn, 60 tbc
  16. Stream #0:1: Audio: pcm_u8 ([1][0][0][0] / 0x0001), 8000 Hz, 1 channels, u8, 64 kb/s
  17. Incompatible pixel format 'yuvj422p' for codec 'libx264', auto-selecting format 'yuvj420p'
  18. [buffer @ 0x1300f70] w:320 h:240 pixfmt:yuvj422p tb:1/1000000 sar:0/1 sws_param:
  19. [buffersink @ 0x1301100] auto-inserting filter 'auto-inserted scale 0' between the filter 'src' and the filter 'out'
  20. [scale @ 0x13012f0] w:320 h:240 fmt:yuvj422p -> w:320 h:240 fmt:yuvj420p flags:0x4
  21. Incompatible sample format 'u8' for codec 'aac', auto-selecting format 'flt'
  22. [libx264 @ 0x180a200] using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
  23. [libx264 @ 0x180a200] profile High, level 2.1
  24. [libx264 @ 0x180a200] 264 - core 120 - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=3 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  25. [aac @ 0x180c400] Too many bits per frame requested
  26. Output #0, mov, to 'test.MOV':
  27. Stream #0:0: Video: h264, yuvj420p, 320x240, q=-1--1, 90k tbn, 60 tbc
  28. Stream #0:1: Audio: aac, 8000 Hz, 1 channels, flt, 128 kb/s
  29. Stream mapping:
  30. Stream #0:0 -> #0:0 (mjpeg -> libx264)
  31. Stream #0:1 -> #0:1 (pcm_u8 -> aac)
  32. Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height
  33. cmini:actioncam craigmurray$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement