Video Format = Microsoft at a REMUX

Support for Windows users
Post Reply
underground10
Posts: 9
Joined: 29 Oct 2014, 02:36

Video Format = Microsoft at a REMUX

Post by underground10 »

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 :)
User avatar
rednoah
The Source
Posts: 22999
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Video Format = Microsoft at a REMUX

Post by rednoah »

If a mediainfo binding is not working as expected, then you'll need to post full mediainfo for the file in question:

Image

{vf} yields values like 720p and 1080p. It could not possibly yield Microsoft.
:idea: Please read the FAQ and How to Request Help.
underground10
Posts: 9
Joined: 29 Oct 2014, 02:36

Re: Video Format = Microsoft at a REMUX

Post by underground10 »

Image
I Mean {vc} sorry.
I think VC-1 would be right ?
User avatar
rednoah
The Source
Posts: 22999
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Video Format = Microsoft at a REMUX

Post by rednoah »

You could just do Select All / Copy / Paste instead of making screenshots.

Please try again, this time with the Video tab. ;)
:idea: Please read the FAQ and How to Request Help.
underground10
Posts: 9
Joined: 29 Oct 2014, 02:36

Re: Video Format = Microsoft at a REMUX

Post by underground10 »

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
User avatar
rednoah
The Source
Posts: 22999
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Video Format = Microsoft at a REMUX

Post by rednoah »

{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.
:idea: Please read the FAQ and How to Request Help.
underground10
Posts: 9
Joined: 29 Oct 2014, 02:36

Re: Video Format = Microsoft at a REMUX

Post by underground10 »

Ok so I cant do anything ?
User avatar
rednoah
The Source
Posts: 22999
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Video Format = Microsoft at a REMUX

Post by rednoah »

What do want? REMUX instead of Microsoft?

Code: Select all

{vf.replace('Microsoft', 'REMUX')}
:idea: Please read the FAQ and How to Request Help.
underground10
Posts: 9
Joined: 29 Oct 2014, 02:36

Re: Video Format = Microsoft at a REMUX

Post by underground10 »

Exactly that thans :)
Post Reply