Author Topic: AVxCAT (v2 into test)  (Read 24438 times)

Remy

  • Hero Member
  • *****
  • Posts: 645
  • Karma: +9/-1
    • View Profile
AVxCAT (v2 into test)
« on: March 03, 2022, 11:42:22 pm »
Hi,

AVxCAT v2 has progressed
Many planned updates and new functions are now available (only 3 to 4 new options/changes aren't fully enabled yet)
I need more feedbacks about (not finalized) current beta. (ini file is maintained compatible with older release despite new entries are added)

To not overwrite current AVxCAT, this one is named avxcat_beta (dll is updated and backward compatible) 
The AVxCAT guide isn't updated yet and will be done next but I've added a long list about major functions and minor changes as well all corrected bugs including some rare crashes some had in specific situation...

To go to this beta level, have AVxCAT installed.
Check having new requirements installed
Use FFMPEG > v4 (I used V4.2.2 for my tests) to enabled all new functions
- Recording ice cast or other... (e.g. icecast-yp.internet-radio (dot) com ; directory.shoutcast (dot) com ...)
   Record time can be adjusted (Stream limit [time] options under parameters)
- You can record webcam (webcam.exe required - You can start webcan with option from under AVxCAT and up to 2 webcams devices selectable)
   you have the option to enable ffplay at link add into AVxCAT which provides you a small video window about current webcam recording
   an option to send udp webcam output available too...
   https://www.os2world.com/cms/index.php/past-news/80-news/software/23231-uvc-webcam-server-1-0
- You can start webcam and just see the video from it
   You ca start/stop playing some type of "files"
- CD grabbing with cddb improved with autoget front cover id enabled (webc under parameters)
   CD grab output organisation can be selected through the [ + ] available button under parameters
   CD HQ extract (including n recoveries in case of read errors) option added
   ...
- Audio muxing or append (in muxing mode, first entry can be volume lowered)
...

To test it and provide feedbacks:
http://remydodin.levillage.org/doc/realisations/downloads/AVXCAT_new.zip

Regards
Remy
     
« Last Edit: March 03, 2022, 11:47:33 pm by Remy »

Mentore

  • Full Member
  • ***
  • Posts: 152
  • Karma: +4/-0
    • View Profile
Re: AVxCAT (v2 into test)
« Reply #1 on: March 07, 2022, 08:41:50 am »
Hi,

AVxCAT v2 has progressed
Many planned updates and new functions are now available (only 3 to 4 new options/changes aren't fully enabled yet)
I need more feedbacks about (not finalized) current beta. (ini file is maintained compatible with older release despite new entries are added)

Regards
Remy
   

Hello Remy,
I tried to download it but got a strange error. The downloaded file was only 3 kB long.

Don't know if  I made a mistake and tried to download something else but still.

Mentore

Remy

  • Hero Member
  • *****
  • Posts: 645
  • Karma: +9/-1
    • View Profile
Re: AVxCAT (v2 into test)
« Reply #2 on: March 07, 2022, 11:56:58 pm »
Hi,

AVxCAT v2 has progressed
Many planned updates and new functions are now available (only 3 to 4 new options/changes aren't fully enabled yet)
I need more feedbacks about (not finalized) current beta. (ini file is maintained compatible with older release despite new entries are added)

Regards
Remy
   

Hello Remy,
I tried to download it but got a strange error. The downloaded file was only 3 kB long.

Don't know if  I made a mistake and tried to download something else but still.

Mentore

Hi,
Strange, the file  AVXCAT_new.zip  is near 344KB
what's your small downloaded file name ?

( https works too - https://remydodin.levillage.org/doc/realisations/downloads/AVXCAT_new.zip )
 
How did you download it (from AVxCAT menu or using previous direct link) ?
- If from the menu, which Curl build do you have ?
- It uses two step, 1/ get information of available build on my site & 2/ if newer, download it ...
  do you have a home path (set home=) ?     

Regards
Rémy
« Last Edit: March 08, 2022, 12:07:26 am by Remy »

Remy

  • Hero Member
  • *****
  • Posts: 645
  • Karma: +9/-1
    • View Profile
Re: AVxCAT (v2 into test)
« Reply #3 on: March 08, 2022, 09:15:38 pm »
To stream webcam audio+video network using udp...
Once you added the webcam, add the udp: information on the target path and then start.... (use parm ?pkt_size=1316 to have it working with VLC)
 

David Graser

  • Hero Member
  • *****
  • Posts: 870
  • Karma: +84/-0
    • View Profile
Re: AVxCAT (v2 into test)
« Reply #4 on: March 09, 2022, 04:16:03 pm »
I downloaded file without a problem.

I execute the .exe  and the first pic shows what happens.  This has happen with earlier versions.  I just stopped it and ran the .exe again and it would work.  Not this time..

I get the second message and then nothing happens.

« Last Edit: March 09, 2022, 10:28:56 pm by David Graser »

Remy

  • Hero Member
  • *****
  • Posts: 645
  • Karma: +9/-1
    • View Profile
Re: AVxCAT (v2 into test)
« Reply #5 on: March 09, 2022, 10:03:51 pm »
I downloaded file without a problem.

I execute the .exe  and the first pic shows what happens.  This has happen with earlier versions.  I just stopped it and ran the .exe again and it would work.  Not this time..

I get the second message and then nothing happens.

Thanks,
verifying and let you know

Remy

  • Hero Member
  • *****
  • Posts: 645
  • Karma: +9/-1
    • View Profile
Re: AVxCAT (v2 into test)
« Reply #6 on: March 09, 2022, 11:14:53 pm »
I downloaded file without a problem.

I execute the .exe  and the first pic shows what happens.  This has happen with earlier versions.  I just stopped it and ran the .exe again and it would work.  Not this time..

I get the second message and then nothing happens.

This code is executed during initial installation without ini file and after opening parameters + clic on webc checkbox
The messages are from webc dialog (but it could be displaied if an error occured before - making me modify a/)

I checked under my system but didn't get the error after removing my ini file and starting a fresh install.
I checked the code and changed 2 lines
a/ one which could set an invalid option if a specified path doesn't exist (cdda2wav)
B/ I forgot to refresh a var under webc dialog centering the dialog (corrected to refresh this var as it should be)
  If this var got dropped, a crash could occur (had this under an other dialog in an older version)   

Can you please get the update and give it a try ? thanks
(same file name)

Regards
Rémy

« Last Edit: March 09, 2022, 11:16:47 pm by Remy »

David Graser

  • Hero Member
  • *****
  • Posts: 870
  • Karma: +84/-0
    • View Profile
Re: AVxCAT (v2 into test)
« Reply #7 on: March 10, 2022, 07:04:19 pm »
Hi Remy

I must apologize.  I found what I did wrong.  I failed to copy the files over the previous install which had used Warpin.  Once I did that, everything appears to work great.   There were more files I required that were not included with the previous install. Thanks for all you hard work..

David
« Last Edit: March 10, 2022, 07:07:21 pm by David Graser »

Remy

  • Hero Member
  • *****
  • Posts: 645
  • Karma: +9/-1
    • View Profile
Re: AVxCAT (v2 into test)
« Reply #8 on: March 10, 2022, 09:29:44 pm »
Hi Remy

I must apologize.  I found what I did wrong.  I failed to copy the files over the previous install which had used Warpin.  Once I did that, everything appears to work great.   There were more files I required that were not included with the previous install. Thanks for all you hard work..

David

Hi David,
GA will be Warpin.

Thanks for your update
Rémy

Remy

  • Hero Member
  • *****
  • Posts: 645
  • Karma: +9/-1
    • View Profile
Re: AVxCAT (v2 into test)
« Reply #9 on: April 12, 2022, 11:50:11 am »
Update available:

Added m3u list sorted by write date/time option
default = track names, if prefixed by track number, it is right but if not préfixed by track numbers, default sort may not provide expected result. With sort m3u by wtime, older on top, grab order is respected (sort limited by dir date/time precision)

Option available under: "CD output path" parameters Menu -> [  +  ]

Regards
Rémy

Remy

  • Hero Member
  • *****
  • Posts: 645
  • Karma: +9/-1
    • View Profile
Re: AVxCAT (v2 into test)
« Reply #10 on: May 30, 2022, 06:41:11 pm »
New update available (get update)

- several corrected bugs
- enabled video concat with/without gap files
- more...

Added a > in front of latest main changes in the text file included in the zip file.

* One main process was re-written to easier update/upgrade my code and a few optimized codes)

Remy

  • Hero Member
  • *****
  • Posts: 645
  • Karma: +9/-1
    • View Profile
Re: AVxCAT (v2 into test)
« Reply #11 on: January 15, 2023, 05:54:25 pm »
New beta build update available (near GA level - this is only an update to latest beta with last updated files. GA will include a new PDF users guide)

Use the update function from under AVxCAT help menu
Or for those not having tried the V2
[https://remydodin.levillage.org/en/realisations.php?item=6900&id=realisations]


note: following main updates since last build, some video bugs are corrected as well the start/stop audio/video files from the main process list and more.... (updated position of user program to run during conversion process in the full process like as it is  expected to be)

Can be used to stream webcam udp flow.     
« Last Edit: January 15, 2023, 08:02:39 pm by Remy »

Remy

  • Hero Member
  • *****
  • Posts: 645
  • Karma: +9/-1
    • View Profile
Re: AVxCAT (v2 into test)
« Reply #12 on: February 06, 2023, 01:08:25 am »
AVxCAT V2 GA (preview) 
(installation corrections, other corrections, some code reworked, new features etc...)
https://remydodin.levillage.org/doc/realisations/downloads/AVXCAT_S-2_0_0_1.wpi
PDF updated
https://remydodin.levillage.org/doc/realisations/downloads/AVXCAT_V2.pdf

feedback and experiences welcome

note: David Graser reported issue found and should be resolved
« Last Edit: February 08, 2023, 12:32:57 pm by Remy »

Remy

  • Hero Member
  • *****
  • Posts: 645
  • Karma: +9/-1
    • View Profile
Re: AVxCAT (v2 prev)
« Reply #13 on: February 06, 2023, 01:14:23 am »
Hi Remy

I must apologize.  I found what I did wrong.  I failed to copy the files over the previous install which had used Warpin.  Once I did that, everything appears to work great.   There were more files I required that were not included with the previous install. Thanks for all you hard work..

David

Copying over previous build corrected it of course.
I found what's wrong into my code at first install and only in specific cases using specific display size (a negative value was calculated resulting into invalid code. Resolved)
« Last Edit: February 06, 2023, 01:36:10 am by Remy »

roberto

  • Hero Member
  • *****
  • Posts: 810
  • Karma: +3/-6
    • View Profile
Re: AVxCAT (v2 into test)
« Reply #14 on: February 07, 2023, 05:44:33 pm »
Hi Remy
I get this mistake when trying to start it.
REX0043: Error 43 running D:\AVXCAT\AVXCAT.EXE, line 17370: Routine not found
  1107 +++   Call _check_4GBdll_;
I understand that I am missing some DLL. This I can't find it.
« rxtnsion.dll » from Jan-Erik to support files above 4GiB limit (included)

Saludos