View Single Post
Old 24th May 2019, 16:30   #14836  |  Link
MeteorRain
結城有紀
 
Join Date: Dec 2003
Location: NJ; OR; Shanghai
Posts: 894
Is there any way to stop eac3to from adding DELAY to output file name?

I'm writing script to batch extract eac3 from files and convert them to wav for further processing.

eac3to x.mkv x.wav tells me This audio conversion is not supported..

eac3to x.mkv x.eac3 then eac3to x.eac3 x.wav works.
However eac3to will add DELAY XYZ ms to the file name so it's kinda hard to script that into a makefile.
Since this delay is usually less than 1 frame, I really don't care if it's applied correctly.
__________________
Projects
x265 - Yuuki-Asuna-mod Download / GitHub
TS - ADTS AAC Splitter | LATM AAC Splitter | BS4K-ASS
Neo AviSynth+ filters - F3KDB | FFT3D | DFTTest | MiniDeen | Temporal Median
MeteorRain is offline