Search found 6 matches

by spataro
Mon May 07, 2012 12:35 pm
Forum: Coding Questions
Topic: How to develop a video audio player ?
Replies: 10
Views: 5746

Re: How to develop a video audio player ?

Use a program to inject the right code into an html gadget, and it can play
anything, from videos to pics, and music.

you can use src, dynsrc, or object to do what you want.

Did you do it ?

I've done on win 7 purebasic 64, but it seems it doesn't support all videos. Let me explain.

I've run ...
by spataro
Thu May 03, 2012 2:57 pm
Forum: Feature Requests and Wishlists
Topic: MovieSeek and MovieAudio
Replies: 3
Views: 1269

Re: Video-Library


Please revised the video-library.

I agree. I follow Purebasic since years, even if I don't yet use it. One reason is this: I need to interact with standard players (video AND audio) for both win and mac, better if also linux.
Or perhaps a solution to install vlc "inside".
Thanks again to all ...
by spataro
Thu May 03, 2012 2:51 pm
Forum: Coding Questions
Topic: How to develop a video audio player ?
Replies: 10
Views: 5746

Re: How to develop a video audio player ?

Basically you want to write a DirectShow wrapper. Forum member, Inc, wrote a Dshow wrapper and Rashad has also done some work on it trying to help me get what I wanted.
...
"Greenforce Player".


Useful infos. I've read about greenforce player, but just for the beginning I was looking for ...
by spataro
Mon Apr 23, 2012 12:12 pm
Forum: Coding Questions
Topic: How to develop a video audio player ?
Replies: 10
Views: 5746

Re: How to develop a video audio player ?

A codec pack like CCCP (Combined Community Codec Project) will sort most of this out for you.

thanks for your answer.

I've checked the property of my video file: it's mpeg-4 mp4v and mpeg aac audio (mp4a)

Perhaps I'm missing something: I have the codec on my desktop, why should I install a ...
by spataro
Thu Apr 19, 2012 10:27 pm
Forum: Coding Questions
Topic: How to develop a video audio player ?
Replies: 10
Views: 5746

Re: How to develop a video audio player ?

No, something easier. A simple object inside a window with a player

Thanks
by spataro
Thu Apr 19, 2012 2:05 pm
Forum: Coding Questions
Topic: How to develop a video audio player ?
Replies: 10
Views: 5746

How to develop a video audio player ?

I'm a newbie in purebasic, sorry if it is a stupid question.

I'm developing a simple application to download some videos and / or audio files from the web.

The idea is to receive a list of videos, download and play even offline.

I was making some test with Movie example file: it supports mpg ...