22.05.2018, 01:29
(20.05.2018, 07:41)Selur Wrote: Why do you create seven debug outputs when I ask for one regarding one of the problems?
When you create multiple debug output files at least name them somehow so I don't have to read the whole damn thing so know what it is about.
What I did - loaded mp4, set x264, no filters, started encode = NOTHING
- HybridDebugOutput-1 crashes (during the encoding) with:
FFmpeg : Error while processing the decoded data for stream #0:0
- when calling:
"/usr/bin/ffmpeg" -y -loglevel fatal -threads 2 -i "/tmp/convert/merged.mp4" -map 0:0 -an -sn -vsync 0 -vf zscale=rangein=limited:range=limited -pix_fmt yuv420p -f rawvideo -
- Wild guess: your ffmpeg version might not be compiled with zimg support.
Please call:
"/usr/bin/ffmpeg" -y -loglevel fatal -threads 2 -i "/tmp/convert/merged.mp4" -map 0:0 -an -sn -vsync 0 -vf zscale=rangein=limited:range=limited -pix_fmt yuv420p -f rawvideo /dev/null
- and report what the output says. (don't post a screen shot, copy&past the output into code-tags)
This is a copout I have no issues with MPlayer
- HybridDebugOutput-2 crashes (during normal Preview) with:
MPlayer SVN-r38105-snapshot-5.3.0 © 2000-2018 MPlayer Team225 audio & 464 video codecsPlaying /tmp/convert/merged.mp4.do_connect: could not connect to socketconnect: No such file or directoryFailed to open LIRC support. You will not be able to use your remote control.Cache fill: 0.00% (0 bytes) libavformat version 58.13.100 (internal)libavformat file format detected.[mov,mp4,m4a,3gp,3g2,mj2 @ 0x564f077cc060]Protocol name not provided, cannot determine if input is local or a network protocol, buffers and access patterns cannot be configured optimally without knowing the protocol[lavf] stream 0: video (h264), -vid 0[lavf] stream 1: audio (ac3), -aid 0, -alang undVIDEO: [H264] 720x576 24bpp 23.976 fps 5478.3 kbps (668.7 kbyte/s)Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory[vdpau] Error when calling vdp_device_create_x11: 1Error opening/initializing the selected video_out (-vo) device.No stream found.
- while calling:
"/usr/bin/mplayer" -slave -udp-master "/tmp/convert/merged.mp4" -forcedsubsonly -nosub -noautosub -fps 23.976 -nocache -aid 0 -wid 56623157 -lavdopts threads=2
- Seems like your mplayer is compiled with broken VDPAU support.
What I did here - went to filtering window, clicked on lower preview = window flashed for a fraction of a second
- HybridDebugOutput-3 reports some wine problems (when avsViewer is called):
Avisynth preview error: 0009:fixme:msvcrt:__clean_type_info_names_internal (0xae9b38) stub000b:fixme:winediagtart_process Please mention your exact version when filing bug reports on winehq.org.
- -> this is a bug in wine, nothing I can do about it
- HybridDebugOutput-4 shows you stopping an encoding:
/usr/bin/wine "/usr/bin/hybrid-bin/avs2yuv.exe" "/tmp/encodingTempSynthSkript_11_02_51_7510.avs" -csp I420 -o - | "/usr/bin/x264" --preset slow --crf 18.00 --profile high --level 4.1 --psy-rd 1.00:0.15 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --deblock -1:-1 --non-deterministic --range tv --colormatrix bt470bg --demuxer y4m --input-range tv --fps 24000/1001 --output "/tmp/11_02_51_7510_03.264" -
- So avs2yuv doesn't seem to cause problems for your wine environment.
- HybridDebugOutput-5 shows you stopping an encoding:
/usr/bin/wine "/usr/bin/hybrid-bin/avs2yuv.exe" "/tmp/encodingTempSynthSkript_11_07_18_1010.avs" -csp I420 -o - | "/usr/bin/x264" --preset slow --crf 18.00 --profile high --level 4.1 --psy-rd 1.00:0.15 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --deblock -1:-1 --non-deterministic --range tv --colormatrix bt709 --demuxer y4m --input-range tv --fps 24000/1001 --output "/tmp/11_07_18_1010_02.264" -
- So avs2yuv doesn't seem to cause problems for your wine environment.
- HybridDebugOutput-6 shows you stopping an encoding:
/usr/bin/wine "/usr/bin/hybrid-bin/avs2yuv.exe" "/tmp/encodingTempSynthSkript_11_11_23_7210.avs" -csp I420 -o - | "/usr/bin/x264" --preset slow --crf 18.00 --profile high --level 4.1 --psy-rd 1.00:0.15 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --deblock -1:-1 --non-deterministic --range tv --colormatrix bt470bg --demuxer y4m --input-range tv --fps 24000/1001 --output "/tmp/11_11_23_7210_03.264" -
- So avs2yuv doesn't seem to cause problems for your wine environment.
- HybridDebugOutput-7 crashes (during the encoding) with:
FFmpeg : Error while processing the decoded data for stream #0:0
- when
"/usr/bin/ffmpeg" -y -loglevel fatal -threads 2 -i "/tmp/convert/merged.mp4" -map 0:0 -an -sn -vsync 0 -vf zscale=rangein=limited:range=limited -pix_fmt yuv420p -f rawvideo -
- is called, same guess as above: Might be a problem with missing zimg support.
What I did here was the same as in (1) loaded mp4, set x264, no filters, started encode = NOTHING
Cu Selur