View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000701 | eac3to | bug | public | 2023-02-24 01:14 | 2023-03-01 14:43 |
Reporter | sveinse | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | new | Resolution | open | ||
Platform | Windows | OS | Win10 | OS Version | 22H2 |
Summary | 0000701: Option to give error if eac3to needs to convert tracks | ||||
Description | When selecting which tracks to extract, I would like to be able to demux transparently with no format conversion. The destfiles must contain a filetype suffix up front to generate the same format as the source. Today I'm parsing the playlist track listing output and have a look-up table to determine the appropriate file ending for each listed file type (which has been empirically deduced). E.g. if the text "E-AC3" is printed, the ".eac3" suffix is used to output this format. While this approach works, it is tedious and error prone to parse the track list output to guess the appropriate output format. Proposal: A new `-noconvert` option which will return error if any of the output tracks are format converted. If this option is used and the option `1: audio.ac3` is used and the track is E-AC3 it will fail. It allows a verification that the above filename scheme is wrong. Alternate proposal 1) When `-demux` is used, it will support specification of the tracks to extract, and the destfiles can be without suffix and thus the demux will propose the transparent format. `eac3to.exe D:\ '1)' 1: vid 3: aud -demux` that result in vid.h264 and aud.thd+ac3. | ||||
Tags | No tags attached. | ||||
eac3to Version | 3.36 | ||||