There are a Doom9 user jemima awaiting for email confirmation from january 27 and other jemima123 from january 17
Does not exist any Manyfold user
I can put your message in the moderators thread but only a Administrator (Doom9 or Swede) can solve any problem about this.
Search found 16 matches
- Wed Jan 31, 2024 12:40 am
- Forum: General MakeMKV discussion
- Topic: OT: doom9 forum registration?
- Replies: 8
- Views: 2307
- Mon Mar 28, 2022 11:44 am
- Forum: General MakeMKV discussion
- Topic: Codec ID: A_PCM/INT/LIT instead A_MS/ACM
- Replies: 2
- Views: 2566
Re: Codec ID: A_PCM/INT/LIT instead A_MS/ACM
You are right, with mono or stereo files we don't need know the ChannelMask of the PCM data, with multichannel we need the A_MS/ACM Codec Private data to store that info. Maybe the correct behaviour is remain using A_MS/ACM and improve other soft begining by mkvmerge and mkvextract. I write to MKVTo...
- Sat Mar 26, 2022 6:06 pm
- Forum: General MakeMKV discussion
- Topic: Can I rip just portions of a movie file?
- Replies: 3
- Views: 2789
- Fri Mar 25, 2022 1:52 pm
- Forum: General MakeMKV discussion
- Topic: Codec ID: A_PCM/INT/LIT instead A_MS/ACM
- Replies: 2
- Views: 2566
Codec ID: A_PCM/INT/LIT instead A_MS/ACM
Please use the Codec ID: A_PCM/INT/LIT when create mkv tracks from PCM bluray tracks, instead A_MS/ACM.
Many demuxers work fine with A_MS/ACM but MkvExtract reject that Codec ID to extract WAV/W64 files, and I think the reference must be the MkvToolNix tools.
More info and sample.
Many demuxers work fine with A_MS/ACM but MkvExtract reject that Codec ID to extract WAV/W64 files, and I think the reference must be the MkvToolNix tools.
More info and sample.
- Thu Apr 21, 2016 1:08 pm
- Forum: General MakeMKV discussion
- Topic: 1.9.10 release, mkv 3d do not work
- Replies: 4
- Views: 9242
Re: 1.9.10 release, mkv 3d do not work
The difference is that 1.9.10 puts "StereoMode" flag for video track. Can you please test removing this flag with MKV header editor? I remove the flag (13) and the files work Bad news if that cause incompatibility with some hardware players. The "StereoMode" flag is necesary for...
- Sat Mar 26, 2016 11:20 pm
- Forum: Advanced MakeMKV usage
- Topic: dts decoder dll question flac
- Replies: 8
- Views: 19731
Re: dts decoder dll question flac
I hope someone would elaborate on what you said about limitations of the open source decoder. The last version of the open source DTS-HD decoding library work even better than some dtsdecoderdll.dll versions. The unique limitation, at this moment, is than not support 'DTS-Express' tracks (low bitra...
- Sat Mar 26, 2016 10:57 pm
- Forum: Advanced MakeMKV usage
- Topic: MVC muxing improvement
- Replies: 22
- Views: 69230
Re: MVC muxing improvement
In order to use BD3D2MK3D I make some test adding tags (and stereo_mode) to the mkv using --tags <ID>:D:\tmp\tag-3d-2.xml: <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE Tags SYSTEM "matroskatags.dtd"> <Tags> <Tag> <Simple> <Name>3d-plane</Name> <String>2</String...
- Wed Mar 16, 2016 11:02 am
- Forum: Advanced MakeMKV usage
- Topic: MVC muxing improvement
- Replies: 22
- Views: 69230
Re: MVC muxing improvement
+1
http://forum.doom9.org/showthread.php?p ... ost1760566
http://forum.doom9.org/showthread.php?p ... ost1760566
- Mon Oct 13, 2014 11:19 am
- Forum: Advanced MakeMKV usage
- Topic: Converting DTS to LPCM - Force 24bit Output
- Replies: 14
- Views: 27307
Re: Converting DTS to LPCM - Force 24bit Output
You are right with eac3to ArcSoft output the bitdepth in the flag. The patch is change the flag value 16b to 24b in all DTS headers. For that is the default with eac3to, don't have sense read this flag to decode. eac3to T51_16b.dts T51_16b_Arc.wav -full -dontPatchDts The output is PCM 16b. eac3to T5...
- Mon Oct 13, 2014 1:34 am
- Forum: Advanced MakeMKV usage
- Topic: Converting DTS to LPCM - Force 24bit Output
- Replies: 14
- Views: 27307
Re: Converting DTS to LPCM - Force 24bit Output
Yep, the info is about the bitdepth of the PCM source, and some encoders put always 24 bits even if the source was 16 bits.
Is a useless info, decoders don't use this flag for nothing.
Is a useless info, decoders don't use this flag for nothing.
- Sun Oct 12, 2014 4:35 pm
- Forum: Advanced MakeMKV usage
- Topic: Converting DTS to LPCM - Force 24bit Output
- Replies: 14
- Views: 27307
Re: Converting DTS to LPCM - Force 24bit Output
Was my fault in the profile.tebasuna51 wrote:And don't work, is decoded to 16 bits.
Is upsampled to 24 bits with 0's, and is not the solution.
See details in http://www.makemkv.com/forum2/viewtopic.php?f=10&t=8360
We need downsample the float samples from decoders to 24 bits.
- Sun Oct 12, 2014 4:05 pm
- Forum: Advanced MakeMKV usage
- Topic: Feature request - lossy audio conversion
- Replies: 5
- Views: 13652
Re: Feature request - lossy audio conversion
Thanks ndjamena for your effort. That works fine. My fault. I found the problem in my profile: <output outputSettingsName="wavex" defaultSelection="$app_DefaultSelectionString,+sel:true" > audioMix="ConvertTo24bit"> </output> The audioMix was never executed. One last qu...
- Sat Oct 11, 2014 11:01 pm
- Forum: Advanced MakeMKV usage
- Topic: DTS-HD to FLAC conversion fails for "Pan's Labyrinth (2006)"
- Replies: 7
- Views: 21512
Re: DTS-HD to FLAC conversion fails for "Pan's Labyrinth (20
1) ffmpeg can't decode DTS-MA, only the standard DTS 'core' 5.1 can be decoded/recoded. 2) MakeMKV can decode DTS-MA 7.1 if ArcSoft decoder is installed (Preferences -> Advanced -> dtsdecoderdll.dll Location) But seems fail with this channels layout because don't exist WL-WR channels in PCM formats:...
- Sat Oct 11, 2014 5:04 pm
- Forum: Advanced MakeMKV usage
- Topic: Feature request - lossy audio conversion
- Replies: 5
- Views: 13652
Re: Feature request - lossy audio conversion
Sorry but I never obtain Bit depth: 24 bits. Using Windows 7 64 bits, with or without audioMix="ConvertTo24bit", with dtsdecoderdll.dll v1.1.0.0 or v1.1.0.8. My source: MKV, 1 video track, 1 audio track, 0:00:21, 25p 1: h264/AVC, English, 720p25 2: DTS, English, 5.1 channels, 1509kbps, 48k...
- Fri Oct 10, 2014 11:05 am
- Forum: Advanced MakeMKV usage
- Topic: Feature request - lossy audio conversion
- Replies: 5
- Views: 13652
Feature request - lossy audio conversion
Is know than convert lossy audio (DTS,E-AC3,AC3) to lossles audio (FLAC,LPCM) can be most the times useless, but can be interesting when we need edit (downmix, cut, ...) or recode (for instance to AC3 for players without DTS or E-AC3 support). Now the 'wavex' output is always 16 bits but to edit/rec...