Advertisement
Guest User

Untitled

a guest
Sep 28th, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. ./ffmpeg -i ../Screen/out.nut -c:v h264 out.mkv
  2. ffmpeg version N-63766-gced5c9b Copyright (c) 2000-2014 the FFmpeg developers
  3. built on Sep 28 2014 13:34:43 with Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
  4. configuration: --disable-everything --enable-gpl --enable-indev=avfoundation --enable-demuxer=nut --enable-muxer=matroska --enable-protocol=file --enable-encoder=flv --enable-encoder=libx264 --enable-encoder=aac --enable-encoder=libmp3lame --enable-protocol=pipe --enable-protocol=rtmp --enable-libx264 --enable-libmp3lame --extra-ldflags=-L/Users/void/temp/libs/install/lib --extra-cflags=-I/Users/void/temp/libs/install/include
  5. libavutil 52. 89.100 / 52. 89.100
  6. libavcodec 55. 66.100 / 55. 66.100
  7. libavformat 55. 42.101 / 55. 42.101
  8. libavdevice 55. 13.101 / 55. 13.101
  9. libavfilter 4. 5.100 / 4. 5.100
  10. libswscale 2. 6.100 / 2. 6.100
  11. libswresample 0. 19.100 / 0. 19.100
  12. libpostproc 52. 3.100 / 52. 3.100
  13. Input #0, nut, from '../Screen/out.nut':
  14. Metadata:
  15. encoder : Lavf56.1.100
  16. Duration: 00:00:10.15, start: 0.000000, bitrate: 238078 kb/s
  17. Stream #0:0: Video: rawvideo (UYVY / 0x59565955), 1440x900, 100 tbr, 51200 tbn, 51200 tbc
  18. File 'out.mkv' already exists. Overwrite ? [y/N] y
  19. [buffer @ 0x7f9fd9c10d80] Unable to parse option value "-1" as pixel format
  20. Last message repeated 1 times
  21. [buffer @ 0x7f9fd9c10d80] Error setting option pix_fmt to value -1.
  22. [graph 0 input from stream 0:0 @ 0x7f9fd9c10e40] Error applying options to the filter.
  23. Error opening filters!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement