Search found 8 matches

by WhyDoINeedAUsername
14 Jun 2024, 14:35
Forum: Windows
Topic: AV1 codec support for duplicates script
Replies: 13
Views: 5238

Re: AV1 codec support for duplicates script

Sorry the files have been deleted already.
I just noticed the message afterwards.
by WhyDoINeedAUsername
13 Jun 2024, 17:40
Forum: Windows
Topic: AV1 codec support for duplicates script
Replies: 13
Views: 5238

Re: AV1 codec support for duplicates script

Hi Noah,
I just came across this related error during duplicate detection:
Unknown Video Codec: xvid

Though not super important anymore, it can probably be fixed at the same time as the AV1 issue.
by WhyDoINeedAUsername
06 Jun 2024, 19:13
Forum: Windows
Topic: AV1 codec support for duplicates script
Replies: 13
Views: 5238

Re: AV1 codec support for duplicates script

MediaInfos: https://pastebin.com/0b5wcSa0 https://pastebin.com/NH9re3gH Here's some more data --- Source [7.8GB HEVC] -> [2.4GB AV1 @ 95% of source quality] https://pastebin.com/nRfYRryU -> https://pastebin.com/m0V2nZsu ---- Source [7.95 AVC/x264] -> [3GB AV1 @ 95% of source quality] https ...
by WhyDoINeedAUsername
06 Jun 2024, 19:09
Forum: Windows
Topic: AV1 codec support for duplicates script
Replies: 13
Views: 5238

Re: AV1 codec support for duplicates script

I'm not sure if I've done it correctly - I used the command line to create it

I've done it for two videos (2nd was converted from about 15GB to 7.4GB)
Sorry I've already deleted the originals, but can wait for another video too.
by WhyDoINeedAUsername
06 Jun 2024, 18:50
Forum: Windows
Topic: AV1 codec support for duplicates script
Replies: 13
Views: 5238

Re: AV1 codec support

Yeah I fully agree with you, I wouldn't want my much better quality stuff getting deleted. I'm still very new to AV1, but super impressed so far! I'd need to do a lot more testing, so currently I don't know what the ideal cutoff point would be yet, but at the same bitrates I think AV1 will ...
by WhyDoINeedAUsername
06 Jun 2024, 18:39
Forum: Windows
Topic: AV1 codec support for duplicates script
Replies: 13
Views: 5238

Re: AV1 codec support

Thanks for the quick response.

I think the problem is around line 100.
It looks like there is a missing switch statement resulting in (Unknown Video Codec: AV1):
// print missing codec name
110 throw new IllegalArgumentException("Unknown Video Codec: " + vc);
by WhyDoINeedAUsername
06 Jun 2024, 17:50
Forum: Windows
Topic: AV1 codec support for duplicates script
Replies: 13
Views: 5238

AV1 codec support for duplicates script

Hi, Firstly thank you for creating Filebot - I've been using it for years to remove duplicates etc (via https://github.com/filebot/scripts/blob/master/duplicates.groovy). However I'm now converting my entire library to AV1 to free up a lot of disk space and improve streaming, but Filebot doesn't ...