How to demux WMV8 file ..to any other format like MKV,MP4 without losing quality
this below tiny file i want to convert/mux it to mkv or mp4 format..so that my LG tv can play it thru USB slot.
as it's not able to play these type of HD wmv files.. (may be these wmv2 codecs files... other wmv files it can play)
p.s-Complete name : C:\test 480p file.wmv
Format : Windows Media
File size : 22.7 MiB
Duration : 29mn 30s
Overall bit rate : 108 Kbps
Maximum Overall bit rate : 2 728 Kbps
Encoded date : UTC 1970-01-01 00:00:00.000
major_brand : isom
minor_version : 512
compatible_brands : isomiso2avc1mp41
WM/EncodingSettings : Lavf54.37.100
Video
ID : 1
Format : WMV2
Codec ID : WMV2
Codec ID/Info : Windows Media Video 8
Description of the codec : wmv2
Duration : 29mn 30s
Width : 854 pixels
Height : 480 pixels
Display aspect ratio : 16:9
Frame rate : 23.976 fps
Bit depth : 8 bits
Audio
ID : 2
Format : WMA
Format version : Version 2
Codec ID : 161
Codec ID/Info : Windows Media Audio
Description of the codec : Windows Media Audio V8
Duration : 29mn 30s
Bit rate : 128 Kbps
Channel(s) : 2 channels
Sampling rate : 48.0 KHz
Bit depth : 16 bits
Stream size : 27.0 MiB
i try vdub but it seems the quality goes little bit down when it saves it in .avi format :/
but i need mkv/mp4
+ Reply to Thread
Results 1 to 7 of 7
-
Last edited by prithvi; 1st Jan 2015 at 07:03.
-
You can remux to MKV with ffmpeg (command line program):
Code:ffmpeg -i filename.wmv -vcodec copy -acodec copy filename.mkv
Code:"c:\program files\ffmpeg\bin\ffmpeg" -i %1 -vcodec copy -acodec copy "%~d1%~p1%~n1.mkv"
I don't think you can put WMV2 and WMA in an MP4 file. -
Didn't know mkv supports wmv/wma. I guess you can put just about anything in an mkv container. I tested it on the "Wildlife.wmv" clip that comes with Windows and it works. I don't know why anyone would want to do this, unless your media player only excepts mkv.
Got my retirement plans all set. Looks like I only have to work another 5 years after I die........ -
-
WMV in Matroska uses the so-called VfW-compatible mode: V_MS/VFW/FOURCC {WMV1, WMV2, WMV3, WVC1}
WMA in Matroska »» »» »» »» »» »» ACM-compatible mode: A_MS/ACM {0x0160 thru 0x0164}
MKVmerge cannot demux ASF files, it accepts VC-1 only as elementary streams or from MKV and TS files.
Gabest's Matroska Muxer and Haali DSMuxer have no problem with "normal" ASF files though. -
That depends a lot on 1) the specs themselves and 2) the available implementations
Musepack still cannot be wrapped in Matroska. WavPack can, BUT it still lacks a "perfect" solution.
A_DTS/EXPRESS is not implemented yet, and will remain so until there is a FOSS decoder for the format, I'm afraid