Advertisement
Guest User

Untitled

a guest
Mar 20th, 2014
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. ffmpeg -y -probesize 5000000 -f image2 -s 1920x1080 -r 24 -i /mnt/nox2/development/example_exr/frames.%04d.exr -c:v libx264 -profile:v high -g 1 -tune stillimage -crf 9 -bf 0 -vendor ap10 -pix_fmt yuv420p -s 1920x1080 -r 24 /mnt/nox2/development/ffmpeg_test_output_exr_h264.mov
  2. ffmpeg version 2.2.git Copyright (c) 2000-2014 the FFmpeg developers
  3. built on Mar 20 2014 12:34:26 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  4. configuration: --prefix=/home/superuser/ffmpeg_build --extra-cflags=-I/home/superuser/ffmpeg_build/include --extra-ldflags=-L/home/superuser/ffmpeg_build/lib --bindir=/home/superuser/bin --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-x11grab
  5. libavutil 52. 67.100 / 52. 67.100
  6. libavcodec 55. 52.102 / 55. 52.102
  7. libavformat 55. 34.101 / 55. 34.101
  8. libavdevice 55. 11.100 / 55. 11.100
  9. libavfilter 4. 3.100 / 4. 3.100
  10. libswscale 2. 5.102 / 2. 5.102
  11. libswresample 0. 18.100 / 0. 18.100
  12. libpostproc 52. 3.100 / 52. 3.100
  13. Input #0, image2, from '/mnt/nox2/development/example_exr/frames.%04d.exr':
  14. Duration: 00:00:04.17, start: 0.000000, bitrate: N/A
  15. Stream #0:0: Video: exr, rgb48le, 1920x1080 [SAR 1:1 DAR 16:9], 24 fps, 24 tbr, 24 tbn, 24 tbc
  16. Codec AVOption vendor (vendor ID) specified for output file #0 (/mnt/nox2/development/ffmpeg_test_output_exr_h264.mov) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.
  17. [libx264 @ 0x2111ce0] using SAR=1/1
  18. [libx264 @ 0x2111ce0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2
  19. [libx264 @ 0x2111ce0] profile High, level 4.0
  20. [libx264 @ 0x2111ce0] 264 - core 142 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=1 ref=1 deblock=1:-3:-3 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=2.00:0.70 mixed_ref=0 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-4 threads=24 lookahead_threads=4 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=1 keyint_min=1 scenecut=40 intra_refresh=0 rc=crf mbtree=0 crf=9.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.20
  21. Output #0, mov, to '/mnt/nox2/development/ffmpeg_test_output_exr_h264.mov':
  22. Metadata:
  23. encoder : Lavf55.34.101
  24. Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=-1--1, 12288 tbn, 24 tbc
  25. Stream mapping:
  26. Stream #0:0 -> #0:0 (exr -> libx264)
  27. Press [q] to stop, [?] for help
  28. frame= 100 fps= 13 q=-1.0 Lsize= 24839kB time=00:00:04.16 bitrate=48835.3kbits/s
  29. video:24838kB audio:0kB subtitle:0 data:0 global headers:0kB muxing overhead 0.005017%
  30. [libx264 @ 0x2111ce0] frame I:100 Avg QP: 1.19 size:254332
  31. [libx264 @ 0x2111ce0] mb I I16..4: 70.3% 17.6% 12.1%
  32. [libx264 @ 0x2111ce0] 8x8 transform intra:17.6%
  33. [libx264 @ 0x2111ce0] coded y,uvDC,uvAC intra: 43.7% 98.7% 98.7%
  34. [libx264 @ 0x2111ce0] i16 v,h,dc,p: 78% 2% 3% 17%
  35. [libx264 @ 0x2111ce0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 42% 25% 19% 4% 4% 1% 2% 1% 1%
  36. [libx264 @ 0x2111ce0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 18% 19% 26% 12% 13% 2% 4% 2% 4%
  37. [libx264 @ 0x2111ce0] i8c dc,h,v,p: 7% 10% 49% 34%
  38. [libx264 @ 0x2111ce0] kb/s:48831.67
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement