mipops / dvrescue

Archivist-made software that supports data migration from DV tapes into digital files suitable for long-term preservation. Snapshot daily builds are at https://mediaarea.net/download/snapshots/binary/dvrescue/.
BSD 3-Clause "New" or "Revised" License
83 stars 19 forks source link

move some global cli options to be output specific #801

Closed dericed closed 1 week ago

dericed commented 6 months ago

Now that we can support >1 output, some options should be output specific:

    --merge-output-speed
    --merge-ignore-speed
    --merge-output-concealed
    --merge-ignore-concealed

For instance:

dvrescue ... --merge-output-speed --merge-output-concealed -m - --merge-ignore-speed --merge-ignore-concealed file.dv should output all frames to the pipe (to show in a player) while frames at non-standard speed and fully-concealed are not written to the output file.

g-maxime commented 3 weeks ago

Fixed by #810

dericed commented 1 week ago

thx :D