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. |
19th December 2011, 15:44 | #1 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,551
|
anyone compiled and tried dcaenc ?
Just stumbled over http://aepatrakov.narod.ru/dcaenc/ and was wondering if someone compiled and tried it.
So if anyone has some experience to share please do so. Cu Selur |
19th December 2011, 17:35 | #3 | Link | |
Guest
Posts: n/a
|
No this is a new one as the blog post here points out.
Quote:
Last edited by amtm; 19th December 2011 at 17:37. |
|
19th December 2011, 18:32 | #4 | Link |
Unavailable
Join Date: Mar 2009
Location: offline
Posts: 1,480
|
OK, since "nobody" cares...
Downloaded the dämn source code, configured, compiled dcaenc.exe and gentables.exe, and... - CONs: does not have a progress indicator ; it's slooow -PROs it works ( or at least I think so ) Tested sample = an ordinary CDDA track (stereo, 16-bits, 44.1kHz) Resulting output (@576kbps) = plays fine with Mplayer Last edited by Midzuki; 19th December 2011 at 18:40. Reason: add attachment |
19th December 2011, 19:23 | #8 | Link | |
Guest
Posts: n/a
|
The key words:
Quote:
|
|
19th December 2011, 20:43 | #10 | Link |
Guest
Posts: n/a
|
I did compare the source which is how I know they aren't the same thing. The current encoder as linked in the blog post is dtsenc which even with a cursory glance is obvious it's not the same encoder as in ffmpeg. It's been significantly modified since ffmpeg integrated and changed his original code from 2008.
Last edited by amtm; 19th December 2011 at 20:48. |
19th December 2011, 21:21 | #11 | Link | |
Unavailable
Join Date: Mar 2009
Location: offline
Posts: 1,480
|
Quote:
Still, with or without Mplayer the program dcaenc.exe needs to be tested "exhaustively" This will include samples @32kHz, 5.1@44.1kHz@REAL1411kbps (i.e., without SPDIF-padding), Back-Center channel properly-flagged, etc, whatever |
|
19th December 2011, 22:36 | #12 | Link |
Guest
Posts: n/a
|
That's okay just curious. I still need to give it a good testing. I've only had time to glance around the source so far. If only for 2.0 and 5.1, since I don't believe it yet can do more than 6 channels, it sounds like it could be great for fixing the broken silence frames issue in delaycut.
|
20th December 2011, 02:05 | #13 | Link | |
Unavailable
Join Date: Mar 2009
Location: offline
Posts: 1,480
|
Quote:
( however nobody but Alex Noe himself would want to rewrite and recompile the source-code, apparently ) Anyway, more good news: foobar2000 likes dcaenc Last edited by Midzuki; 20th December 2011 at 03:01. Reason: better wording |
|
20th December 2011, 14:46 | #14 | Link |
Software Developer
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,255
|
@Midzuki:
What build environment did you use to make the Win32 build? MSYS+MinGW? If so, could you give me some advice on how to properly setup 'autoreconf' under that environment? It fails for me with: Code:
MuldeR@MULDER-PC /d/SVN/Tools/dtsenc $ autoreconf -f -i -v autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 /bin/m4: unrecognized option `--gnu' Try `/bin/m4 --help' for more information. autom4te-2.68: failed to run /bin/m4: Bad file number aclocal: /usr/bin/autom4te-2.68 failed with exit status: 1 autoreconf: failed to run aclocal: Bad file number MuldeR@MULDER-PC /d/SVN/Tools/dtsenc $
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ Last edited by LoRd_MuldeR; 20th December 2011 at 14:52. |
20th December 2011, 15:58 | #16 | Link | ||
Unavailable
Join Date: Mar 2009
Location: offline
Posts: 1,480
|
Quote:
Code:
gcc.exe (XvidVideo.RU - GCC 4.5.2 i686-pc-mingw32) 4.5.2 "./configure --disable-alsa" Quote:
|
||
20th December 2011, 16:01 | #18 | Link |
Software Developer
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,255
|
Well, my problem is, that I don't have a 'configure' script yet. It needs to be generated with autoconf.
Can you tell me what version of autoconf (and from where) you used? I installed autoconf + perl + libcrypt, but get the error from above
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ |
20th December 2011, 16:09 | #19 | Link |
Unavailable
Join Date: Mar 2009
Location: offline
Posts: 1,480
|
Humm, that's weird
IIRC (again), I just downloaded the full package from Xhmikosr's site some months ago, and (probably) just discarded the 64-bit stuff. Anyway: Code:
$ autoconf --version autoconf (GNU Autoconf) 2.67 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html> |
20th December 2011, 17:13 | #20 | Link |
Software Developer
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,255
|
Okay, the good news is: I got autoconf working by re-installing MSYS with the official MSYS installer.
The bad news is that the configure script it produces is broken. At one point it uses some PKG_PROG_PKG_CONFIG variable that nowhere has been define before Had to hack configure.ac as well as Makefile.am to finally convince that ... to give me a Makefile. But now I am set up, I think, finally!
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ |
Thread Tools | Search this Thread |
Display Modes | |
|
|