top of page
Search

Msa1 Codec Windows Media Player







































As I’ve said before, Windows Media Player is one of the best Windows media players. However, you might have noticed that your user-agent string displays a codec other than WMP11. In this case, it has been detected that you are using an older version of Windows Media Player called Msa1. In order to properly play a video file with a format that is not recognized by Windows Media Player 11, you need to update your user-agent string in your browser. The fix for this can be found here: https://support.microsoft. com/en-us/kb/927135 Once the user-agent string has been updated, you can play all kinds of video files with SSMS or via other applications by setting the video format to something that Windows Media Player 11 recognizes. For example, I have a file called "video.mpeg" which is a standard MPEG 1 file. In order to properly play this file in Windows Media Player 11, I use this command: sql> select @vidformat vidform-> from Movies where name = 'video.mpeg'; vidform --------------- MPEG-1 audio layer 3 (MP3) [layer 3 audio track 1] Another example is a . asf video file which Windows Media Player 11 does not recognize by default. The following command can be used to play this type of video: sql> select @vidformat vidform-> from Movies where name = 'video.asf'; vidform ------------------- Advanced Streaming Format (ASF) [audio and video track 1] However, this is not the only command you can use to play a video file in Windows Media Player 11, as there are many different commands for this depending on the format. sql> select @vidformat vidform-> from Movies where name = 'video. mp4'; vidform ---------- MPEG-4 video, layer 3, part 10 (AVI) [video] sql> select @vidformat vidform-> from Movies where name = 'video.m2ts'; vidform ---------------- Mpeg-2 TS transport stream (audio) [audio] sql> select @vidformat vidform-> from Movies where name = 'video.wmv'; vidform ---------- Windows Media Video 9 ([WMV3]) [video] sql> select @vidformat vidform-> from Movies where name = 'video. flv'; vidform --------- Flash video ([SWF]) [video] sql> select @vidformat vidform-> from Movies where name = 'video.mpeg'; vidform ---------------- MPEG-1 audio layer 3 (MP3) [layer 3 audio track 1] sql> select @vidformat vidform-> from Movies where name = 'video.flv'; vidform -------- Flash video ([SWF]) [video] sql> select @vidformat vidform-> from Movies where name = 'video.f4v'; vidform -------- Flash video ([SWF]) [video] sql> select @vidformat vidform-> from Movies where name = 'video. eccc085e13

 
 
 

Recent Posts

See All
Pes 2011 Turkce Spiker Indir

Pes 2011 Türkçe spiker sadece 275 mb tek link indir ... dosyasyı “C:\Program Files\KONAMI\Pro Evolution Soccer 2011\img” adlı klasöre...

 
 
 

Comments


© 2023 by Medical Clinic. Proudly created with Wix.com

500 Terry Francois St, San Francisco, CA 94158

Tel: 123-456-7890

  • White Facebook Icon
  • White Twitter Icon
bottom of page