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 - cyber

Pages: 1 ... 5 6 [7] 8 9 ... 17
91
Setup & Installation / Re: eMachines eTower 633ids
« on: 2009.07.22, 08:43:59 »
If You suspect on memory, try to use lowest memory timing settings in BIOS.  If this help, You can try faster setup later.
Is CPU maybe overclocked ?

92
Rexx / Re: CE2mp3
« on: 2009.07.21, 11:52:44 »
And if tagv2 exist and tagv1 does not, it will be just tagv2->tagv2 !
Is this OK ?
In the last case copy tagv2 to tagv1. Maybe they are cutted - but this is better than none ID3V1- because many OS2-porgrams can only read ID3V1 (minta; CW_Classes etc.).

There is to many combinations for v2->v1...module for tag reading, combinyng and writing is almost big as ce2mp3 without it  :)... for example title1 and title2 in v2 tag are set, and title in v1 tag is empty, but both titles from v2 are ahem... important... wich one to set as v1 tag.  Not to speak about comments.  ???  Anyway... mp3 module is in test phase.

93
Rexx / Re: CE2mp3
« on: 2009.07.20, 15:49:55 »
RD4 is not working on both my computers, except that on eCSv2b4 do conversion without progres indicator move, and on W4 result with error without making conversion.
It aplyes for both CHK_Duration=1 and CHK_Duration=0

Question:
Is there more than one version of RexxUtil.dll and / or rxu.dll ?

94
Hi all, Bookworm pointed right; we need more such software if we ever plane to got more new users; encyclopedias, map software, eBook readers and so on.  Only usable now is html based (without flash) solutions. :(
I'm personaly interested in map software, but if red-eye reduction is such hard to got in PMView, how should be gotting some inf files support (coordinates, names) ?  :'(

95
Rexx / Re: CE2mp3
« on: 2009.07.18, 22:02:29 »
Huh...
I'v got
Sytax error
SAY "Ddosrc =" Ddosrc
Ddosrc = rxcreatenpipe('hpipe' /pipename,openomde,pipemode,instance_count,

can not see all.

Is it may dependent on some more dll's, not only rxu.dll ???

Anyone else ???

96
Agree. I can't wait for Haiku to have an ISO image. I miss BeOS/Zeta. I hope eCS takes this path.

This path is very interested, even with not finished OS yet, Quake I, II and III ports to Haiku are ready and waiting. 
Only hope for mankind is that Mensys will someday got control of Windozes maintenance and distribution.  :-\

97
Rexx / Re: CE2mp3
« on: 2009.07.17, 09:42:35 »
Right, I didn't the test with your CE2MP3 I updated to give you some suggestions but fully test was done with a small rexx I wrote to validate cdrwbar process.

Can You provide this small rexx to test to ?

CDRWBAR uses ffmpeg information returned during convertion process and sent through the pipe like I wrote it previously (ffmpeg always returnes duration with all test I did and with any kind of supported files) but the logs you provided show that ffmpeg didn't return this information for your tracks or different control chars exist preventing message trapping ! (i added this option to allow a bypass in case

I've tested this on several ways with lot of different files.  FFMPEG do provide information on duration with every file I tried.  It does not give this part of information WHEN is used 2>pipe/ffmpeg switch (at least it isn't shown in cdrwbar log)  with every file I tried.  Why is this happen I do not know. I want to test this on my home machine, but have not enough time yet.  Probably someone else could try test this ?


note: just replace ogginfo by ffmpeg and extract the duration, this one will be passed as default duration value for the current track if you prefer but why is ffmpeg sending you duration value when not converting file ?

Where ? Whole ogginfo: routine is missing ?

( pleasen do a try outside of CE2MP3 (command line) using following example: ffmpeg -y -i "your_ogg_track" -ab 192k -ar 44100 -ac 2 "your_mp3_outtrack" 2>/pipe/ffmpeg  just after starting cdrwbar like:  cdrwbar affmpeg )  

in command line when I start cdrwbar using 'start cdrwbar affmpeg' and after that:
'ffmpeg -y -i "your_ogg_track" -ab 192k -ar 44100 -ac 2 "your_mp3_outtrack" 2>/pipe/ffmpeg' cdrwbar does not see anything, and ffmpeg give out like this
C:\Tools\M600\ce2mp3-cdrw>ffmpeg -y -i I:\vid\TestDir\HanyuShuipingKaoshi.o 9:35
FFmpeg version SVN-r18731, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  configuration: --prefix=/extras --enable-gpl --enable-libmp3lame --enable-libg
sm --enable-libfaad --enable-libfaac --prefix=/extras --enable-postproc --enable
-nonfree
  libavutil     50. 3. 0 / 50. 3. 0
  libavcodec    52.28. 0 / 52.28. 0
  libavformat   52.32. 0 / 52.32. 0
  libavdevice   52. 2. 0 / 52. 2. 0
  libswscale     0. 7. 1 /  0. 7. 1
  libpostproc   51. 2. 0 / 51. 2. 0
  built on May  3 2009 14:55:37, gcc: 4.4.0
Input #0, ogg, from 'I:\vid\TestDir\HanyuShuipingKaoshi.ogg':
  Duration: 00:03:10.81, start: 0.000000, bitrate: 90 kb/s
    Stream #0.0: Audio: vorbis, 44100 Hz, mono, s16, 110 kb/s
Output #0, mp3, to 'asf.mp3':
    Stream #0.0: Audio: libmp3lame, 44100 Hz, stereo, s16, 192 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
Press [q] to stop encoding
size=    4473kB time=190.85 bitrate= 192.0kbits/s
video:0kB audio:4473kB global headers:0kB muxing overhead 0.000699%

98
Wirelless is now working on eeePC /2 ?

99
Agreed, translating from German is very painfull, and lead to totall missunderstanidg.

100
Rexx / Re: CE2mp3
« on: 2009.07.16, 08:58:59 »
It miss oggtag: routine wich probably should determine Vrun_time ?

You do not test Your programs, or this work on Your machine ?

But if You analyse with ogginfo, then this solution is for ogg input files only. It is better to use ffmpeg with -i to got duration, and then calculate progress with time=nn from duration ?  Then this can be usefull for any format that FFMPEG support ?

  Duration: 00:03:10.81, start: 0.000000, bitrate: 90 kb/s
    Stream #0.0: Audio: vorbis, 44100 Hz, mono, s16, 110 kb/s
Output #0, mp3, to 'HanyuShuipingKaoshi.mp3':
    Stream #0.0: Audio: libmp3lame, 44100 Hz, stereo, s16, 64 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
Press [q] to stop encoding
size=    1491kB time=190.85 bitrate=  64.0kbits/s

101
Rexx / Re: CE2mp3
« on: 2009.07.15, 09:03:42 »
Logs in attachments, there is no any trace of 'total duration' in both logs. In FFMPEG output in general I see nothing useful that can give any clue of how more of conversion is done. Maybe -verbose <switch> is missing ?

102
Rexx / Re: CE2mp3
« on: 2009.07.14, 14:32:44 »
To Batchheizer:


As ID3v2 can handle to many frames, I've suggest to chose only those below:

COMM    [#sec4.11 Comments]
TCOM    [#TCOM Composer]
TCON    [#TCON Content type]
TEXT    [#TEXT Lyricist/Text writer]
TIT1    [#TIT1 Content group description]
TIT2    [#TIT2 Title/songname/content description]
TPE1    [#TPE1 Lead performer(s)/Soloist(s)]
TPE2    [#TPE2 Band/orchestra/accompaniment]
TPOS    [#TPOS Part of a set]
TRCK    [#TRCK Track number/Position in set]
TSSE    [#TSEE Software/Hardware and settings used for encoding]
TYER    [#TYER Year]

suggestions ?

103
Rexx / Re: CE2mp3
« on: 2009.07.14, 10:39:40 »
To CDRWSel:

First bar (bar1) stays unchanged to the end of conversion. At the end is updated like bar2.


To Batchheizer:
>In the last case copy tagv2 to tagv1. Maybe they are cutted - but this is >better than none...

 OK, but it may happend when unicode is used for tagv2 to look like garbage in tagv1 ?
 Have any mp3 with tagv2 unicode characters, i've search web to find some files for test but find only files with tagv1 only and tagv1 identical to tagv2 ?  Link or if files cyber<et>nscable<dot>net

104
I have one more suggestion:
If You plane to ever attach more HDD's in system, then it is better to have OS/2 installed on primary partition. Just mine experience.

105
Rexx / Re: CE2mp3
« on: 2009.07.14, 09:08:47 »
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...  ;)

Nice. But progress bar should travel from left to right during FFMPEG making conversion ?

Pages: 1 ... 5 6 [7] 8 9 ... 17