Hi,
Would it be possible to skip corrupted media with the amc script?
If media is corrupted, it processes it anyway, but it leaves out the video codec and the audio codec.
Thanks,
[AMC] Skip corrupted media
Re: [AMC] Skip corrupted media
How do I know if media is corrupted? I think the newer amc scripts have a minDurationMS condition which should work. Corrupt files shouldn't have a mediainfo duration value, and thus be ignored.
-
- Posts: 49
- Joined: 03 Sep 2012, 10:52
Re: [AMC] Skip corrupted media
That's interesting. Do I have to set this minDuration manually via --def or is it a standard value? Because recently filebot moved some files which were corrupted (mkvinfo showed misterious segments, filebot left out 1080p and AC3)
Re: [AMC] Skip corrupted media
It's 10 min by default. But for all the changes I've made in the last couple of months you need the latest revision:
https://sourceforge.net/projects/filebo ... ebot/HEAD/
Try this, if {duration} is empty then these files should be excluded.
https://sourceforge.net/projects/filebo ... ebot/HEAD/
Try this, if {duration} is empty then these files should be excluded.
-
- Posts: 49
- Joined: 03 Sep 2012, 10:52
Re: [AMC] Skip corrupted media
Thanks, I'll try.