Log in

View Full Version : hypercube Trascoder 3.0.4 (44.099 bug corrected)


hypercube
25th May 2003, 22:49
the bug is due to shitty sscanf C runtime function when
VC++ optimizer is on.

sscanf("44.100",&freq) => freq = 44.099 :eek: !!!
freq = atof("44.100") => freq = 44.100 :D

HT 3.0.4 is downloadable my website.

daphy
27th May 2003, 07:25
Hi Hypercube,

IŽll try it this morning and send you my impression.

CYA Daphy

daphy
27th May 2003, 07:53
Hi Hypercube,

all transcodings ended with 99,99% sign, is this an error?

CYA Daphy

hypercube
27th May 2003, 08:50
well, no :p

I get the track duration from directShow API, then
I compute progression. both are not perfect, this is
why it's not 100%.

(you can also have 105% sometimes...)

If I found the motivation I will compute my own progression
algorithm based on DTS/AC3/WAV parsing, not on directShow API.
But this is not so usefull...

Siku
28th May 2003, 23:44
Hi fellows, I just found out that there can be a 5.1 audiotrack in SVCD. I've few questions (surprise, surprise :D )

1) When I'm doing a 5.1 MP2 audio-track, the bitrate must be 384 Kbps, right?

2) There is also a option to make a multichannel MP2 with DVD2SVCD, so what is the difference between the method used in DVD2SVCD and in HyperCube Transcoder?

3) Which one should I use to make "perfect" multichannel MP2?

4) Is there possibility to make multichannel MP2 with BeSweet?

Best regards,
Siku

hypercube
29th May 2003, 10:05
1) When I'm doing a 5.1 MP2 audio-track, the bitrate must be 384 Kbps, right?
this is the best you can do. lower bitrate can be used...

2) There is also a option to make a multichannel MP2 with DVD2SVCD, so what is the difference between the method used in DVD2SVCD and in HyperCube Transcoder?
See my website :
http://hypercubemx.free.fr/html/how_to_make_5_1__svcd.html

3) Which one should I use to make "perfect" multichannel MP2?
perfect ? I don't known. Some users report HT3 is the faster.

4) Is there possibility to make multichannel MP2 with BeSweet?
see DSPGuru...