Hi Remy,
Alright sir, so the latest enhancements indeed work great here. I have multiple DLL_LH lists: ffmpeg & vlc. Loading them through the GUI screen works great, however, from CLI it is still the same error.
Is there a chance that RXU.DLL is a problem?
Here is what I have:
6-08-18 8:33a 115,544 124 a--- rxu.dll
Installed as part of a RPM package: rxu-1.a.0-3.oc00.pentium4
Anything else I can try here to debug further?
Also, perhaps a small correction to the README:
...
ffmpeghigh (option) dll_name
option:
-c load dll(s) (it creates a file under path execution named handle.txt required to free loaded dll by rexx)
...
Here when I successfully load the DLLs from the GUI I do not find 'handle.txt' anywhere on my boot drive, nothing in the RAM drive (which is my TMP drive).
I do however find '~ffmpegH' file present in the directory where the DLLs were loaded from, which of course shows the list of the DLLs loaded. Therefore, I think your reference in the README to 'handle.txt' should actually be '~ffmpegH'?
Actually, this last point raises another issue. If I have multiple DLL lists in the same directory, is it not going to be a conflict to load them separately? After all, the DLL load file (~ffempgH) is a unique file and will be overwritten by the 2nd load of the DLLs, right?
Could we perhaps use the name of the input DLL list file instead of a single name like ~ffmpegH?
Hi,
I focus to make the ffmegh.exe best working because this one can be used from startup folder.
The problem is not within rxu, I'm pretty sure it is in my code due there is a litle gap between the exe and the cmd. I'll review the ffmpegfhigh.cmd and update it
Yes, you're right, some information in it a back level compared to ffmpegh.exe and will be part of the update to do.
~ffmpegH replace handle.txt (this file is more to make things a little bit faster and used for comparisons. If this file is missing, I query the storage to get the handle and then issue the free (you can do a test, delete the file et do a free). THis is why have it overwritten by new different load is not a problem due I prefer have latest loaded dll's info into this file.
Updated: I found, a missing ")" in my code !
As I wrote, ffmegh is more easy to use and startable from startup folder.
I was very tired during last days with many "white nights" and my vision dropped a little.
I also work on my AVxCAT with many news... to come, I hop this month or next month it all work as expected !
- added PCM 24bits audio
- added dynamic gap fc(time) option (audio & video ...)
- use of disc cover.jpg or trackname.jpg or album named image for .....
- Input file can be Icecast for ....
- changed concat function
- added audio mix option (with the possibility to change volume level on first audio track (would be nice to have a background sound while commenting...)
- lot of changes into auto id3 values (most for Icecast)
- have to end some parts under video
- OS2 mjpeg..
etc...
And more...
etc...
And corrections (link a little blink at open time due to a window redraw
etc...
To day, some limits appears due to missing TLS/SSL support under ffmpeg
Due to all changes I do, I had to run many time ffmpeg with several reboot making me searching why and write a quick code to load module et prevent reboot. Now, the only consuming storage is WPS (a WPS restart give back some storage but not all. Of course, no more reboot since I load module permanent (thanks to Dave pointing me to this)
Hope to provide quickly good new and update on the ffmpeghigh.cmd
Best regards
Remy