![]() |
China DOS Union-- Unite DOS · Advance DOS · Grow DOS --Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum |
| Guest | Log in | Register | Members | Search | China DOS Union |
|
中国DOS联盟论坛 The time now is 2026-09-15 02:09 |
47,812 topics / 349,917 posts / today 0 new / 48,268 members |
| DOS软件下载 & 游戏分享 (下载室) » [Recommendation][Download] Multimedia Player - MPlayer that Can Play RMVB/WMV/DVD under DOS |
| Printable Version 36,277 / 130 |
| Floor1 Wengier | Posted 2007-03-21 16:06 |
| 系统支持 Posts 10,521 Credits 27,736 | |
|
For a long time, many people have been seeking practical multimedia players under DOS. Existing pure-DOS players like QV, MPXPLAY, etc., support some multimedia formats such as AVI, MPG, but they do not support currently common formats like RM/RMVB, WMV/ASF, etc., and do not support many decodings, making it impossible to play previous multimedia formats (such as RMVB format animated cartoons and movies) or decodings under pure DOS, causing many regrets.
Now all this has changed. With the most powerful and mature command-line player--MPlayer can run on the DOS platform through HX, now DOS can finally fully support all common multimedia formats including RMVB/WMV/DVD! MPlayer supports not only audio formats like MP3, OGG, RA, WMA, but also various multimedia formats, including AVI, OGM, MPG, MKV, MOV (QuickTime), RM/RMVB (Real Media), WMV/ASF (Windows Media), etc., and can even play CD/VCD and DVD movies! Its playback effect is also quite good, especially relatively smooth on new computers, and the audio and video quality can be comparable to the WIN players like those in YinYing FengBao. Of course, if you want to hear sound, you need to load the sound card driver first. It is also relatively convenient to use. Through my organization, you can directly play the specified multimedia file under DOS in the form of PLAY "file name" (for example: PLAY TEST.RMVB), and you can also use wildcards or specify multiple files (for example: PLAY *.AVI *.RMVB, you can press the Enter key at any time during playback to switch to the next file, and press the ESC key to exit), and you can also load the play list and so on through the -playlist parameter. For DVD movies, you can use a form like "play dvd://1 -dvd-device d:\video_ts" (assuming the CD-ROM is drive D) to play. It runs best in the MS-DOS 7.10 environment that supports long file names. The download is provided below, welcome everyone to test and use, and share and exchange usage experiences. If there are any problems, you are also welcome to raise them. http://help.cn-dos.net/soft/mplayer.7z.zip The above file is in the 7z format with the highest compression rate, and can be extracted with tools like 7-Zip, WinRAR, etc. Instructions: Please run in the form of PLAY "file name" (as mentioned above, where "file name" can be a wildcard or multiple files). It is best to use under pure DOS, but it can also be used in the DOS window of WIN, and you don't need to load too many programs before running. If you want to play in full-screen mode instead of the original size, you can specify the -fs parameter (for example: play -fs *.rmvb). By the way, there is a relatively small multimedia file (test.mpg) included for testing. |
|
| Floor2 tangtai | Posted 2007-03-21 21:14 |
| 等待验证用户 Posts 314 Credits 640 | |
|
Support, first take a sofa!!
|
|
| Floor3 free2 | Posted 2007-03-21 23:35 |
| 初级用户 Posts 10 Credits 124 | |
| Floor4 wsklll | Posted 2007-03-22 00:37 |
| 初级用户 Posts 31 Credits 79 | |
|
Coming down right away. Let's try it and see how it works.
|
|
| Floor5 willsion | Posted 2007-03-22 01:51 |
| 高级用户 Posts 312 Credits 793 | |
|
Is it as large as 12M? For DOS, it's a big one.
|
|
| Floor6 Wengier | Posted 2007-03-22 13:18 |
| 系统支持 Posts 10,521 Credits 27,736 | |
Originally posted by willsion at 2007-3-21 12:51 PM: You need to know that it contains decoders for various multimedia formats (AVI/OGM/MKV/RMVB/WMV/VCD/DVD, etc.), so such a size should be considered normal. Mainly because the decoder files are a bit larger. Are there any problems with using it? |
|
| Floor7 xiatian123 | Posted 2007-03-23 04:22 |
| 初级用户 Posts 12 Credits 23 | |
| Floor8 free2 | Posted 2007-03-23 06:33 |
| 初级用户 Posts 10 Credits 124 | |
|
The graphics card requirement is quite high. 800*600*32. My DOS machine can't handle it... I need to change the machine...
;--- hxguihlp will read the entries in [display] and try to ;--- set an appropriate video mode with ChangeDisplaySettings(). ;--- mode=xxx will select a VESA mode directly. Else hxguihlp will try ;--- to find a matching mode by using VESA video mode enumeration (which ;--- may not work for all VESA BIOSes). ;--- with entries xmax + ymax one can restrict the video resolution. [display] xres=800 yres=600 bpp=32 ;mode=0x114 ;xmax=1024 ;ymax=768 |
|
| Floor9 electronixtar | Posted 2007-03-23 08:21 |
| 铂金会员 Posts 2,672 Credits 7,493 | |
|
Wow, HX can support MPlayer now, thumbs up, orz
|
|
| Floor10 xing7749 | Posted 2007-03-23 10:12 |
| 高级用户 Posts 349 Credits 833 | |
| Floor11 阿海 | Posted 2007-03-23 12:50 |
| 高级用户 Posts 188 Credits 748 | |
|
It can't be used! The owner, please make it clear. Why can't it run on my computer? When I run "play *.rmv", after it shows analyzing the video format, etc., it exits with "exing......"
|
|
| Floor12 Wengier | Posted 2007-03-23 13:09 |
| 系统支持 Posts 10,521 Credits 27,736 | |
Originally posted by free2 at 2007-3-22 05:33 PM: If the graphics card doesn't support 800*600*32, using 800*600*16 is also acceptable. Just change bpp=32 to bpp=16 in the hxguihlp.ini file. But probably can't go lower than that. To make it easier for users with not too new graphics cards to use, I have changed the default value to 800*600*16 and made some other changes, then re - uploaded. You can download it again. |
|
| Floor13 Wengier | Posted 2007-03-23 13:18 |
| 系统支持 Posts 10,521 Credits 27,736 | |
Originally posted by A Hai at 2007-3-22 11:50 PM: Is it running under pure DOS? Can you please tell me the machine configuration? For example, does the graphics card support 800*600*32? If the graphics card doesn't meet the requirements, it won't run. If it doesn't support 800*600*32, you can try reducing it to 800*600*16, as mentioned by the person above. |
|
| Floor14 weilong888 | Posted 2007-03-24 02:25 |
| 银牌会员 Posts 548 Credits 1,270 | |
|
Let's try to see how it works.
|
|
| Floor15 ys123 | Posted 2007-03-24 04:23 |
| 新手上路 Posts 1 Credits 2 | |
|
New gadget, download and try it, thanks.
|
|
| 1 2 3 4 … 9 Next |
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |