Search found 6 matches

by LostAbove
07 Feb 2024, 21:13
Forum: Help and Support
Topic: Pruning the contents of video.internetmediatype
Replies: 10
Views: 3252

Re: Pruning the contents of video.internetmediatype

Got you, I think that's all avenues explored. I will thank you for your help and awesome software, it's clear from the short time I have used FileBot that they are both of high quality.
by LostAbove
07 Feb 2024, 20:46
Forum: Help and Support
Topic: Pruning the contents of video.internetmediatype
Replies: 10
Views: 3252

Re: Pruning the contents of video.internetmediatype

OK, but I can't correct the empty Encoded_Library_Name property ?
by LostAbove
07 Feb 2024, 20:25
Forum: Help and Support
Topic: Pruning the contents of video.internetmediatype
Replies: 10
Views: 3252

Re: Pruning the contents of video.internetmediatype

:idea: AFAIK, files encoded with x264 typically do have the Encoded_Library_Name property set. That's what we use in the {vc} binding to yield x264 instead of generic AVC . Typically I have quite a few where this isn't the case and the only reference to the implimentation used is in the file name ...
by LostAbove
07 Feb 2024, 19:17
Forum: Help and Support
Topic: Pruning the contents of video.internetmediatype
Replies: 10
Views: 3252

Re: Pruning the contents of video.internetmediatype

Fair comment on the Regex, it was a parallel question I had after reading a few other posts here. That said, where is the .split() function documented ? and the list of other available functions ? All I have found so far are here https://www.filebot.net/naming.html and what pressing F1 in the app ...
by LostAbove
04 Feb 2024, 18:48
Forum: Help and Support
Topic: Pruning the contents of video.internetmediatype
Replies: 10
Views: 3252

Re: Pruning the contents of video.internetmediatype

Many thanks for the help with InternetMediaType. Can I ask what flavor of Regex does FileBot use ? (So I can read up) As for why not use {vc} or {vcf}. I have a few files where 265 or 264 is mentioned in the file name, but {vc}.{vcf} just produce HVEC.HVEC or AVC.AVC. InternetMediaType seemed to be ...
by LostAbove
03 Feb 2024, 14:06
Forum: Help and Support
Topic: Pruning the contents of video.internetmediatype
Replies: 10
Views: 3252

Pruning the contents of video.internetmediatype

I would like to include the variable video.internetmediatype in my renamed files. The contents of this typically looks like "video/H264" or "video/H265". I want to remove the "video/" text to leave me with "H264" or H265" but I am failing. Unaltered the slash in video.internetmediatype causes ...