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.

 

Go Back   Doom9's Forum > General > Audio encoding

Reply
 
Thread Tools Search this Thread Display Modes
Old 17th May 2006, 06:11   #241  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
Quote:
Originally Posted by SirLamer
Also, I am curious - while I know AAC supports 96kHz sample rates, does it also support 24bit fidelity? I have found nothing that says it is either 16bit or 24bit. Does anyone know?
ATM BeHappy doesnt support anything except 16 bit

Quote:
Originally Posted by SirLamer
Hey,

I found out that the error is because the generated AviSynth script is missing a line of code:

LoadPlugin("NicAudio.dll")

It sould appear before the nic script is called.
No. Just place NicAudio.dll into AviSynth plugin folder
dimzon is offline   Reply With Quote
Old 17th May 2006, 18:04   #242  |  Link
SirLamer
Registered User
 
Join Date: Mar 2004
Posts: 9
Well I did that, and it wasn't sufficient.

Adding the line of code made it work suddenly.
SirLamer is offline   Reply With Quote
Old 17th May 2006, 18:18   #243  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
Quote:
Originally Posted by SirLamer
Well I did that, and it wasn't sufficient.

Adding the line of code made it work suddenly.
impossible
dimzon is offline   Reply With Quote
Old 18th May 2006, 01:19   #244  |  Link
SirLamer
Registered User
 
Join Date: Mar 2004
Posts: 9
Okay, then don't believe me. You could focus on a possible bug in your program, or you can claim it to be fantasy, it is your choice.

I don't have AviSynth installed in the default location. I will try reinstalling it in the default folder and see if that fixes things.

By the way, it would be nice if one were able to export AAC in a .mp4 container, since it has support with more media players.

UPDATE: Indeed, installing AviSynth at its default location corrected the error.

ANOTHER UPDATE: I had StaxRip installed, and it's possible that it decided to swap the registry link from the AviSynth folder I installed to its own plugins folder.

Last edited by SirLamer; 18th May 2006 at 02:43.
SirLamer is offline   Reply With Quote
Old 18th May 2006, 08:41   #245  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
new unstable development build out!

New CT AAC encoder GUI
New TimeStretch encoder GUI
dimzon is offline   Reply With Quote
Old 18th May 2006, 08:44   #246  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
Quote:
Originally Posted by SirLamer
Okay, then don't believe me. You could focus on a possible bug in your program, or you can claim it to be fantasy, it is your choice.

I don't have AviSynth installed in the default location. I will try reinstalling it in the default folder and see if that fixes things.

By the way, it would be nice if one were able to export AAC in a .mp4 container, since it has support with more media players.

UPDATE: Indeed, installing AviSynth at its default location corrected the error.

ANOTHER UPDATE: I had StaxRip installed, and it's possible that it decided to swap the registry link from the AviSynth folder I installed to its own plugins folder.
So this is not a bug in BeHappy application as I said before. You just placed NicAudio.dll in wrong folder.
dimzon is offline   Reply With Quote
Old 18th May 2006, 10:41   #247  |  Link
shon3i
BluRay Maniac
 
shon3i's Avatar
 
Join Date: Dec 2005
Posts: 2,419
Quote:
Originally Posted by dimzon
new unstable development build out!

New CT AAC encoder GUI
New TimeStretch encoder GUI
Nice, Thank You.
shon3i is offline   Reply With Quote
Old 18th May 2006, 13:41   #248  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Any chance adding COM automation suport?
stax76 is offline   Reply With Quote
Old 18th May 2006, 13:51   #249  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
Quote:
Originally Posted by stax
Any chance adding COM automation suport?
Any reason to ask about it?
dimzon is offline   Reply With Quote
Old 18th May 2006, 14:39   #250  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
In my case I'm interested to use BeHappy for audio encoding with StaxRip. A CLI might even be better since StaxRip has already generic CLI support. Generally scripting and CLI is always a good thing, don't you think?

There is always a feature missing and scripting is often the rescue here. I've extened dozens of applications for personal use including most of my media apps like MediaMonkey, iTunes, DVBViewer, they all got a huge scripting SDK.

BeHappy would then be usable from the command prompt, batch files, and all serious programming and scripting languages. It can already be hacked easily from .NET but it's nicer to use a real SDK, late binding etc. instead of reflection on private code.
stax76 is offline   Reply With Quote
Old 18th May 2006, 16:06   #251  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
Quote:
Originally Posted by stax
In my case I'm interested to use BeHappy for audio encoding with StaxRip.
...
It can already be hacked easily from .NET but it's nicer to use a real SDK, late binding etc. instead of reflection on private code.
Actually I think it's much better to add direct reference from StaxRip to BeHappy. If You need some methods to be public instead of private or You need some special API just ask me And if You need COM support just write .NET wrapper around BeHappy...

Another good way is - extract only requed parts of the code from BeHappy source and use it directly into StaxRip (MeGUI way). Since your primary code is written in VB.NET and BeHappy is written in C# it's better to create separate assembly and use it from your VB.NET code

Anycase keep in mind - BeHappy is GPL-ed so You can modify it as You wish

Cheers
dimzon is offline   Reply With Quote
Old 18th May 2006, 17:31   #252  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
Fresh ffmpeg.extension is avaluable @ BeHappy Workspace
dimzon is offline   Reply With Quote
Old 18th May 2006, 18:00   #253  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
How about CLI, don't you think it would be useful? I could help you if you don't want to spend much time with it (start StaxRip with -h to see how I did my CLI, IMHO it's quite nice).
stax76 is offline   Reply With Quote
Old 18th May 2006, 18:11   #254  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
Quote:
Originally Posted by stax
How about CLI, don't you think it would be useful? I could help you if you don't want to spend much time with it (start StaxRip with -h to see how I did my CLI, IMHO it's quite nice).
Actually I have some far future plans to improve BePipe a lot...
Avs inline is not very easy-to-use when you need some complex processing - I'm planning to make another architecture, easy to use and extensible... (extension will add or extend command-line switch )
It will be complete different application with it's own extensions and encoders arhitecture... Command line will be close to BeSweet one (maybe it will be even mimic to BeSweet to allow drop-in replacement)
dimzon is offline   Reply With Quote
Old 19th May 2006, 08:17   #255  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
New version is out
dimzon is offline   Reply With Quote
Old 19th May 2006, 16:29   #256  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
Aud-X extension is out
dimzon is offline   Reply With Quote
Old 19th May 2006, 16:33   #257  |  Link
Daodan
unrecognized user
 
Join Date: Oct 2005
Location: home of Stella Artois
Posts: 303
I really can't get that upmix working. It always sais: Invalid arguments to function "SuperEq". How can I get this working?
Thank you.
__________________
zzz
Daodan is offline   Reply With Quote
Old 19th May 2006, 19:51   #258  |  Link
FredThompson
Registered User
 
FredThompson's Avatar
 
Join Date: Feb 2002
Location: Charlotte, NC USA
Posts: 1,984
Am I correct that posts 1 and 4 are the only current "reference" posts?
__________________
Reclusive fart.
Collecting Military, Trains, Cooking, Woodworking, Fighting Illini, Auburn Tigers
FredThompson is offline   Reply With Quote
Old 19th May 2006, 22:29   #259  |  Link
shon3i
BluRay Maniac
 
shon3i's Avatar
 
Join Date: Dec 2005
Posts: 2,419
Updated

BeHappy 0.1.9 build 5241


Download

Just install and enjoy in encoding


Changelog:

18/08/2006:
- With little late BeHappy package is updated to BeHappy 19/07/2006
- Added Aften AC3 encoding

20/06/2006:
- Added BassAudio plugins & extensions (request by tebasuna51)

17/06/2006:
- Updated BeHappy to 23/05/2006 v4
- Updated mp4box to last release
- Updated Nero to 1.0.0.2
- Updated CT from Winamp 5.23 Pro
- Updated Aud-X 23/05/2006
- Updated NicAudio.extension (support MPG123 ReplayGain)
- Added Nero SSE2 Encoder
- Added SoxFilter for upmix extensions
- New installation by InstallShield

23/05/2006:
- Updated BeHappy to 23/05/2006
- Updated Aud-X CLI encoder to 22/05/2006

22/05/2006:
- Updated BeHappy to 22/05/2006

20/05/2006:
- MeGUI auto updater overwrites my NicAudio.dll (20060314) with some from 2005, in that case DRC not work, so install this new package to return to (20060314)
- I forgot to put mp4box need for CT audio encoder.

19/05/2006
-First release

Last edited by shon3i; 18th August 2006 at 17:32. Reason: new version
shon3i is offline   Reply With Quote
Old 20th May 2006, 07:11   #260  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
thanks shon3i !

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Reply

Tags
behappy

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 23:15.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.