Advertisement
Guest User

Untitled

a guest
Mar 20th, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. > ffmpeg -y -r 24 -i 2000_0080_comp_master_v0010.%04d.exr -c:v libx264 -profile:v main -g 1 -tune stillimage -crf 9 -bf 0 -vendor ap10 -pix_fmt yuv420p -r 24 /mnt/nox2/development/ffmpeg_test_output_exr.mov
  2.  
  3.  
  4. produces:
  5.  
  6.  
  7. ffmpeg version git-2013-11-21-50a28b1 Copyright (c) 2000-2013 the FFmpeg developers
  8. built on Nov 21 2013 14:48:33 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  9. 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
  10. libavutil 52. 53.100 / 52. 53.100
  11. libavcodec 55. 44.100 / 55. 44.100
  12. libavformat 55. 21.100 / 55. 21.100
  13. libavdevice 55. 5.100 / 55. 5.100
  14. libavfilter 3. 91.100 / 3. 91.100
  15. libswscale 2. 5.101 / 2. 5.101
  16. libswresample 0. 17.104 / 0. 17.104
  17. libpostproc 52. 3.100 / 52. 3.100
  18. [exr @ 0x20dcba0] Wrong sizing or missing size information
  19. [image2 @ 0x20dbc40] decoding for stream 0 failed
  20. [image2 @ 0x20dbc40] Could not find codec parameters for stream 0 (Video: exr, rgb48le): unspecified size
  21. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  22. 2000_0080_comp_master_v0010.%04d.exr: could not find codec parameters
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement