Posts: 32
Threads: 8
Joined: May 2019
Hello,
i've installed the latest hybrid on a fresh linux machine (ubuntu 19.04) but i can't make cropping. I think this is due to the avisynth/vapoursynth problem (or not ???) ??
How to fix that ?
Thanks
Posts: 10.553
Threads: 57
Joined: May 2017
16.09.2019, 18:25
(This post was last modified: 16.09.2019, 20:47 by Selur.)
What does " i can't make cropping" mean in detail?
I just tried it and from the looks of it the crop rectangle isn't updated properly (cropping is still done).
-> Is that what you mean with " i can't make cropping" ?
---
Works fine on Windows, not sure why it's broken on Linux, will look into it -> seems to be an issue with the updating of the preview.
Works fine on older Ubuntu versions (using the same binaries for Hybrid and mplayer).
-> seems like something regarding the window management changed :/
As a workaround: forcing a refresh by jumping inside the source using the arrow keys works here.
Cu Selur
Ps.: this will take some time to fix
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 32
Threads: 8
Joined: May 2019
(16.09.2019, 18:25)Selur Wrote: What does " i can't make cropping" mean in detail?
I just tried it and from the looks of it the crop rectangle isn't updated properly (cropping is still done).
-> Is that what you mean with " i can't make cropping" ?
I load the source, in the cropping/resize tab if i click on the arrow to make cropping (avisynth), nothing happens...
If i set to autocrop, i load the source : nothing happens...
---
Works fine on Windows, not sure why it's broken on Linux, will look into it -> seems to be an issue with the updating of the preview.
Works fine on older Ubuntu versions (using the same binaries for Hybrid and mplayer).
-> seems like something regarding the window management changed :/
As a workaround: forcing a refresh by jumping inside the source using the arrow keys works here.
Cu Selur
Ps.: this will take some time to fix
Posts: 10.553
Threads: 57
Joined: May 2017
Okay, will also look into the avisynth part (don't use Avisynth on Linux myself normally).
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.553
Threads: 57
Joined: May 2017
Send you a link to a dev version via PM which fixes the issue with 19.04 in my Ubuntu VM.
-> please try it and report back whether it works for you
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 32
Threads: 8
Joined: May 2019
(17.09.2019, 19:59)Selur Wrote: Send you a link to a dev version via PM which fixes the issue with 19.04 in my Ubuntu VM.
-> please try it and report back whether it works for you
Cu Selur
just tested
sorry but nothing happens... when i click on the arrow to launch the cropping process
Posts: 10.553
Threads: 57
Joined: May 2017
You did try it without Avisynth right?
Didn't look into Avisynth, only looked at the 'normal' cropping.
I loaded a source, enabled cropping, crop view and opened the crop view, worked fine here.
(haven't setup wine&co in ages so looking into avisynth will take quite a while; enabled debug output level 9 and create a debug output when pressing the crop view button)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 32
Threads: 8
Joined: May 2019
(18.09.2019, 20:34)Selur Wrote: You did try it without Avisynth right?
Didn't look into Avisynth, only looked at the 'normal' cropping.
I loaded a source, enabled cropping, crop view and opened the crop view, worked fine here.
(haven't setup wine&co in ages so looking into avisynth will take quite a while; enabled debug output level 9 and create a debug output when pressing the crop view button)
Cu Selur
I've tried to click on the arrow with avisynth or mplayer setting. I've also tried to click on the icon at the bottom right of the window with 'cropview' clicked or not clicked but nothing happens.
I just noticed that when i click on the icon at the right bottom to display the crop window, it seems to be a window opens and close immediately ; it's very fast.
Posts: 10.553
Threads: 57
Joined: May 2017
What happens if you call:
"/home/john/Downloads/hybrid/mplayer" "/home/john/video/_sources_full_remux/X-Men.Apocalypse.2016.MULTi.TRUEFRENCH.2160p.BluRay.REMUX.HEVC.10bits.HDR.DTS.5.1.DTS-HD.MA.TrueHD.Atmos.7.1-TSC.mkv" -forcedsubsonly -nosub -noautosub -fps 24000/1001 -nocache -aid 0 -lavdopts threads=8
inside a terminal prompt?
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 32
Threads: 8
Joined: May 2019
(19.09.2019, 18:05)Selur Wrote: What happens if you call:
"/home/john/Downloads/hybrid/mplayer" "/home/john/video/_sources_full_remux/X-Men.Apocalypse.2016.MULTi.TRUEFRENCH.2160p.BluRay.REMUX.HEVC.10bits.HDR.DTS.5.1.DTS-HD.MA.TrueHD.Atmos.7.1-TSC.mkv" -forcedsubsonly -nosub -noautosub -fps 24000/1001 -nocache -aid 0 -lavdopts threads=8
inside a terminal prompt?
That :
MPlayer interrupted by signal 4 in module: demux_open
- MPlayer crashed by an 'Illegal Instruction'.
It usually happens when you run it on a CPU different than the one it was
compiled/optimized for.
Verify this!
- MPlayer crashed by bad usage of CPU/FPU/RAM.
Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
gcc version. If you think it's MPlayer's fault, please read
DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
won't help unless you provide this information when reporting a possible bug.