• Welcome to OS2World OLD-STATIC-BACKUP Forum.
 

News:

This is an old OS2World backup forum for reference only. IT IS READ ONLY!!!

If you need help with OS/2 - eComStation visit http://www.os2world.com/forum

Main Menu

CE2mp3

Started by cyber, 2009.06.12, 12:05:45

Previous topic - Next topic

cyber

CE2MP3 v07

Tag from source ogg files will be copyed in to created mp3. You need files from ogg-tags.zip (id3v2, ogginfo and dll's) in path.

There is sideefect from using wipe for overwriting; if You try to convert mp3 to mp3 and source file is in directory where is CE2MP3, source file will be deleted BEFORE converting.   Work on this.

CDRWSel

Do you plan to use querycddb.exe ? (included with leechmp3)
.
Strange, I'm unable to view page 3 of this topic once I'm logged in !! (there is a problem on os2world)

RobertM

Quote from: CDRWSel on 2009.07.10, 21:03:38
Do you plan to use querycddb.exe ? (included with leechmp3)
.
Strange, I'm unable to view page 3 of this topic once I'm logged in !! (there is a problem on os2world)

Go to http://www.os2world.com/forum/ and find this topic. That will get you in until we figure out the issue with the Joomla wrapper.


|
|
Kirk's 5 Year Mission Continues at:
Star Trek New Voyages
|
|


Batchheizer

Quote from: cyber on 2009.07.10, 11:47:26
CE2MP3 v07

Tag from source ogg files will be copyed in to created mp3. You need files from ogg-tags.zip (id3v2, ogginfo and dll's) in path.

Ogg-Tag is NOT copied zu Mp3. I created an OGG with only one tag (artist=Ich), but it is not copied to mp3 (no tags)
The last output of CE2MP3 shows no tags.

Should all files of ogg-tags be copied to path? Or should the DLL placed to libpath?

Thanks for your work on this fine script.

cyber

#49
Please try this 07a version.
Strange situation... on development machine 07 works perfect, on this one here not. But 07a should work OK on both.
Different versions of REXX in use ?
AHA, path only, test with (in command line) ogginfo.exe oggfile.ogg, if it show tags it should work.

cyber

Strange thing is that difference isn't in Rexx, than in ogginfo.exe;
on one machine (eCS 2 b4) gives output like:

        TITLE=Hydrate - Kenny Beltrey

and on other (Warp 4.5) like:

        title=Hydrate - Kenny Beltrey ???

Adding translating to uppercase of part that should be recognised before matching, solve problem, and work on both system.  I hope. :)

cyber

#51
Quote from: CDRWSel on 2009.07.10, 21:03:38
Do you plan to use querycddb.exe ? (included with leechmp3).

   No ? QueryCD is for getting data about music CD and there is already several apps/frontends that can do converting from musicCD to mp3 ?  I'm trying to got something that OS/2 and eCS miss (Hey! I too!!!) and not to duplicate existing tools. On the other hand You have right... convert EVERYTHING to mp3 should include musical CD's too.  :D  
   Change name to "CE2MP3 except musical CD" ?  ;D

   There is still problems with cdrwbar; on single file usage it stays at beggining until conversion finished, then just jump to end. On directory processing bar behave same, except that it start bar for every file and show >> Error ocured <<. Comand line say SYS1806: The system cannot start the session in the foreground.

There is workaround for blocked pages. If page doesn't shown right after my posting, modifyng last post via direct link (http://www.os2world.com/forum/) always turn page shown normal. Modify of page might cause problem as it behave like off/on switch ?

CDRWSel

#52
* Use FFMPEG R18731 build *
I found an corrected a few problem under previous build + one which will corrected this evening
I will review the one run multiple file process too before posting it here again. It should be done very soon  ;)

note: If your process run ffmpeg one time for each file (e.g ffmpeg ..... ; ffmpeg ..... ; ffmpeg ..... )
        and you start cdrwbar with parm AFFMPEG8 (8=number of time ffmpeg is started), you'll have to plan
        adding a small timer between each ffmpeg process (e.g. syssleep 5/2)   
 
Remy

Batchheizer

Quote from: cyber on 2009.07.11, 23:44:49
Please try this 07a version.
Strange situation... on development machine 07 works perfect, on this one here not. But 07a should work OK on both.
Different versions of REXX in use ?
AHA, path only, test with (in command line) ogginfo.exe oggfile.ogg, if it show tags it should work.

07a fine. It sets ID3V2 and ID3V1. I will make more test on "Umlaute" etc.

cyber

Module for tag info V1 for mp3 - mp3 conversion ready.
Is it possible to have tag data v2 and nothing for v1 ? Or is it just uncommon ?

cyber

Quote from: Batchheizer on 2009.07.13, 16:59:27
07a fine. It sets ID3V2 and ID3V1. I will make more test on "Umlaute" etc.

Thanks for testing. :) It should work...   :D

Batchheizer

Quote from: cyber on 2009.07.13, 17:03:07
Module for tag info V1 for mp3 - mp3 conversion ready.
Is it possible to have tag data v2 and nothing for v1 ? Or is it just uncommon ?

Both should be set. One big difference is the codepage (V2: Unicode) and the length a string (Title etc.).

CDRWSel

Hi,

I updated your prog for use with cdrwbar.
I include both into the same zip file
(test not done)

cyber

Quote from: Batchheizer on 2009.07.13, 21:17:17
Both should be set. One big difference is the codepage (V2: Unicode) and the length a string (Title etc.).

If only tagv1 at source exist, it will be copyed to tagv1 and v2 at target mp3.
If tagv1 and tagv2 at source exist, it will be copyed as tagv1->tagv1 and tagv2->tagv2 ?
And if tagv2 exist and tagv1 does not, it will be just tagv2->tagv2 !
Is this OK ?

CDRWSel

Hi Cyber,

Have a look into the CE2MP3 included into the zip file.
I've added a few changes as suggestions with a comment + "RD" flag
e.g. replace temp file by a rxqueue etc...
Well done, continue...  ;)