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 31st March 2006, 20:18   #181  |  Link
AW-
Registered User
 
AW-'s Avatar
 
Join Date: Mar 2006
Posts: 9
Hello
I was wondering if BeHappy - AviSynth-based audio transcoding tool would help me with this problem.
I had made a backup of one of my Music Dvd's and I must have chose 6ch or dts and my brother cracked the original dvd taking it out of the case it came in, So the origanal is broke (cheap plastic) now i would like to encode the dts back to normal if i can, so i can play it without a digital reciever.
Thanks
AW- is offline   Reply With Quote
Old 2nd April 2006, 01:33   #182  |  Link
NorthPole
Registered User
 
Join Date: Jan 2006
Posts: 141
Quote:
Originally Posted by dimzon
Hmmm... Looks better.
So let's wait a little, maybe somebody provide another sketches...
If you're looking for input, microsoft has a conversion utility included in some versions of xp. It is a 4 step process consisting of the following images:

step 1-



step 2-



step 3-



step 4-



Just another option for you... Although I do like the current format better because it is a little less "newbie" like sasam said.
NorthPole is offline   Reply With Quote
Old 2nd April 2006, 09:22   #183  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
@NorthPole
Thanx, looking good for newbie
dimzon is offline   Reply With Quote
Old 5th April 2006, 09:34   #184  |  Link
Mr_Odwin
FAVC Man
 
Mr_Odwin's Avatar
 
Join Date: Nov 2005
Posts: 411
Having looked at the downmixing that BeHappy does for 5.1 to stereo I have a question.

Code:
	fl = GetChannel(a, 1)
	fr = GetChannel(a, 2)
	c = GetChannel(a, 3)
	lfe = GetChannel(a, 4)
	sl = GetChannel(a, 5)
	sr = GetChannel(a, 6)
	l_sl = MixAudio(fl, sl, 0.2929, 0.2929)
	c_lfe = MixAudio(lfe, c, 0.2071, 0.2071)
	r_sr = MixAudio(fr, sr, 0.2929, 0.2929)
	l = MixAudio(l_sl, c_lfe, 1.0, 1.0)
	r = MixAudio(r_sr, c_lfe, 1.0, 1.0)
	return MergeChannels(l, r)
I have a 5.1 ac3 file and according to the Avisynth documentation the front center channel should be channel 2, but this doesn't seem to be the case and the above BeHappy generated code seems to be right. (If I do downmixing using the channel mapping from the documentation I get no dialogue in the resulting right stereo channel.)

Why is this?
Mr_Odwin is offline   Reply With Quote
Old 5th April 2006, 10:03   #185  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
Quote:
Originally Posted by Mr_Odwin
I have a 5.1 ac3 file and according to the Avisynth documentation the front center channel should be channel 2, but this doesn't seem to be the case and the above BeHappy generated code seems to be right. (If I do downmixing using the channel mapping from the documentation I get no dialogue in the resulting right stereo channel.)

Why is this?
Seems like NicAc3Source has build-in channel mapper wich map output to WAV 5.1 channel order
And any DirectShow decoder (by definition) must perform same mapping too

Actually I believe every valid multichannel decoder must provide WAV 5.1 channel order
dimzon is offline   Reply With Quote
Old 5th April 2006, 10:31   #186  |  Link
Mr_Odwin
FAVC Man
 
Mr_Odwin's Avatar
 
Join Date: Nov 2005
Posts: 411
Cool. But it then seems a little redundant to mention other channel mappings in the documentation. Odd.
You've answered my question though.
Mr_Odwin is offline   Reply With Quote
Old 5th April 2006, 12:59   #187  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
Quote:
Originally Posted by Mr_Odwin
Cool. But it then seems a little redundant to mention other channel mappings in the documentation. Odd.
You've answered my question though.
Anycase You must look @ concrete decoder documentation (what channel mapping does it produce) rather this abstract documentation
dimzon is offline   Reply With Quote
Old 11th April 2006, 04:39   #188  |  Link
thuongshoo
Registered User
 
Join Date: Mar 2006
Posts: 197
hi ! I want to use winamp encoder and but this encoder can't make a HC file , how can I do ?
I used Nero7WA but error , Perhaps I don't have nero7WA.exe .I searched it by google.com but I have no result . Where do I download it ?
Thanks !
thuongshoo is offline   Reply With Quote
Old 14th April 2006, 20:55   #189  |  Link
chros
Registered User
 
chros's Avatar
 
Join Date: Mar 2002
Posts: 2,323
Quote:
Originally Posted by dimzon
Ok, new GUI layout prototype is here
http://www.mytempdir.com/553286

please, post your comments and suggestions
I don't like the concept of these guis. (But this shouldn't put you out of concei ) . It's so Microsoft-ish ... which is (I think): the user shouldn't know how the app is working (of course it's not relying to you). The user must clicking so much to achive the result. (And these guis take time away from the developer !!!)
I prefer your app that way it was: simple, it stand in full view (!).

And last: if you remember the first public release of MPC, Gabest said: "feature: - no skin support" !!!

Keep up the good work !
chros is offline   Reply With Quote
Old 15th April 2006, 17:08   #190  |  Link
thuongshoo
Registered User
 
Join Date: Mar 2006
Posts: 197
Behappy say that "... can not configure bsn ! .."
I don't know !. Belight still works well with bsn.dll which Behappy can't .
Can you give me your good bsn.dll ? thank you !
me email : yuyoonshoo@gmail.com

Last edited by thuongshoo; 15th April 2006 at 17:27.
thuongshoo is offline   Reply With Quote
Old 15th April 2006, 17:50   #191  |  Link
shon3i
BluRay Maniac
 
shon3i's Avatar
 
Join Date: Dec 2005
Posts: 2,419
You don't need to copy bsn.dll to behappy folder, than Aac.dll aacenc32.dll from belight or nero comon files folder.
shon3i is offline   Reply With Quote
Old 26th April 2006, 02:53   #192  |  Link
thuongshoo
Registered User
 
Join Date: Mar 2006
Posts: 197
Thank shon3i !
Can Nero encoder make a He-llc- file ?
thuongshoo is offline   Reply With Quote
Old 26th April 2006, 13:31   #193  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
Quote:
Originally Posted by thuongshoo
Thank shon3i !
Can Nero encoder make a He-llc- file ?
This is mediaInfo bug, use Foobar0.9 instead
dimzon is offline   Reply With Quote
Old 28th April 2006, 11:58   #194  |  Link
thuongshoo
Registered User
 
Join Date: Mar 2006
Posts: 197
I installed Foobar but What must I do ?
Foobar can't open my wav file. It is a wav file which made by VD. Foobar can't also display properties of media file
Gspot also says like MediaInfo ..
thuongshoo is offline   Reply With Quote
Old 5th May 2006, 10:14   #195  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
BeHappy extension to support this perfect cli encoder is uploaded @ BeHappy Workspace @ gotDotNet
dimzon is offline   Reply With Quote
Old 5th May 2006, 10:24   #196  |  Link
shon3i
BluRay Maniac
 
shon3i's Avatar
 
Join Date: Dec 2005
Posts: 2,419
dimzon what about 2pass and other options like choosing betwen LC,HE,HEv2.
shon3i is offline   Reply With Quote
Old 5th May 2006, 10:52   #197  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
Quote:
Originally Posted by shon3i
dimzon what about 2pass and other options like choosing betwen LC,HE,HEv2.
for 2pass I need additional featiures in Nero binary
other options working in automatic implicit mode, I will add explicit options much later (it reques some coding for me and I'm too busy IRL now)
dimzon is offline   Reply With Quote
Old 5th May 2006, 11:11   #198  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
2 ALL
I'm planing to release fresh BeHappy beta in this month.
No new GUI yet (I'm too busy to do it) but new .NET Runtime (2.0) + some fixes/improvements

Future plans
  • Disable .avs like extension for WavSource
  • Separate source for .avs files (via Import)
  • Make EnsureVBRMP3Sync optional with a checkbox in Tweak section
  • Don't include the two AudioDubEx() if the checkbox Split is not marked
  • Move Amplify from Tweak section to DSP section, accept negative values in Amplify, allow to switch between AmplifyDB and Amplify
  • Multipupose multi-option Source to allow tweaks in sources (NicAc3Source/NicDtsSource w/wo DRC)
  • ND AAC encoder - completly new & flexible configuration dialog (+removing old Nero7 AAC one based on AAC.DLL)
  • OggVorbis encoder - additional controls in configuration dialog for advanced settings
  • CT AAC encoder - completly new & flexible configuration dialog
  • Collect fresh 3rd-party extentions
  • Create All-in-One bundle including BeHappy+Extensions+Encoders ( oggenc, ffmpeg, faac, enc_aacplus {w/o winamp dll itself}, wavpack, flac, twolame, lame)+Filters (NicAudio,SoX)

If You need some fix/improvement please let me know ASAP!

Last edited by dimzon; 5th May 2006 at 11:30.
dimzon is offline   Reply With Quote
Old 5th May 2006, 12:42   #199  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,890
Nice!.
Really I don't need new GUI, I prefer all of your "Future plans" before, and:

Don't forget BassAudio, is very useful to decode ogg, wma, stereo aac, and any kind of wav's. Now, for habitual formats, only aac 5.1 need DirectShowSource.

In order to reproduce all important (for me) BeSweet's features, remember my old petition to split multichannel wav's in mono wav's.

Thanks!
tebasuna51 is offline   Reply With Quote
Old 6th May 2006, 00:48   #200  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
New ND AAC dialog in action
dimzon 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 18:50.


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