Log in

View Full Version : Encoder frontend


mem
24th March 2004, 22:22
Hi,

I made Encoder frontend. freeware.

http://www.geocities.co.jp/Milano/5394/encDrop_en.zip

It will have taken time, before completing very much.
How is it?

Asmodeus
24th March 2004, 23:36
More details ;)
Don't take offense, but your message looks like many of mydoom, bagle, and other netsky mails I get twice a day: read atachment, this is what you asked, I've madet already - read it instantly! ... and similar ;)

But it looks pretty promising.
Few gui work outs (some features does not fit into window), and add my favourite ac3 input reader ;) It could be good for ac3 to other (for me to ogg) encoder (so for ogg it needs proper chanel order manual seter) ;)

mem
25th March 2004, 04:47
It updated.

http://www.geocities.co.jp/Milano/5394/encDrop_en.zip

Add ac3 decoding by ac3dec.exe .

> Few gui work outs
Sorry, Gui window cannot resize. Becouse it is Dialog Based Application.

Asmodeus
25th March 2004, 10:27
I'm sorry but for now I can only get stereo PCM wave to Lame :confused:
I think that not all CLI encoders are working with pipes. This must to be solved. But I'm looking forward to this tool :)

mem
26th March 2004, 20:49
Hi.

Source code is here.

http://www.geocities.co.jp/SiliconValley/4772/encDrop_src.zip

> only get stereo PCM wave

Please change into
FileDroptestDlg.cpp@line927
ac3dec.exe \"%s\" -wav
from
ac3dec.exe \"%s\" -pcmwav
.
and compile it.