News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

MediaPlayer

Started by fearless, August 29, 2024, 04:05:42 AM

Previous topic - Next topic

ognil

#30
Great job fearless, :thumbsup:  :thumbsup:

Any clue how to play .mp4 files from the link via your player?

Link: https://www.elecard.com/videos

Thank you.
"Not keeping emotions under control is another type of mental distortion."

fearless

I tested those media files and others a few weeks ago and found the only ones I could get to play where:

City Hall - AV01
Ushaika river emb. - VP9
Tomsk State University - HEVC/H.265
Tomsk Theater Square - AVC/H264

The other ones did not work.

It may be that certain codecs are required to be installed to get those files to play, especially the HEVC/H.265 - I have the Microsoft HEVC codec installed, purchased from the Microsoft Store.

Biterider

Hi fearless
Nice lean and efficient interface. Congrats  :thumbsup:

Biterider

greenozon

#33
Quote from: fearless on September 26, 2024, 01:58:04 AMI have the Microsoft HEVC codec installed, purchased from the Microsoft Store.

0.99$ is the price for it?

https://apps.microsoft.com/detail/9nmzlz57r3t7?hl=en-US&gl=US

fearless

@Biterider - thanks. Yes I try to keep the UI simple and clean. Still a few more things that I want to add to it.

@greenozon - yes thats the one, cost me about €1. Also looking at the MS Store, I have the AV1 Video Extension installed as well.

fearless

v1.0.0.5

https://github.com/mrfearless/MediaPlayer/releases/tag/1.0.0.5

  • Moved Spacebar play/pause toggle to accelerator table instead of WM_KEYDOWN.
  • Set focus on media player video window on enter fullscreen to allow Escape key to exit fullscreen.
  • Hide controls and cursor after 3 seconds in fullscreen mode, show controls and cursor on WM_MOUSEMOVE or exit of fullscreen.
  • Controls do not hide if fullscreen and an audio track is loaded.