How can I play a .h264 video in a box?

Post your Gambas programming questions here.
Post Reply
User avatar
Gamba_Dance
Posts: 11
Joined: Wednesday 30th September 2020 8:43am

How can I play a .h264 video in a box?

Post by Gamba_Dance »

Hallo,

while experimenting with the pi cam, I found out, how to store videos with different parameters,
but I could not replay it in a form-box, f.e. MovieBox, because there is no format available,
which is compatible to the recording file "filename.h264". Any idea, how to fetch this problem?

Greetings from GD
If even one line of "Hello World" program code requires an intelligent :idea: riginator, how can anyone claim that the human genome with 3,300,000,000 lines :o f intelligent code could have been created by chance :?:
vuott
Posts: 262
Joined: Wednesday 5th April 2017 6:07pm
Location: European Union

Re: How can I play a .h264 video in a box?

Post by vuott »

About the videos in my opinion you have to prefer and to use MediaView Object by activating gb.media and gb.media.form Components:

http://gambaswiki.org/wiki/comp/gb.media.form/mediaview
Europaeus sum !

Amare memorentes atque deflentes ad mortem silenter labimur.
User avatar
Gamba_Dance
Posts: 11
Joined: Wednesday 30th September 2020 8:43am

Re: How can I play a .h264 video in a box?

Post by Gamba_Dance »

Thank you, that looks better. But I still don't know how I can start the .h264 video
with this player..
If even one line of "Hello World" program code requires an intelligent :idea: riginator, how can anyone claim that the human genome with 3,300,000,000 lines :o f intelligent code could have been created by chance :?:
User avatar
cogier
Site Admin
Posts: 1125
Joined: Wednesday 21st September 2016 2:22pm
Location: Guernsey, Channel Islands

Re: How can I play a .h264 video in a box?

Post by cogier »

Have a look at my VerySimpleVideoPlayer

I downloaded 2 x h264 videos and they worked OK.

Image
User avatar
Gamba_Dance
Posts: 11
Joined: Wednesday 30th September 2020 8:43am

Re: How can I play a .h264 video in a box?

Post by Gamba_Dance »

Thank you very much!
If even one line of "Hello World" program code requires an intelligent :idea: riginator, how can anyone claim that the human genome with 3,300,000,000 lines :o f intelligent code could have been created by chance :?:
Post Reply