Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
|
#621 | Link | |
|
BeHappy/MeGUI developer
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
|
Quote:
But encoding AAC+ plugin is my primary target atm.
__________________
BeHappy - AviSynth-based audio transcoding tool Audio encoding via AviSynth On2 VP7 is great in quality but it is unusable for long-term video backup puposes! Sincerely Yours, MCPD/MCTS |
|
|
|
|
|
|
#622 | Link | |
|
Swallowed in the Sea
Join Date: Oct 2002
Location: Marseille, France
Posts: 4,382
|
Quote:
__________________
The problem, of course, is that there are many smart people in the world... Steve Jobs [my random stuff] | [Please, no MeGUI support via PM] |
|
|
|
|
|
|
#623 | Link | |
|
BeHappy/MeGUI developer
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
|
Quote:
__________________
BeHappy - AviSynth-based audio transcoding tool Audio encoding via AviSynth On2 VP7 is great in quality but it is unusable for long-term video backup puposes! Sincerely Yours, MCPD/MCTS |
|
|
|
|
|
|
#624 | Link | |
|
BeHappy/MeGUI developer
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
|
Quote:
![]() Code:
Installation:
1) You need BeSweet v1.5b31 (http://besweet.notrace.dk/BeSweetv1.5b31.zip)
2) Place provided bse_enhAacPlusEnc3GP.dll into BeSweet directory
3) Place enhAacPlusEnc.exe (command-line aac-encoder) into BeSweet directory (included into package)
NOTE! This is not standart compile, this encoder is patched by me to
support encoding PCM RAW data from stdin
4) Place ct-libisomedia.dll into BeSweet directory (included into package)
Usage: -dimzon( -dllname bse_enhAacPlusEnc3GP.dll [options] )
You can use *.mp4, *.m4a or *.3gpp as file extension.
Options:
-cbr <bitrate> - Set bitrate (CBR) to <bitrate> bps. Default is 64000
-mono - Force mono encoding for stereo material
-nops - Disable Parametric Stereo encoding (? test it)
Other options
-exe <file> Set encoder executable name. Defaut is enhAacPlusEnc.exe.
You can specify another build if you wish :)
(ask Celtic_Druid for ICL build ;) )
__________________
BeHappy - AviSynth-based audio transcoding tool Audio encoding via AviSynth On2 VP7 is great in quality but it is unusable for long-term video backup puposes! Sincerely Yours, MCPD/MCTS |
|
|
|
|
|
|
#625 | Link |
|
Registered User
Join Date: Jan 2004
Posts: 314
|
Watch out! You have to set bitrate in kbps, not in bps!
Thanks again dimzon. Now we have to evaluate which aacPlus encoder is best... (or based on newer CT sources)
__________________
Bye Last edited by CiNcH; 16th September 2005 at 20:15. |
|
|
|
|
|
#626 | Link |
|
Swallowed in the Sea
Join Date: Oct 2002
Location: Marseille, France
Posts: 4,382
|
Great...Thanks again.
For impatient people, here is my last build... I'll build the different packages tonight and I'll release the beta 7. Be careful, this is an unicode version. And -nops - Disable Parametric Stereo encoding from the last plugin is not included. I'll add it.
__________________
The problem, of course, is that there are many smart people in the world... Steve Jobs [my random stuff] | [Please, no MeGUI support via PM] |
|
|
|
|
|
#627 | Link |
|
Registered User
Join Date: Jan 2004
Posts: 314
|
@ Kurt,
3GPP implementation is not working with pre-beta 7 due to wrong bitrate argument. Unit is kbps, not bps. E.g. Code:
-dimzon( -dllname bse_enhAacPlusEnc3GP.dll -cbr 32 )
__________________
Bye Last edited by CiNcH; 17th September 2005 at 00:27. |
|
|
|
|
|
#628 | Link | |
|
Swallowed in the Sea
Join Date: Oct 2002
Location: Marseille, France
Posts: 4,382
|
BeLight 0.22 beta 7 released
As promise, here is the beta 7...
![]() changelog: Quote:
Be careful, this is an Unicode Version. So, it works only for winNT, win2k, winXP, winVista. I need to update the non-unicode version (it's not finished yet.) In addition, you can see there are 3 packages now at CoreCodec. The main difference comes from libvorbis :
__________________
The problem, of course, is that there are many smart people in the world... Steve Jobs [my random stuff] | [Please, no MeGUI support via PM] Last edited by Kurtnoise; 17th September 2005 at 00:57. |
|
|
|
|
|
|
#629 | Link |
|
Swallowed in the Sea
Join Date: Oct 2002
Location: Marseille, France
Posts: 4,382
|
@CinCH : it's fixed in the official release.
__________________
The problem, of course, is that there are many smart people in the world... Steve Jobs [my random stuff] | [Please, no MeGUI support via PM] |
|
|
|
|
|
#630 | Link |
|
Registered User
Join Date: Feb 2005
Location: Spain
Posts: 2,691
|
The new espaņol.ini for this version:
http://www.cdmontecanal.com/img/spanish.zip In aacPlus v1 I can't select output mode (by default Dual Channel, mode 5) bsn_raw.dll in bse20050914.7z Dimzon package is not included in BeLight-0[1].22b7_P4.exe. Is necessary? |
|
|
|
|
|
#631 | Link | |||
|
Swallowed in the Sea
Join Date: Oct 2002
Location: Marseille, France
Posts: 4,382
|
Quote:
Quote:
So, maybe a new build tonight ?Quote:
__________________
The problem, of course, is that there are many smart people in the world... Steve Jobs [my random stuff] | [Please, no MeGUI support via PM] |
|||
|
|
|
|
|
#632 | Link |
|
Unregistered User
Join Date: Mar 2002
Location: Bulgaria
Posts: 76
|
10x for the new version, but it still has obvious bugs.
- the main form resizing bug is not fixed - another bug situation: Open a file, select Edit -> View BeSweet command-line, move the cursor over file list area... and the command line window dissapears! - BeLight main window is always positioned somewhere on the right part of the desktop. I think the main form Position property is set to poDesigned and it should not be. It is quite easy to save/load the form position in the registry. I could help with these bugs, but I don't want to install the whole JVCL for a couple of simple button components. Look at this buttons pack - http://www.leif-bruder.de/e_download.htm#TLbSpeedButton 10x again.
__________________
my subtitle site |
|
|
|
|
|
#633 | Link | |||
|
Swallowed in the Sea
Join Date: Oct 2002
Location: Marseille, France
Posts: 4,382
|
Quote:
Quote:
but I can't reproduce this here. Check also "View or Edit BeSweet Command Line" instead.Quote:
__________________
The problem, of course, is that there are many smart people in the world... Steve Jobs [my random stuff] | [Please, no MeGUI support via PM] |
|||
|
|
|
|
|
#634 | Link |
|
Registered User
Join Date: Feb 2005
Location: Spain
Posts: 2,691
|
When create mux files, AACPlus v1 5.1 and Faac need WAV order. And with the new bsn.dll Nero Digital need also WAV order. I don't know when Belight use the old bsn.dll renamed now bsn_NeroAAC.dll (order needed AAC).
Then the "Select the output format" in mux file Wizard must be changed: AAC -> Old AAC (I don't know if is necessary) WAV -> WAV - AAC (At last any mention saying this format is necessary to encode aac) |
|
|
|
|
|
#635 | Link |
|
Unregistered User
Join Date: Mar 2002
Location: Bulgaria
Posts: 76
|
Kurtnoise13: The bug with the "View & Edit BeSweet command-line" hiding is always reproducable. I've done a PC restart too. I'm working on a big project in delphi for a couple of years and the program is used on multi-monitor environment - 4, 8.. or more monitors and it must be poDesigned for the main form. Just do save/restore form position from the registry. Another pain in the a** are the message boxes in 2 or more monitors
__________________
my subtitle site |
|
|
|
|
|
#636 | Link |
|
Registered User
Join Date: Feb 2005
Location: Spain
Posts: 2,691
|
About bsn.dll
I think you use in BeLight-0.22b7_P4.exe the bsn replacement proposed by Dimzon in http://forum.doom9.org/showthread.php?t=99730, for me is a good idea don't need remapping channels for Nero Digital, but Dimzon consider this obsolete and is not implemented in new version BeSweetv1.5b31 from DspGuru. Then BeLight-0.22b7_P4.exe and BeLight-0.22b7.zip + BeSweetv1.5b31 + Dimzon package differs in this file and, at last, in the channel remapping needed by Nero Digital and need to be clarified. Thanks. |
|
|
|
|
|
#637 | Link |
|
Registered User
Join Date: Apr 2002
Location: France
Posts: 180
|
Amazing work for this release! I didn't expected to have the dimzon framework support so soon. Belight is really great.
I also have the problem with the "View Command line" option in the Edit menu, but I have spotted that the command line window only disappear when there is a file in the list. When opening Belight and click on the "View command line" option, the window doesn't disappear. On the other hand, it seems that the "View or edit command line" checkbox works perfectly Question: I don't see any preset for FAAC encoder. is this normal? Last edited by JasonFly; 17th September 2005 at 15:23. |
|
|
|
|
|
#638 | Link | |
|
Swallowed in the Sea
Join Date: Oct 2002
Location: Marseille, France
Posts: 4,382
|
Quote:
I'll change that.
__________________
The problem, of course, is that there are many smart people in the world... Steve Jobs [my random stuff] | [Please, no MeGUI support via PM] |
|
|
|
|
|
|
#639 | Link | |
|
Swallowed in the Sea
Join Date: Oct 2002
Location: Marseille, France
Posts: 4,382
|
Quote:
__________________
The problem, of course, is that there are many smart people in the world... Steve Jobs [my random stuff] | [Please, no MeGUI support via PM] |
|
|
|
|
|
|
#640 | Link | |
|
Swallowed in the Sea
Join Date: Oct 2002
Location: Marseille, France
Posts: 4,382
|
Quote:
__________________
The problem, of course, is that there are many smart people in the world... Steve Jobs [my random stuff] | [Please, no MeGUI support via PM] |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|