Closed mcampos-quinn closed 5 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.
ingestSip
Add pymmFunctions.is_av() test on the output file.
pymmFunctions.is_av()
i.e. I think this could be accomplished at line 589 in make_derivs().
make_derivs()
Then would need to add error handling for places where make_derivs()is called.
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.