video source missing

All your suggestions, requests and ideas for future development
Post Reply
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

video source missing

Post by kim »

HDTVRip is missing from list, pls add
and maybe WEBDL, WEB.Rip, WEBCap, WEB.Cap, Blu.Ray to
pattern.video.source: CAMRip|CAM|PDVD|TS|TELESYNC|PDVD|PTVD|PPV|PPVRip|Screener|SCR|SCREENER|DVDSCR|DVDSCREENER|BDSCR
|R4|R5|R5LINE|R5.LINE|DVD|DVD5|DVD9|DVDRip|DVDR|TVRip|DSR|PDTV|SDTV|HDTV|DVB|DVBRip|DTHRip|VODRip|VODR|
BDRip|BRRip|BluRay|BD|BDR|BD25|BD50|3D.BluRay|3DBluRay|3DBD|BR.Scr|BR.Screener|HDDVD|HDRip|WorkPrint|VHS|
VCD|TELECINE|WEB.DL|WEBRip|ithd|iTunesHD|Laserdisc|NetflixHD

https://en.wikipedia.org/wiki/Pirated_m ... ease_types
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: video source missing

Post by rednoah »

Thanks for the addition. Has been added for next release.
:idea: Please read the FAQ and How to Request Help.
NPHaus
Posts: 14
Joined: 12 Sep 2013, 23:32

Re: video source missing

Post by NPHaus »

It would be nice to be introduced:

Remux
BDRemux
NPHaus
Posts: 14
Joined: 12 Sep 2013, 23:32

Re: video source missing

Post by NPHaus »

Very good addition.
But using the latest betas I've noticed that the command {vc} fails, what gave you before now always puts you x264 AVC.

A greeting
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: video source missing

Post by rednoah »

{vc} is mapped to MediaInfo property "Encoded_Library/Name" but it seems the name has been changed to "Encoded_Library_Name".

Fixed with r3233.
:idea: Please read the FAQ and How to Request Help.
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: video source missing

Post by kim »

"Remux|BDRemux" is wrong because:
(Remuxing is keeping the original video, but eliminating audio tracks, and/or adding audio tracks in other languages.)
https://en.wikipedia.org/wiki/Pirated_m ... ease_types

also if "BluRay.REMUX" in filename ONLY "REMUX" will be used as "source"

how to add "REMUX" an other way, I do not know maybe
REPACK|PROPER|Remux|BDRemux
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: video source missing

Post by kim »

RERIP is missing
REPACK|PROPER|RERIP

is there a {repack} for them like {source} is for BluRay or {tags} for Uncut ?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: video source missing

Post by rednoah »

Unfortunately no, but it could be added in the future if there's demand for that.

REPACK|PROPER is used to indicate a better quality file and affects --conflict auto behaviour. Are RERIP files generally better than what is already available?
:idea: Please read the FAQ and How to Request Help.
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: video source missing

Post by kim »

RERIP is just like REPACK|PROPER = to fix a problem e.g. copyright warnings and incorrect scenes, remove trailers or wrong playlist used in previous encode and so on... so YES better

now:
{any{'.'+fn.match(/Repack|Proper|RERIP/).upper()}{}}

so:
e.g. {repack} or maybe {rerelease} = yes pls :)
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: video source missing

Post by kim »

btw:
missing from pattern.video.tags
Recut *** e.g. (Sin City)
Super.Sized.R.Rated.Version *** e.g. (Anchorman 2)
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: video source missing

Post by rednoah »

Alright, but "Super.Sized.R.Rated.Version" seems to be a tag specific to this one movie, so I'm not gonna add it. I will add {repack} once there's a few people asking for it.
:idea: Please read the FAQ and How to Request Help.
devster
Posts: 417
Joined: 06 Jun 2017, 22:56

Re: video source missing

Post by devster »

I'd be in favor of this addition, as already said it denotes a significantly different file, and, notably, usually affects subtitle sync and matching.
I only work in black and sometimes very, very dark grey. (Batman)
LFTech
Posts: 1
Joined: 24 Dec 2017, 04:20

Re: video source missing

Post by LFTech »

kim wrote: 27 Jun 2017, 23:50 "Remux|BDRemux" is wrong because:
(Remuxing is keeping the original video, but eliminating audio tracks, and/or adding audio tracks in other languages.)
https://en.wikipedia.org/wiki/Pirated_m ... ease_types

also if "BluRay.REMUX" in filename ONLY "REMUX" will be used as "source"

how to add "REMUX" an other way, I do not know maybe
REPACK|PROPER|Remux|BDRemux
I am also interested in adding REMUX another way. If I have a movie that is Bluray Remux I would want to be able to pass both through.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: video source missing

Post by rednoah »

You can always match custom patterns that suit your needs.

e.g.

Code: Select all

fn.match(/BluRay.REMUX/)
:idea: Please read the FAQ and How to Request Help.
Post Reply