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. |
|
|
#1 | Link |
|
Registered User
Join Date: Nov 2002
Location: San Diego, CA
Posts: 913
|
DivX AAC Encoder Beta 1
Visit DivX Labs to get the download and find more information about Beta 1. Complementing this encoder, we're also jointly releasing an updated beta H.264 encoder today, check out the thread in the MPEG-4 AVC / H.264 forum.
__________________
DivX Plus Web Player 2.0 Beta DivX Tech Preview - MKV on Windows 7 Developer portal Last edited by DigitAl56K; 12th August 2009 at 07:20. |
|
|
|
|
|
#2 | Link |
|
h264enc & xvidenc author
Join Date: May 2007
Location: /dev/video0
Posts: 778
|
Will there be a Linux version of it, like Nero's neroAacEnc, or does DivX still live in Windows land only and thinks there's nothing else out there?
__________________
openSUSE Linux 64-bit - h264enc - xvidenc - divxenc Fedora & openSUSE repo: http://download.opensuse.org/reposit...me:/microchip8 |
|
|
|
|
|
#3 | Link |
|
Registered User
Join Date: Nov 2002
Location: San Diego, CA
Posts: 913
|
Hi froggy1,
There may be a Linux version in future. Currently we are in the beta phase and development will continue on the Windows platform in the short term. However, we are aware of Linux and Mac also, and you'll be pleased to know that we do actually build certain projects for Linux already internally ![]() You can help us prioritize ports to other OS's by letting us know where you would like to see the AAC encoder used and any additional features you think would be helpful to support those uses. For example, do you just want to use it standalone? Would you like to write a UI for it? Are there existing projects you think might be interested in using it? Although the tools we're creating will support Windows first we want to provide better support overall in the long term so please do send us your ideas. Posting here, PM, or email to amayo (at) divxcorp [dotcom] are all good ways.
__________________
DivX Plus Web Player 2.0 Beta DivX Tech Preview - MKV on Windows 7 Developer portal |
|
|
|
|
|
#4 | Link |
|
Life looks better in HDTV
Join Date: Jun 2003
Location: UK
Posts: 10,008
|
Well I'm very surprised...
I thought I'd never live to see the day when DivX would provide support for AAC audio encoding... What made you guys change your mind?
__________________
Still confused about anamorphic images? Then look here! | Main Encoding Interests: Hardware device playback | My Gear | |
|
|
|
|
|
#5 | Link |
|
h264enc & xvidenc author
Join Date: May 2007
Location: /dev/video0
Posts: 778
|
Well, it'll be nice to have a stand-alone binary for Linux. When Nero ported its neroAacEnc encoder to Linux, a lot of Linux people liked this and it got attention from them, mostly due to it offering superior quality than existing encoders and being also natively available for Linux which eliminates the need for intermediate apps like Wine to run it on Linux. It does not need to be open source and I'm sure people who write encoding GUIs for Linux (like selur with his sx264) will add support for it. I'll also add support for it to my scripts which get used quite a lot too by many people. Personally, I do not write GUIs for encoding as I don't find them that much useful since they do nothing for ~95% of the encoding job and most of them are too cluttered, IMHO, and of course, on Linux one can highly script things easily
About the features, I still have to go through it and see what it can do, so right now I can't really make any suggestions or requests except for the above Linux one
__________________
openSUSE Linux 64-bit - h264enc - xvidenc - divxenc Fedora & openSUSE repo: http://download.opensuse.org/reposit...me:/microchip8 |
|
|
|
|
|
#6 | Link | |
|
Registered User
Join Date: Nov 2002
Location: San Diego, CA
Posts: 913
|
Quote:
Just kidding We've had support for AAC encoding in DivX Converter and playback in DivX Player and DirectShow (as part of an MKV file) since the release of DivX 7, so our support for AAC isn't new.@froggy1 I'm also interested in whether you're primarily doing audio encoding or also using AAC for video files?
__________________
DivX Plus Web Player 2.0 Beta DivX Tech Preview - MKV on Windows 7 Developer portal Last edited by DigitAl56K; 12th August 2009 at 13:31. |
|
|
|
|
|
|
#7 | Link | |
|
h264enc & xvidenc author
Join Date: May 2007
Location: /dev/video0
Posts: 778
|
Quote:
__________________
openSUSE Linux 64-bit - h264enc - xvidenc - divxenc Fedora & openSUSE repo: http://download.opensuse.org/reposit...me:/microchip8 |
|
|
|
|
|
|
#8 | Link | |
|
Registered User
Join Date: Feb 2008
Posts: 615
|
i use -q 8, is it better than nero aac -q 5 ?
aac lc btw h264 looking great btw Quote:
__________________
Last edited by juGGaKNot; 12th August 2009 at 14:00. |
|
|
|
|
|
|
#9 | Link | |
|
Registered User
Join Date: Nov 2002
Location: San Diego, CA
Posts: 913
|
Quote:
![]() The error message you are seeing from MP4Box is odd, is it because you have named the file extension .m4a rather than .aac? The encoder is outputting an ADTS-encapsulated stream.
__________________
DivX Plus Web Player 2.0 Beta DivX Tech Preview - MKV on Windows 7 Developer portal |
|
|
|
|
|
|
#10 | Link |
|
h264enc & xvidenc author
Join Date: May 2007
Location: /dev/video0
Posts: 778
|
@DigitAl56K
I've not yet had time to test it today but I would want to ask this. If a Linux version is made available somewhere in the future, it would be nice to add a -ignorelength option (like in neroAacEnc) which is useful when encoding through a pipe
__________________
openSUSE Linux 64-bit - h264enc - xvidenc - divxenc Fedora & openSUSE repo: http://download.opensuse.org/reposit...me:/microchip8 |
|
|
|
|
|
#11 | Link |
|
Registered User
Join Date: Nov 2002
Location: San Diego, CA
Posts: 913
|
@froggy1:
Regarding -ignorelength, which tools are passing a WAV structure via pipe?
__________________
DivX Plus Web Player 2.0 Beta DivX Tech Preview - MKV on Windows 7 Developer portal |
|
|
|
|
|
#12 | Link | |
|
h264enc & xvidenc author
Join Date: May 2007
Location: /dev/video0
Posts: 778
|
Quote:
mkfifo audio.wav neroAacEnc -br 55000 -he -ignorelength -if audio.wav -of audio.m4a & mplayer inputfile.avi -really-quiet -nocache -vo null -vc null -ao pcm:fast:file=audio.wav
__________________
openSUSE Linux 64-bit - h264enc - xvidenc - divxenc Fedora & openSUSE repo: http://download.opensuse.org/reposit...me:/microchip8 Last edited by froggy1; 12th August 2009 at 18:41. |
|
|
|
|
|
|
#13 | Link |
|
Registered User
Join Date: Nov 2002
Location: San Diego, CA
Posts: 913
|
I guess in this particular case you assume the writing application doesn't add any additional information after the data chunk.
That's interesting, I'll keep it in mind for Linux.
__________________
DivX Plus Web Player 2.0 Beta DivX Tech Preview - MKV on Windows 7 Developer portal |
|
|
|
|
|
#14 | Link |
|
h264enc & xvidenc author
Join Date: May 2007
Location: /dev/video0
Posts: 778
|
I don't think MPlayer does that and also I use this method in both h264enc, xvidenc and divxenc and it has never failed me once. -ignorelength basically tells the nero encoder to ignore the length signaled by WAV headers of the input. It's useful for apps outputting to stdin.
__________________
openSUSE Linux 64-bit - h264enc - xvidenc - divxenc Fedora & openSUSE repo: http://download.opensuse.org/reposit...me:/microchip8 |
|
|
|
|
|
#15 | Link | |
|
Registered User
Join Date: Feb 2005
Location: Spain
Posts: 2,691
|
Quote:
Tools like Sox. Decoders like Faad Foobar2000 ...
__________________
BeHappy, AviSynth audio transcoder, in Doom9 forums. NicAudio, BassAudio, audio decoders. |
|
|
|
|
|
|
#16 | Link |
|
Registered User
Join Date: Nov 2002
Location: San Diego, CA
Posts: 913
|
At least some of these tools are passing raw PCM via pipe and passing sample rate, channel configuration, and bit depth via command-line arguments, which is what I expect to be more common. We're already considering adding support for this.
__________________
DivX Plus Web Player 2.0 Beta DivX Tech Preview - MKV on Windows 7 Developer portal Last edited by DigitAl56K; 12th August 2009 at 23:00. |
|
|
|
|
|
#17 | Link |
|
Registered User
Join Date: Feb 2005
Location: Spain
Posts: 2,691
|
Reasons:
1) Support for wav's > 4GB. Multichannels movie audiotracks can have a equivalent wav file with invalid header. RiffLength and DataLength can't be greater (four bytes) than 2^32 2) Support for unknow source parameters. We can't construct a command line before read the source file, or the source is also piped by other app. 3) Other encoders support the -ignorelength (or equivalent) parameter: Aften, NeroAacEnc, OggEnc, Flac.
__________________
BeHappy, AviSynth audio transcoder, in Doom9 forums. NicAudio, BassAudio, audio decoders. |
|
|
|
|
|
#18 | Link |
|
Registered User
Join Date: Nov 2002
Location: San Diego, CA
Posts: 913
|
The encoder should already support WAV files larger than 4GB (from file).
On #2 and #3, it is true you would need to know the properties of the source file, but I see BeHappy is already doing this for Ogg, and CT AAC. We will consider also supporting WAV, though PCM may arrive first.
__________________
DivX Plus Web Player 2.0 Beta DivX Tech Preview - MKV on Windows 7 Developer portal |
|
|
|
|
|
#19 | Link |
|
Registered User
Join Date: Feb 2005
Location: Spain
Posts: 2,691
|
Yeah, i was waiting until vorbis-tools 1.3.0 (changelog ... * oggenc: --ignorelength; support for Wave files > 4 GB (#1326)) was official.
__________________
BeHappy, AviSynth audio transcoder, in Doom9 forums. NicAudio, BassAudio, audio decoders. |
|
|
|
|
|
#20 | Link | |
|
Registered User
Join Date: Apr 2008
Posts: 671
|
Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|