Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Anyone know a command line Video Player?  (Read 1261 times)

0 Members and 1 Guest are viewing this topic.

Syxx

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 158
  • Last login:June 25, 2006, 06:36:25 pm
  • Bling Bling
Anyone know a command line Video Player?
« on: July 19, 2003, 05:34:37 am »
just lookin for a basic video player that can do divx, avi, mpg video launched from mamewah and exit with escape..or easily.

any ideas?

stuzza

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 499
  • Last login:May 13, 2025, 09:19:19 pm
  • I'm a llama!
    • ScreenshotArchive
Re:Anyone know a command line Video Player?
« Reply #1 on: July 19, 2003, 06:51:36 am »
I just use Windows Media Player to achieve this (In Windows 98).  Simply create a directory with a bunch of batch files which will load your favourite videos.

E.g. in the directory create a batch file called:
Music Video - Michael Jackson - Bad.bat

In this file put:
Quote
@echo off
cd "c:\program files\windows media player\"
mplayer2.exe /play /close /fullscreen "c:\music videos\Michael_Jackson_bad.mpg"

/play = automatically start playing once loaded
/close = close media player when finished
/fullscreen = run video in full screen mode

Then all you need to do is setup a config file for Mamewah which has the emulator executable set to "PC" and the ROM Filename extension set to "bat"
« Last Edit: July 19, 2003, 07:28:15 am by stuzza »

visciouslymamed

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 68
  • Last login:December 02, 2011, 08:38:46 pm
  • I want to Build My Own Arcade Controls!!
Re:Anyone know a command line Video Player?
« Reply #2 on: July 19, 2003, 07:50:05 am »
Check out Media Player Classic here http://vobsub.edensrising.com/mpc.php. ;D

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19427
  • Last login:Yesterday at 02:45:49 am
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re:Anyone know a command line Video Player?
« Reply #3 on: July 19, 2003, 03:03:43 pm »
You don't have to check out medai player classic... I can guarantee you that the old version of wmp is on EVERY machine that has a recent version of wmp installed.  That is because wmp classic is installed along with it under the name "mplayer2" as the other poster talked about.  

Btw you don't have to go to all of that trouble with the path.....

try "start mplayer2.exe /play /close /fullscreen filename.mpg"

mplayer2 is a registered windows program, and therefore you never have to type the path as long as you type "start" first.  This goes for a ton of windows apps (like notepad)  Just a tip there.  :)

stuzza

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 499
  • Last login:May 13, 2025, 09:19:19 pm
  • I'm a llama!
    • ScreenshotArchive
Re:Anyone know a command line Video Player?
« Reply #4 on: July 19, 2003, 11:19:51 pm »
Great tip Howard!  Didn't know that neat trick.  You programmers always like to cut code down to the least number of lines don't you!  :) lol