BAM-PFA / pymm

A set of scripts for audiovisual digital preservation tasks
BSD 2-Clause "Simplified" License
5 stars 2 forks source link

add is_av() test to output access file(s) #23

Closed mcampos-quinn closed 5 years ago

mcampos-quinn commented 6 years ago

Currently the test in ingestSip for successful access copy transcode is whether the file is a file or not. This is so wack, since a 0-byte file will pass the test.

Add pymmFunctions.is_av() test on the output file.

mcampos-quinn commented 6 years ago

i.e. I think this could be accomplished at line 589 in make_derivs().

Then would need to add error handling for places where make_derivs()is called.