-----------------------------------------------------------------------------------
Download
MP4 Player & Downloader from
My PureBasic Stuff-----------------------------------------------------------------------------------
Tricks 'n' TipsPureBasic Interface to OpenCVPureBasic Interface to WinDivertPureBasic Interface to WinRARPureBasic Interface to 7-ZipPureBasic Interface to ImDiskWindows Services & Other StuffInvading Space AliensDeath Star vs AsteroidsGIF ToolkitLSB File EmbeddingSpider Web DrawingDeform Image: MLSVideo Snipping ToolStitch Images: SIFTImage Waves: LUTYouTube Player & DownloaderMP4 Player & DownloaderBarcode GeneratorEmbed JS into PureBasicGeolocation: Google MapsBook & Viewer & MagnifyVideo for Windows: VfWAlternate ConsoleNetwork Share Management-----------------------------------------------------------------------------------
FEATURES- resizable window
- full screen mode
- save video downloaded from URL
- save snapshot of current frame
- numerous command parameters
Player Window:
-
F1 Key: Toggle Shortcut Menu
-
F2 Key: Open MP4 File (path or URL)
-
F3 Key: Open Thumbnail Viewer
-
F4 Key: Save Video Frame
-
F12 Key: Reload Default Video
-
Esc Key: Exit Full Screen / Close Window
Command Parameters-
MP4 || MP4Video : set a start video when the player is opened
-
M || Maximized : open the window maximzed (
DEFAULT: 0 || 1)
-
X : open the window at x location
-
Y : open the window at y location
-
W || Width : set the starting window width
-
H || Height : set the starting window height
-
MW || MinWidth : set the minimum window width
-
MH || MinHeight : set the minimum window height
-
FS || FullScreen : open the window in full screen (
DEFAULT: 0 || 1)
-
FSX || FullScreenX : open the window in full screen at x location
-
FSY || FullScreenY : open the window in full screen at y location
-
FSW || FullScreenWidth : set the full screen width
-
FSH || FullScreenHeight : set the full screen height
-
AS || AutoStart : attempt to start the video without user interaction (
DEFAULT: 1 || 0)
-
LV || LoopVideo : restart the video after it completes (
DEFAULT: 1 || 0)
-
SV || SaveVideo : save the video downloaded from a URL (
DEFAULT: 1 || 0)
-
PO || PlayerOnly : play the video without first fully downloading (
DEFAULT: 0 || 1)
-
TR || ThumbnailRatio : set the thumbnail save-size ratio (
DEFAULT: 0.25 || 0.25 - 1)