Making 16:9 videos display correctly in Windows Media Player
December 31st, 2009 5 Comments
My video camera records in 16:9, which has taken over from 4:3 as the standard aspect ratio. The trouble is, when I play those video in Windows Media Player, or try and edit them in something like Windows Movie Maker, they get displayed as 4:3. If I go and manually change the aspect ratio in the application, all that does is give me black bars right and left of the picture.
Searching for a solution, I found an explanation of what was happening, plus a very nice little free fixer tool here:
http://forums.cnet.com/5208-7594_102-0.html?threadID=308647
All Panasonic,JVC and Canon mpeg2 camcorders that generate MOD files on either HDD or SD-card do not set the widescreen flag in the mpeg2 sequence headers in 16:9 mode. Instead they leave it as 4:3 and put the information, whether 16:9 or 4:3 was used, inside the corresponding MOI file.
Unfortunately most video player or editing software do not evaluate the content of the MOI file and therefore the video remains in 4:3.
I have written a small tool sdcopy that can automatically correct the 16:9 flag of multiple MOD files. In addition, it can automatically copy all found MOD files(of all subfolders) into a single target folder. Sdcopy does not modify or decrease the video quality, it just patches the headers.
You can download sdcopy from here, its freeware:
http://zyvid.com/smf/index.php?action=dlattach;topic=280.0;id=218
I’ve used SDcopy and it did exactly what I wanted: produced videos that opened up in Media Player in 16:9 and, in the process, gave the files much more meaningful file names.
Potentially similar posts
- My first (useful) Ruby program – June 2011
- Use the existence of a file on the server to determine Javascript behaviour in the browser – November 2010
- Mag+ video: How to sell an idea – September 2010
- Video plays locally but not on the web – August 2010
- EasyListener resurrected – June 2010
October 24th, 2010 at 10:41 am (#)
Thanks for this nice and easy tool. It worked fine... need only to be installed...!
October 25th, 2010 at 10:26 pm (#)
Thanks for commenting.
June 4th, 2011 at 4:46 pm (#)
I have used sdcopy on windows XP and it worked great. WMP couldn't display the MOD files correctly, but displayed the sdcopy-converted MPG files perfectly.
I recently got a new computer, windows 7 (and WMP 12). Now the MOD files display correctly and the sdcopy-converted MPG files do not. The converted files are squished vertically as if the 16:9 ratio was applied twice. How do i get WMP 12 to display the converted files correctly again?
June 26th, 2011 at 9:37 am (#)
I have exactly the same problem as Jason. Widescreen suddenly became Ultra Wide screen...
January 14th, 2012 at 4:30 pm (#)
Thanks for the tipp, I was trying this for a while on my media player and it now works. Thanks.