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 > Programming and Hacking > Development
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 13th August 2008, 11:59   #141  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Quote:
Originally Posted by foxyshadis View Post
Instead of relying on decoders and encoders for metadata, why not just run a commandline tagger over the file(s) once it's done encoding? Once to retrieve from the old, once to give to the new, though I'm pretty sure taggers exist that can copy metadata directly.
In fact for Nero AAC I need to run a tagger.

The problem is: To use such a tagger for all files (instead of encoder-specific tagger), that tagger would have to support:
MP3, MP2, AAC/MP4, Ogg/Vorbis, FLAC, Monkey's Audio and so on...

This includes at least ID3 tags, MP4-specific meta data, Ogg-specific meta data and APE tags
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊
LoRd_MuldeR is offline   Reply With Quote
Old 13th August 2008, 13:35   #142  |  Link
Inventive Software
Turkey Machine
 
Join Date: Jan 2005
Location: Lowestoft, UK (but visit lots of places with bribes [beer])
Posts: 1,953
MP3Tag. I use it to correct FLAC tags in bulk, and it supports *EVERYTHING*.

Have no idea whether it'd work for you though, but the developer is German, which makes contact easier I suppose.

One thing that could be implemented is freedb reading (remote and local), to do tags for CDs (MP3Tag has such support for it) and other random things, but I have a more immediate suggestion.

Read the metadata from the input file, keep it in memory, then write within the output file?
__________________
On Discworld it is clearly recognized that million-to-one chances happen 9 times out of 10. If the hero did not overcome huge odds, what would be the point? Terry Pratchett - The Science Of Discworld

Last edited by Inventive Software; 13th August 2008 at 13:38.
Inventive Software is offline   Reply With Quote
Old 13th August 2008, 14:29   #143  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Will have a look at that. If it's not too hard to integrate it into the current structure of the program, I might add it...

For the moment I try to fix the lack of WMA support. Of course input support only!
http://forum.doom9.org/showthread.php?t=140273
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊
LoRd_MuldeR is offline   Reply With Quote
Old 13th August 2008, 14:37   #144  |  Link
Inventive Software
Turkey Machine
 
Join Date: Jan 2005
Location: Lowestoft, UK (but visit lots of places with bribes [beer])
Posts: 1,953
Quote:
Originally Posted by LoRd_MuldeR View Post
Will have a look at that. If it's not too hard to integrate it into the current structure of the program, I might add it...

For the moment I try to fix the lack of WMA support. Of course input support only!
http://forum.doom9.org/showthread.php?t=140273
WMCmd.vbs might be the ticket, both for encoding and decoding.
__________________
On Discworld it is clearly recognized that million-to-one chances happen 9 times out of 10. If the hero did not overcome huge odds, what would be the point? Terry Pratchett - The Science Of Discworld
Inventive Software is offline   Reply With Quote
Old 13th August 2008, 14:43   #145  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Quote:
Originally Posted by Inventive Software View Post
WMCmd.vbs might be the ticket, both for encoding and decoding.
It does depend on WindowsScriptingHost plus WindowsMediaRuntime, right? If so, it's totally useless for my purpose...
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊
LoRd_MuldeR is offline   Reply With Quote
Old 13th August 2008, 14:52   #146  |  Link
Inventive Software
Turkey Machine
 
Join Date: Jan 2005
Location: Lowestoft, UK (but visit lots of places with bribes [beer])
Posts: 1,953
Yes, but it's called from the command-line.

I can't think of anything remotely useful that's standalone. Short of building your own utility using the WMF SDK.
__________________
On Discworld it is clearly recognized that million-to-one chances happen 9 times out of 10. If the hero did not overcome huge odds, what would be the point? Terry Pratchett - The Science Of Discworld
Inventive Software is offline   Reply With Quote
Old 13th August 2008, 14:54   #147  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Quote:
Originally Posted by Inventive Software View Post
Yes, but it's called from the command-line.

I can't think of anything remotely useful.
John from RarWares is working on something now, based on a stripped-down ffmpeg
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊

Last edited by LoRd_MuldeR; 13th August 2008 at 14:56.
LoRd_MuldeR is offline   Reply With Quote
Old 15th August 2008, 10:01   #148  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Right another Test version, WMA support has been hacked in

http://www.mediafire.com/?swmvwexohyx
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊

Last edited by LoRd_MuldeR; 15th August 2008 at 10:11.
LoRd_MuldeR is offline   Reply With Quote
Old 15th August 2008, 10:03   #149  |  Link
~bT~
н∂-ƒαиαтι¢
 
Join Date: May 2006
Location: Bedfordshire, UK
Posts: 1,005
a quick question. does this support multichannel audio using neroaacenc? if so, is there a way to select stereo from multichannel sources like ac3?

edit: i just noticed it doesn't support ac3 as input

Last edited by ~bT~; 15th August 2008 at 10:07.
~bT~ is offline   Reply With Quote
Old 15th August 2008, 10:07   #150  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Quote:
Originally Posted by ~bT~ View Post
a quick question. does this support multichannel audio using neroaacenc? if so, is there a way to select stereo from multichannel sources like ac3?
If the Nero AAC encoder supports multi-channels and your Source has multi-channels too, then the re-encoded file will have multi-channels too.

There is no "Stereo Downmix" option yet. At the moment the Encoder decides whether it requires the Decoder to downmix the source...

Quote:
Originally Posted by ~bT~ View Post
edit: i just noticed it doesn't support ac3 as input
It does support AC3 for sure
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊

Last edited by LoRd_MuldeR; 15th August 2008 at 10:17.
LoRd_MuldeR is offline   Reply With Quote
Old 15th August 2008, 10:12   #151  |  Link
~bT~
н∂-ƒαиαтι¢
 
Join Date: May 2006
Location: Bedfordshire, UK
Posts: 1,005
^ it doesn't say on your webpage

Quote:
Accepted input formats are: Wave, MP3, MP2, Ogg Vorbis, AAC/MP4, FLAC, WavPack, Musepack, Speex and APE.

Last edited by ~bT~; 15th August 2008 at 10:16.
~bT~ is offline   Reply With Quote
Old 15th August 2008, 10:14   #152  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Quote:
Originally Posted by ~bT~ View Post
^ it doesn't say on you webpage
I must have written the info before I hacked in the Valib Decoder (AC3 Filter)

Now you can append WMA to that list
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊

Last edited by LoRd_MuldeR; 15th August 2008 at 10:16.
LoRd_MuldeR is offline   Reply With Quote
Old 15th August 2008, 10:16   #153  |  Link
~bT~
н∂-ƒαиαтι¢
 
Join Date: May 2006
Location: Bedfordshire, UK
Posts: 1,005
^ so can we see downmixtostereo soon
~bT~ is offline   Reply With Quote
Old 15th August 2008, 10:19   #154  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Quote:
Originally Posted by ~bT~ View Post
^ so can we see downmixtostereo soon
Can you provide a simple CLI tool that accepts a Multi-Channel Wave as input and puts out a Stereo Wave ???

I'd add it asap...
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊
LoRd_MuldeR is offline   Reply With Quote
Old 15th August 2008, 10:22   #155  |  Link
~bT~
н∂-ƒαиαтι¢
 
Join Date: May 2006
Location: Bedfordshire, UK
Posts: 1,005
^ ahhh, i was thinking maybe u can use avisynth. anyway, no probs. i'm sure u will be doing it in a future build cheers for the great lil tool!

edit: can't ac3filter downmix the channels and pass it to neroaacenc?

Last edited by ~bT~; 15th August 2008 at 10:25.
~bT~ is offline   Reply With Quote
Old 15th August 2008, 11:43   #156  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Quote:
Originally Posted by ~bT~ View Post
edit: can't ac3filter downmix the channels and pass it to neroaacenc?
I need to look at this. My internal decoder interface does have a "downmix" option, but the individual decoder will have to support it as well...
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊
LoRd_MuldeR is offline   Reply With Quote
Old 15th August 2008, 11:55   #157  |  Link
~bT~
н∂-ƒαиαтι¢
 
Join Date: May 2006
Location: Bedfordshire, UK
Posts: 1,005
^ thanks for at least considering my request
~bT~ is offline   Reply With Quote
Old 15th August 2008, 21:32   #158  |  Link
Octo-puss
Registered User
 
Join Date: Jan 2008
Posts: 571
Oh man, why the heck WMA support? This is ultimate evil. MS fails horribly at producing any audio/video formats.
Octo-puss is offline   Reply With Quote
Old 15th August 2008, 22:06   #159  |  Link
katjarella
woman @ german doom9
 
katjarella's Avatar
 
Join Date: Feb 2003
Location: Germany
Posts: 117
@LoRd_MuldeR
Please Read Report: http://forum.gleitz.info/showpost.ph...2&postcount=10
__________________
katjarella by Creyskull Visuell Design
katjarella is offline   Reply With Quote
Old 16th August 2008, 13:47   #160  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Quote:
Originally Posted by Octo-puss View Post
Oh man, why the heck WMA support? This is ultimate evil. MS fails horribly at producing any audio/video formats.
Because many people have WMA files. That's a fact. And why should I prevent people from converting their existing WMA files to some "useful" audio format? In fact they reviewed my software on Softpedia and the biggest flaw they mention was the lack of WMA support. Also keep in mind that I support WMA only as input, never ever as output
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊
LoRd_MuldeR is offline   Reply With Quote
Reply


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 13:08.


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