Media Player [Windows]

Share your advanced PureBasic knowledge/code with the community.
RASHAD
PureBasic Expert
PureBasic Expert
Posts: 4636
Joined: Sun Apr 12, 2009 6:27 am

Re: Media Player [Windows]

Post by RASHAD »

Hi dige
New version updated :)
I just sent to you the necessary files to your email
Inform me when you receive them

I do not like Menu ,Drop down Menu or Tool bars
Straight ahead (One click to get your aim) :P
Egypt my love
dige
Addict
Addict
Posts: 1247
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Re: Media Player [Windows]

Post by dige »

Well done! The new version works like a charm :D
Got your mail. But need some days, to boost my brain to get it all.. 8)
"Daddy, I'll run faster, then it is not so far..."
dige
Addict
Addict
Posts: 1247
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Re: Media Player [Windows]

Post by dige »

Hi RASHAD, is using the Tweaker the only way, to change the playback codec? Unfortunately this tool
needs always admin rights..

ciao dige
"Daddy, I'll run faster, then it is not so far..."
RASHAD
PureBasic Expert
PureBasic Expert
Posts: 4636
Joined: Sun Apr 12, 2009 6:27 am

Re: Media Player [Windows]

Post by RASHAD »

Removed
Last edited by RASHAD on Mon Mar 20, 2017 9:20 am, edited 1 time in total.
Egypt my love
JHPJHP
Addict
Addict
Posts: 2129
Joined: Sat Oct 09, 2010 3:47 am
Contact:

Re: Media Player [Windows]

Post by JHPJHP »

Hi RASHAD,
RASHAD wrote:There is a command line utility (SetACL.exe) some coders use it to manage the File System Permissions
It looks ugly to me (I do not like it)
See Services, Stuff, and Shellhook
- Stuff\OtherStuff\FileSecurity.pb

NB*: Various parts of the package can be downloaded separately.
RASHAD
PureBasic Expert
PureBasic Expert
Posts: 4636
Joined: Sun Apr 12, 2009 6:27 am

Re: Media Player [Windows]

Post by RASHAD »

Hi JHPJHP
Thanks for the great code and for informing me about it
I will take a deep look soon

@dige
Good news, I just found a way to do it without admin rights
It is good news for you and me as well :P
I will upload it soon

RASHAD
Egypt my love
dige
Addict
Addict
Posts: 1247
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Re: Media Player [Windows]

Post by dige »

Great! Sounds good :)
"Daddy, I'll run faster, then it is not so far..."
RASHAD
PureBasic Expert
PureBasic Expert
Posts: 4636
Joined: Sun Apr 12, 2009 6:27 am

Re: Media Player [Windows]

Post by RASHAD »

New version

- Almost close
- Using Overlay window(Hardware acceleration)
- Very smooth resizing
- Vivid and crisp movies
- Automatic loading subtitles
- Fixing filters in case of uninstalling other codecs pack
- XP compatible with some limitations
- 7,8,8.1 & 10 compatible
- And more

Have fun
RASHAD

Edit :Fixed some bugs
Last edited by RASHAD on Tue Mar 21, 2017 5:38 pm, edited 1 time in total.
Egypt my love
dige
Addict
Addict
Posts: 1247
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Re: Media Player [Windows]

Post by dige »

@RASHAD: thx for the new version, but it still needs admin rights, doesnt it?

Ciao Dige
"Daddy, I'll run faster, then it is not so far..."
RASHAD
PureBasic Expert
PureBasic Expert
Posts: 4636
Joined: Sun Apr 12, 2009 6:27 am

Re: Media Player [Windows]

Post by RASHAD »

Hi dige
Try the next version and report to assure that the work aound
is OK
Use the General Options
- Unregister the ActiveX
- Load any movie if it failed to run
- Register the ActiveX again then load the movie to be sure that the 2 functions are working OK
If it is I will soon upload the changes to your mail
Last edited by RASHAD on Tue Mar 28, 2017 8:37 pm, edited 1 time in total.
Egypt my love
dige
Addict
Addict
Posts: 1247
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Re: Media Player [Windows]

Post by dige »

Hi RASHAD, yes! It works! :D

After UNregister_ax.exe .. Render failed .. and after running Register_ax.exe it works fine! Great job! :D

Ciao dige
"Daddy, I'll run faster, then it is not so far..."
RASHAD
PureBasic Expert
PureBasic Expert
Posts: 4636
Joined: Sun Apr 12, 2009 6:27 am

Re: Media Player [Windows]

Post by RASHAD »

https://1drv.ms/u/s!Ai-mxxjiojo7e2Bd3iVCj6N-XZk

Hi dige
New update
- Many bugs fixed
- Added some new effects for ffdshow filter
- Added the capability to change the preferred filters (ffdshow-LAV-MS default) at the beginning
- Added free tool (Media Preview) as extension to Explorer
(Like it more than Icaros)

- And more

Have fun
RASHAD
Egypt my love
dige
Addict
Addict
Posts: 1247
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Re: Media Player [Windows]

Post by dige »

Thanks mate! Will you send me an email again?
"Daddy, I'll run faster, then it is not so far..."
dige
Addict
Addict
Posts: 1247
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Re: Media Player [Windows]

Post by dige »

@RASHAD: did you get my email?
"Daddy, I'll run faster, then it is not so far..."
chris319
Enthusiast
Enthusiast
Posts: 782
Joined: Mon Oct 24, 2005 1:05 pm

Re: Media Player [Windows]

Post by chris319 »

Code: Select all

Line 702: Label not found (Mute3).
Post Reply