18.04.2018, 10:04
18.04.2018, 11:38
Guess What
1) Avisynth > Frame > Field matching >TFM + speed change > Scale output frame rate - WORKS
Original fps=29.970 converted 23,976
However, Avisynth > Frame > Field matching >TFM + speed change >FPS adjust or Restore - DOES NOT WORK
Any attempt add other avisynth filters like dfttest also does not work
2) Avisynth > Frame > Field matching >TFM + speed change > Scale output frame rate + Resize (upscale) is okay
1) Avisynth > Frame > Field matching >TFM + speed change > Scale output frame rate - WORKS
Original fps=29.970 converted 23,976
However, Avisynth > Frame > Field matching >TFM + speed change >FPS adjust or Restore - DOES NOT WORK
Any attempt add other avisynth filters like dfttest also does not work
2) Avisynth > Frame > Field matching >TFM + speed change > Scale output frame rate + Resize (upscale) is okay
18.04.2018, 12:23
Guess what: No DebugOutput. -> No clue.
In general I would advice against nix nd FFmpeg and Avisynth filtering.
When an Avisynth filter doesn't work trying the Avisynth Preview (in Hybrid) offen helps to get a usable error message. Might bei a problem with the wine setup.
Cu Selur
In general I would advice against nix nd FFmpeg and Avisynth filtering.
When an Avisynth filter doesn't work trying the Avisynth Preview (in Hybrid) offen helps to get a usable error message. Might bei a problem with the wine setup.
Cu Selur
18.04.2018, 14:27
What mix are you talking about ??
Under Filtering
I select >> Avisynth >> then Frame >> then Field matching >> then TFM
Is that not all avisynth ??
Under Filtering
I select >> Avisynth >> then Frame >> then Field matching >> then TFM
Is that not all avisynth ??
18.04.2018, 16:46
Ah, okay got confused due to the line wrap on my mobile.
Still would need a debug output of the Avisynth preview.
Still would need a debug output of the Avisynth preview.
19.04.2018, 03:18
I have two wine executables and for 64bit programs the preferred command on my system is:
wine64 "/root/.wine/drive_c/windows/syswow64/avsViewer.exe"
I have found however that avsViewer can also be launched with wine32 hence:
wine "/root/.wine/drive_c/windows/syswow64/avsViewer.exe"
Okay, here is another debug file.
I loaded the file applied just avisynth TIVTC filter + fps change, ran the preview for a few minutes
then closed it and tried to process and Hybrid simply crashed.
wine64 "/root/.wine/drive_c/windows/syswow64/avsViewer.exe"
I have found however that avsViewer can also be launched with wine32 hence:
wine "/root/.wine/drive_c/windows/syswow64/avsViewer.exe"
Okay, here is another debug file.
I loaded the file applied just avisynth TIVTC filter + fps change, ran the preview for a few minutes
then closed it and tried to process and Hybrid simply crashed.
19.04.2018, 05:00
Looking at the debug output.
Cu Selur
- Source analysis is there.
- Sadly you didn't use the Avisynth preview, but the normal Preview which by default doesn't use Avisynth.
So no insight into Avisynth problems there.
- During the job processing:
- Calling:
"/usr/bin/mplayer" -v -mc 0 -vc dummy -nocorrect-pts -noconsolecontrols -nocorrect-pts -vc null -vo null -nocache -hardframedrop -aid 128 -dumpaudio -dumpfile "/tmp/iId_1_aid_128_11_34_49_4410_01.ac3" "/tmp/convert/ntsc-1.VOB"
- outputs a bunch of '{ERROR5,c=1}' during it's processing, which doesn't seem right, but seems to finish without a crash.
created /tmp/iId_1_aid_128_11_34_49_4410_01.ac3 (56.9801 MB)
- Then the queue crashs since the source indexing doesn't work:
wine "/root/.wine/drive_c/windows/syswow64/avisynthPlugins/DGIndexNV.exe" -i "/tmp/convert/ntsc-1.VOB" -o "/tmp/11_34_49_4410.dgi" -h -e
- What happens when you call that call in a terminal?
- Calling:
Quote:I have found however that avsViewer can also be launched with wine32 hence:All Avisynth tools are 32bit and thus probably should be called through the 32bit wine binary.
wine "/root/.wine/drive_c/windows/syswow64/avsViewer.exe"
Cu Selur
19.04.2018, 07:07
I managed to launch DGIndex with wine64 from the terminal and produced a .d2v file which under windows can be called in a script and processed with Virtualdub/avisynth.
This of course cannot be loaded into Hybrid
Try as I may, the top AVS preview which I assume is the avisynth preview has never worked.
There is no debug file generated but I attach screen shots. A pile of error windows appear.
This of course cannot be loaded into Hybrid
Try as I may, the top AVS preview which I assume is the avisynth preview has never worked.
There is no debug file generated but I attach screen shots. A pile of error windows appear.
19.04.2018, 07:47
1st error is because the indexing doesn't work (Hybrid uses wine not wine64).
2nd error is due to some bug in wine
-> please answer my questions from before,..
2nd error is due to some bug in wine
-> please answer my questions from before,..
19.04.2018, 09:04
Sorry, Did I miss something. What question do you refer to ?
I have both wine32 and wine64 because it is a dual compile as I have a multilib system.
Hybrid complains if I put avisynthPlugins into system32'
I have both wine32 and wine64 because it is a dual compile as I have a multilib system.
Hybrid complains if I put avisynthPlugins into system32'