Advertisement
AnonBaiter

wewe

Apr 11th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. H:\ffmpeg\bin>ffmpeg.exe -i "H:\Tourist Trophy (Japan)\tt_vol\openingW.m2v" -vf "il=chroma_mode:interleave" openingW.avi
  2. ffmpeg version N-93548-g4d2f62150d Copyright (c) 2000-2019 the FFmpeg developers
  3. built with gcc 8.2.1 (GCC) 20190212
  4. configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --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 --enable-libopenmpt
  5. libavutil 56. 26.100 / 56. 26.100
  6. libavcodec 58. 48.101 / 58. 48.101
  7. libavformat 58. 27.100 / 58. 27.100
  8. libavdevice 58. 7.100 / 58. 7.100
  9. libavfilter 7. 48.100 / 7. 48.100
  10. libswscale 5. 4.100 / 5. 4.100
  11. libswresample 3. 4.100 / 3. 4.100
  12. libpostproc 55. 4.100 / 55. 4.100
  13. [mpegvideo @ 000001c12c8d9240] Estimating duration from bitrate, this may be inaccurate
  14. Input #0, mpegvideo, from 'H:\Tourist Trophy (Japan)\tt_vol\openingW.m2v':
  15. Duration: 00:02:46.83, bitrate: 8999 kb/s
  16. Stream #0:0: Video: mpeg2video (Main), yuv420p(tv, smpte170m, progressive), 640x448 [SAR 1:1 DAR 10:7], 9000 kb/s, 29.97 fps, 29.97 tbr, 1200k tbn, 59.94 tbc
  17. File 'openingW.avi' already exists. Overwrite ? [y/N] y
  18. Stream mapping:
  19. Stream #0:0 -> #0:0 (mpeg2video (native) -> mpeg4 (native))
  20. Press [q] to stop, [?] for help
  21. [il @ 000001c12c9aeec0] [Eval @ 000000a1d19fdc80] Undefined constant or missing '(' in 'chroma_mode'
  22. [il @ 000001c12c9aeec0] Unable to parse option value "chroma_mode"
  23. [il @ 000001c12c9aeec0] [Eval @ 000000a1d19fdc80] Undefined constant or missing '(' in 'chroma_mode'
  24. [il @ 000001c12c9aeec0] Unable to parse option value "chroma_mode"
  25. [il @ 000001c12c9aeec0] Error setting option luma_mode to value chroma_mode.
  26. [Parsed_il_0 @ 000001c12c8e7cc0] Error applying options to the filter.
  27. [AVFilterGraph @ 000001c12c9a58c0] Error initializing filter 'il' with args 'chroma_mode:interleave'
  28. Error reinitializing filters!
  29. Failed to inject frame into filter network: Invalid argument
  30. Error while processing the decoded data for stream #0:0
  31. Conversion failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement