Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Remy

Pages: 1 ... 36 37 [38] 39 40
556
Applications / Re: AVxCAT 1.4 alpha
« on: March 30, 2016, 09:50:25 pm »
Ok,

It works without using pipe fonction ( command line mode ) but not throught AVxCAT
I see that the wrong version is displaied which tells me PIPE didn't return required information out of FFMPEG.

I could read some information on FFMPEG development that they changed how pipe is working !
It would be nice having a FFMPEG V3 build with a well working (like under all prévious build) pipe function
Remember, all previous ffmpeg build up to 2.1.5 are well working with pipe under drdialog and using rxu.dll.

Hi Dave,
The problem I reported several weeks ago is always present and it is not possible to make this build compatible with AVxCAT until a well working pipe process with drdialog using RXU.dll (required).

It is very ease test, create a single drdialog, load rxutils and rxu and run ffmpeg from under drdialog using a named rxqueue (pipe) with FIFO option.

From all changes I could read under this build, resolving this issue should made it work with AVxCAT   

PS: I see a character size problem (V1, V2, Both) under this dialog I will resolve under next build.
 
Thanks
Cheers/2

557
Applications / Re: AVxCAT 1.4 alpha
« on: March 30, 2016, 07:51:00 pm »
I'll give it a try to check compatibility.
Hi Remy and Dave, it seems quite compatible with latest releases (no tested deeply but works quite well).
Thanks for your efforts!
Regards

Hi!

It is strange it works for you... 
Can you please post the result of your AVxCAT parameters dialog ?
Do you have V3.0.0 listed or v2.1.5 ?

I checked for compatibility but I could not get pipe results from any direct command issued from under drdialog with ffmpeg v3 build !
This is the first ffmpeg builf not returning messages into the pipe command issued from under AVxCAT !
Without a working pipe, conversion will not work.     

I checked my environment and installed Dlls and all are ok.
Until this issue is found and corrected, ffmpeg v3 is currently falgged as not compatible.

558
Applications / Re: AVxCAT 1.4 alpha
« on: March 29, 2016, 01:05:45 pm »
I've uploaded FFmpeg v3.0 to Hobbes, http://hobbes.nmsu.edu/h-search.php?button=Search&key=ffmpeg-v3.0&dir=%2F
Remy, do you want to update AVxCAT to support it.  Also let me know if there is anything I missed as v3.0.1 will be released shortly.

Thanks Dave,
I'll give it a try to check compatibility.

559
Programming / Re: REXX help - check to see if file is present.
« on: March 15, 2016, 08:23:00 pm »
Hi,

First be sure only have '\' and no '/'. You can use a translate(string,'\','/') to be sure all '/' are '\'
Then, you can have a look on lastpos()
e.g. lp = lastpos('\',string')

with string = E:\Projects\eJava\eJava-008, lp = 18

followed by a substr() function
e.g. path=substr(string,1,lp-1)

Or all together :
path=substr(string,1,lastpos('\',translate(string,'\','/'))-1)

560
Applications / Re: AVxCAT 1.4 alpha
« on: March 06, 2016, 03:25:34 pm »
Any feedback about latest build ?

561
Programming / Re: REXX help - check to see if file is present.
« on: February 28, 2016, 08:06:44 pm »
Hi,

Just use the following commad:

stream( file2chek, "c", "QUERY EXISTS" )
( if empty string then file does not exist )
 
"C" is for command

You can replace "QUERY EXISTS"
"QUERY SIZE" - interesting in cas the file exist but its size = 0 !

Best regards.

562
Applications / Re: AVxCAT 1.4 alpha
« on: February 27, 2016, 04:07:26 pm »
Hi Dariuz,

New beta2 should be better due I found the unstability issue I could see sometimes. In particular situation, a process was called as mutch as you have files under the current directory instead of firering only ones (this resulted into overflow followed by AVXCAT crash). Now, this is corrected     

I just refreshed the beta2 on my server, please take the new one (some more updates - display of codecs, formats, version under help changed and simplified + thumbnail extraction when creating html for presentation is now very fast too - and now mp2 conversion works too and only ogv will not work)
Yes, you can use pre and post commands
put each command in a new line
no prefixed line or with a prefix of  'B'  (before) , it is placed as PRE command
e.g.     B @vol C:    or    @vol C:
If it is prefixed by 'A'  (after) then it is used as POST command
e.g.     A @vol C:

PS: This beta2 zip will show "beta4" under about.   

Regards 

563
Applications / Re: AVxCAT 1.4 alpha
« on: February 26, 2016, 09:59:09 pm »
Updated to beta2    ( change beta1 by beta2 from the download link to get the update )
( same as beta1 but changed and corrected seek position under video advanced option. Now, it is very fast  ;) , optimized some code and starting video using KMP player under video advanced option will start at selected start-time )

Any feedback about beta1 test ?
Regards
 

564
Applications / Re: AVxCAT 1.4 alpha
« on: February 23, 2016, 05:49:33 pm »
Hi Dariusz,

I changed several parts of the internal filemanager and corrected some other issue I found (e.g. drop down list for presets incorrect after prévious update).

http://remydodin.levillage.org/outils/avxcat_140beta1.zip

File manager should be faster and of course better ( I hope )
I no more see the unstability issue I could find previously. I hope it is fine for you too now.
( No special debug entries added )

note: I used wrc.exe this time (it's ok)


Regards.

565
Applications / Re: AVxCAT 1.4 alpha
« on: February 22, 2016, 05:06:57 pm »
Nice, I will give it a try.

566
Applications / Re: AVxCAT 1.4 alpha
« on: February 21, 2016, 11:20:57 pm »
It looks like drdialog is only compatible with an older version...  :(

567
Applications / Re: AVxCAT 1.4 alpha
« on: February 21, 2016, 01:03:08 am »
Drdialog uses an old rc.exe, I tried a newer one but this one will not work with drdialog.
Any suggestion about a newer compatible rc.exe to use with drdialog ?

FFmpeg v3 (not under os/2 yet)

568
Applications / Re: AVxCAT 1.4 alpha
« on: February 20, 2016, 08:44:42 pm »
I'm going to increase the number of selectable CPU from max 4 to 6   ( auto should take all 6 CPUs )
Currently, I implemented the after user cmd option in addition to the pre user cmd option
I'l already working on the internal filemanager code and could reduce some processes (making it faster) but some kind of action under it always gives some unstability (but less than before)... Working more on it   

569
Applications / Re: AVxCAT 1.4 alpha
« on: February 20, 2016, 08:34:16 pm »
...How many files do you have under the path you open through internal filemanager ? What is your path name where ?...
Not many files, about 6 files that match the filter extension...but about 18 files in total in that directory...the path name I've used is "G:\tmp\camtest"

From a process perspective here is what PSTAT returns:

G:\APPS\MULTIMEDIA\AVXCAT\AVXCAT.EXE   005F       2B      G:\OS2\DLL\REXXAPI.DLL
                                  G:\OS2\DLL\DOSCALL1.DLL*
                                  G:\OS2\DLL\QUECALLS.DLL*
                               G:\OS2\DLL\REXX.DLL
                                  G:\OS2\DLL\DOSCALL1.DLL*
                                  G:\OS2\DLL\REXXAPI.DLL*
                                  G:\OS2\DLL\KBDCALLS.DLL*
                                  G:\OS2\DLL\NLS.DLL*
                                  G:\OS2\DLL\SESMGR.DLL*
                                  G:\OS2\DLL\QUECALLS.DLL*
                                  G:\OS2\DLL\MSG.DLL*
                               G:\OS2\DLL\DOSCALL1.DLL*
                               G:\OS2\DLL\PMGPI.DLL*
                               G:\OS2\DLL\PMWIN.DLL*
                               G:\OS2\DLL\PMSHAPI.DLL*
                               G:\OS2\DLL\PMDRAG.DLL*
                               G:\OS2\DLL\PMCTLS.DLL*

Sure, not a lot of files...

570
Applications / Re: AVxCAT 1.4 alpha
« on: February 20, 2016, 08:30:59 pm »
This sounds like a simple smp problem and perhaps can be fixed by marking avxcat.exe as MPUNSAFE. At least it would be worth trying. I believe the syntax is
Code: [Select]
markexe MPUNSAFE avxcat.exe

Tried that already...same result...the only thing that seems to work is running 'setproc' utility...not sure who wrote that...but you can find it on Hobbes here => http://hobbes.nmsu.edu/download/pub/os2/util/system/setproc.zip

Here is something else I noticed. When I start up either PSI or Remy's app I see libc06b4.dll showing up in Theseus...but that is a DLL that is quite old and is "retired" now...lol...yet both apps still pull it in, my DLL details are:

 2-01-05  10:21a    562710           0  libc06b4.dll

...and here is the full list of all libcxxx DLLs:

10-27-03   5:13p    230785         124  libc04.dll
 4-14-04   4:37p    356330           0  libc05.dll
10-26-14   8:17p     48179           0  libc06.dll
10-26-14   8:17p     48179           0  libc061.dll
10-26-14   8:17p    157161           0  libc062.dll
10-26-14   8:17p    157161           0  libc063.dll
10-26-14   8:17p    157213           0  libc064.dll
 8-11-08   5:53a   1353252         124  libc064x.dll
10-26-14   8:17p    157213           0  libc065.dll
10-26-14   8:16p   1361666           0  libc066.dll
 2-01-05  10:21a    562710           0  libc06b4.dll
12-30-11  11:08a    114176           0  libcbeta
 2-01-05  10:21a    562710           0  libcbeta.dll

So maybe some sort of DLL conflict where one of these is not SMP-safe?

I build the program under drdialog using rexx.

Pages: 1 ... 36 37 [38] 39 40