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
82 stars 19 forks source link

add DV SP / DV LP icons #881

Open dericed opened 1 week ago

dericed commented 1 week ago

From the abst value in the csv, deduce the difference between abst in frame n and frame n-1. Let's call that ABST_DIFF. I'd like an icon shown on the capture interface depending on the value of ABST_DIFF.

If 6 <= ABST_DIFF <= 7.5 , then show DV-LP-lamp-lit.svg If 9 <= ABST_DIFF <= 10, then show DV-SP-lamp-lit.svg else show nothing

Can we also reuse the same timer used for the frame-speed value in https://github.com/mipops/dvrescue/pull/830, so that the icon should only show if the ABST_DIFF value is very recent.

The icon can be placed to the left of the deck controls.

libbyhopfauf commented 2 days ago

@dericed sounds good to me! I also added in my research about detecting DVCAM and DVCPRO to #552 :)