Guest User

Untitled

a guest
Jun 23rd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. ffmpeg.exe -i 123.avi -vf select='gt(scene,0.4)',scale=1920:-1,tile=6x3 -frames:v 1 456.jpg
  2.  
  3. ffmpeg version 4.0 Copyright (c) 2000-2018 the FFmpeg developers
  4. built with gcc 7.3.0 (GCC)
  5. configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-bzlib --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth
  6. libavutil 56. 14.100 / 56. 14.100
  7. libavcodec 58. 18.100 / 58. 18.100
  8. libavformat 58. 12.100 / 58. 12.100
  9. libavdevice 58. 3.100 / 58. 3.100
  10. libavfilter 7. 16.100 / 7. 16.100
  11. libswscale 5. 1.100 / 5. 1.100
  12. libswresample 3. 1.100 / 3. 1.100
  13. libpostproc 55. 1.100 / 55. 1.100
  14. Input #0, avi, from 'C:workexports123.avi':
  15. Duration: 00:02:12.43, start: 0.000000, bitrate: 4455 kb/s
  16. Stream #0:0: Video: rawvideo, pal8, 164x485, 4459 kb/s, 7 fps, 7 tbr, 7 tbn, 7 tbc
  17. Metadata:
  18. title : FileAVI write
  19. Stream mapping:
  20. Stream #0:0 -> #0:0 (rawvideo (native) -> mjpeg (native))
  21. Press [q] to stop, [?] for help
  22. [swscaler @ 000000eb4f415ec0] deprecated pixel format used, make sure you did set range correctly
  23. Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
  24. Conversion failed!
Add Comment
Please, Sign In to add comment