This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Disaster with wrong MPlayer
#32
(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.
  • 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)

What I did - loaded mp4, set x264, no filters, started encode = NOTHING
  • 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.
This is a copout  I have no issues with MPlayer
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:winediagConfusedtart_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
Reply


Messages In This Thread
Disaster with wrong MPlayer - by zigbay03 - 14.05.2018, 00:53
RE: Disaster with wrong MPlayer - by Selur - 14.05.2018, 05:13
RE: Disaster with wrong MPlayer - by zigbay03 - 14.05.2018, 10:05
RE: Disaster with wrong MPlayer - by zigbay03 - 16.05.2018, 05:45
RE: Disaster with wrong MPlayer - by Selur - 16.05.2018, 17:58
RE: Disaster with wrong MPlayer - by zigbay03 - 17.05.2018, 02:42
RE: Disaster with wrong MPlayer - by Selur - 17.05.2018, 04:51
RE: Disaster with wrong MPlayer - by zigbay03 - 17.05.2018, 12:24
RE: Disaster with wrong MPlayer - by Selur - 17.05.2018, 17:26
RE: Disaster with wrong MPlayer - by zigbay03 - 18.05.2018, 00:22
RE: Disaster with wrong MPlayer - by Selur - 18.05.2018, 05:06
RE: Disaster with wrong MPlayer - by zigbay03 - 18.05.2018, 22:50
RE: Disaster with wrong MPlayer - by Selur - 19.05.2018, 05:31
RE: Disaster with wrong MPlayer - by zigbay03 - 19.05.2018, 07:53
RE: Disaster with wrong MPlayer - by Selur - 19.05.2018, 09:18
RE: Disaster with wrong MPlayer - by zigbay03 - 19.05.2018, 10:01
RE: Disaster with wrong MPlayer - by Selur - 19.05.2018, 10:25
RE: Disaster with wrong MPlayer - by zigbay03 - 19.05.2018, 14:32
RE: Disaster with wrong MPlayer - by Selur - 19.05.2018, 20:23
RE: Disaster with wrong MPlayer - by zigbay03 - 20.05.2018, 00:43
RE: Disaster with wrong MPlayer - by Selur - 20.05.2018, 00:59
RE: Disaster with wrong MPlayer - by zigbay03 - 20.05.2018, 03:19
RE: Disaster with wrong MPlayer - by Selur - 20.05.2018, 07:41
RE: Disaster with wrong MPlayer - by zigbay03 - 22.05.2018, 01:29
RE: Disaster with wrong MPlayer - by zigbay03 - 20.05.2018, 09:24
RE: Disaster with wrong MPlayer - by Selur - 20.05.2018, 09:47
RE: Disaster with wrong MPlayer - by zigbay03 - 20.05.2018, 23:04
RE: Disaster with wrong MPlayer - by Selur - 20.05.2018, 23:23
RE: Disaster with wrong MPlayer - by zigbay03 - 20.05.2018, 23:49
RE: Disaster with wrong MPlayer - by Selur - 21.05.2018, 00:09
RE: Disaster with wrong MPlayer - by zigbay03 - 21.05.2018, 03:45
RE: Disaster with wrong MPlayer - by zigbay03 - 21.05.2018, 06:51
RE: Disaster with wrong MPlayer - by zigbay03 - 22.05.2018, 06:31
RE: Disaster with wrong MPlayer - by Selur - 22.05.2018, 07:06
RE: Disaster with wrong MPlayer - by zigbay03 - 22.05.2018, 09:40
RE: Disaster with wrong MPlayer - by Selur - 22.05.2018, 14:40
RE: Disaster with wrong MPlayer - by zigbay03 - 22.05.2018, 22:32
RE: Disaster with wrong MPlayer - by Selur - 22.05.2018, 23:40
RE: Disaster with wrong MPlayer - by zigbay03 - 23.05.2018, 02:54
RE: Disaster with wrong MPlayer - by Selur - 23.05.2018, 08:42
RE: Disaster with wrong MPlayer - by zigbay03 - 24.05.2018, 10:17
RE: Disaster with wrong MPlayer - by Selur - 24.05.2018, 10:32

Forum Jump:


Users browsing this thread: 4 Guest(s)