Support for Windows users
underground10
Posts: 9 Joined: 29 Oct 2014, 02:36
Post
by underground10 » 30 Mar 2016, 01:19
Hello,
I want to sort my Movies but {vf} gives me Microsoft instead of REMUX. If I get a x264 it tells me x264 with {vf} how can I fix that ?
Thanks
rednoah
The Source
Posts: 23924 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 30 Mar 2016, 09:10
If a mediainfo binding is not working as expected, then you'll need to post full mediainfo for the file in question:
{vf} yields values like
720p and
1080p . It could not possibly yield
Microsoft .
rednoah
The Source
Posts: 23924 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 30 Mar 2016, 16:35
You could just do Select All / Copy / Paste instead of making screenshots.
Please try again, this time with the
Video tab .
underground10
Posts: 9 Joined: 29 Oct 2014, 02:36
Post
by underground10 » 01 Apr 2016, 16:35
Thats the Video Tab:
StreamOrder 0
ID 1
ID/String 1
UniqueID 3557436291
Format VC-1
Format_Commercial VC-1
Format_Profile Advanced@L3
InternetMediaType video/vc1
CodecID V_MS/VFW/FOURCC / WVC1
CodecID/Hint Microsoft
Codec WVC1
Codec/String VC-1
Codec/Family VC-1
Codec/Info Microsoft
Codec/CC WVC1
Codec_Profile Advanced@L3
Duration 8402903
Duration/String 2h 20mn
Duration/String1 2h 20mn 2s 903ms
Duration/String2 2h 20mn
Duration/String3 02:20:02.903
Duration/String4 02:20:05;00
Duration/String5 02:20:02.903 (02:20:05;00)
Width 1920
Width/String 1 920 pixels
Height 1080
Height/String 1 080 pixels
Sampled_Width 1920
Sampled_Height 1080
PixelAspectRatio 1.000
DisplayAspectRatio 1.778
DisplayAspectRatio/String 16:9
FrameRate_Mode CFR
FrameRate_Mode/String Constant
FrameRate 23.976
FrameRate/String 23.976 fps
Resolution 8
Resolution/String 8 bits
Colorimetry 4:2:0
ColorSpace YUV
ChromaSubsampling 4:2:0
BitDepth 8
BitDepth/String 8 bits
ScanType Progressive
ScanType/String Progressive
Interlacement PPF
Interlacement/String Progressive
Compression_Mode Lossy
Compression_Mode/String Lossy
Delay 0
Delay/String3 00:00:00.000
Delay_Source Container
Delay_Source/String Container
Title Untouched Video
Language de
Language/String German
Language/String1 German
Language/String2 de
Language/String3 deu
Language/String4 de
Default Yes
Default/String Yes
Forced No
Forced/String No
BufferSize 3749952
rednoah
The Source
Posts: 23924 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 01 Apr 2016, 18:10
{vc} is mapped to the following properties in this order:
* Encoded_Library_Name
* Encoded_Library/Name
* CodecID/Hint
* Format
Maybe WVC1 or VC-1 would be better, but I'm not gonna change the order because of a format nobody uses and potentially break formatting for popular formats.
Also, REMUX is not a video format. You can always make things work the way you want in your format though.
rednoah
The Source
Posts: 23924 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 01 Apr 2016, 19:08
What do want? REMUX instead of Microsoft?
Code: Select all
{vf.replace('Microsoft', 'REMUX')}