make the xml and scc output options specific to the dv output
dericed opened this issue · 5 comments
for instance with dvrescue device://0 --merge-output-speed --merge-output-concealed -m speed_concealed3.dv --merge-ignore-speed --merge-ignore-concealed -m nospeed_noconcealed3.dv --merge-output-speed --merge-ignore-concealed -m speed_noconcealed3.dv --merge-ignore-speed --merge-output-concealed -m nospeed_concealed3.dv -x out.xml
I get 4 dv outputs and 1 xml output. The frame counts of the dv outputs are all different (since I manipulated the deck during the capture to create frames to trigger the filters), so the out.xml
contents match only the output to speed_concealed3.dv
.
We should either make the xml and scc outputs to be output specific, or say that their contents only are intended to match the first output.