Status: Completed
Progress: 1 / 1
Type: BDRip
Display size: 1920×1080
Video codec: HEVC (Ma10P)
Audio format 1: FLAC 2.0ch Level 8
Audio format 2: AAC 2.0ch (Cast Commentary)
Audio format 3: AAC 2.0ch (Staff Commentary)
BDMV Provider: U2
Scan Provider: U2
Encoder: p1zrv
AniDB: link
↓ Torrents ↓
What’s the best program for taking DTS/FLAC audio from the Blu-Rey/BDMV?
Eould really appreciate for a good suggestion.
extract sound (pcm / dts / truehd) from m2ts using eac3to. Use it to convert the sound to flac or leave it unchanged.
Thank you Jensen, you’re a piece of GOLD.
One extra question, is DVDfab good for audio extracting?
Yes, if we are talking about sound on dvd discs.
So does it ruin the audio quality of BD disc?
I mean the recent versions of DVDfab are extracting Blu-ray discs without any problem. I just want to know if is it worth for doing a FLAC extraction.
Sorry for so many questions.
There is no flac on the bd. Use eac3to.
I know, meant to say audio extraction via converting them to FLAC while at the same time keeping the source quality setting.
But thank you again for your help, I have to learn how eac3to works.
@echo off
for %%m in (%*) do (
eac3to.exe “%%~dpnxm” 1:stdout.wav | “flac.exe” -8 –ignore-chunk-sizes -o “%%~dpnm.flac” –
)
pause
Thx, and after extracting audio, what’s the best program to trim it for making the timing right with the video?
Probably feel like I ‘m getting pretty annoying lol, but this is the last question, sorry and thank you for responding.
Eac3to
It says “Don’t found “flac.exe”,exe”
But I have already put flac.exe inside the main folder.
Pls reed the documentation for using eac3to. exe are not in the root folder, but in another folder (I forgot its name). Comments are not the place to discuss technical issues. Please go to our discord server. https://discord.gg/2SkBgNHx
Ok, thanks.