
Recherche avancée
Autres articles (106)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)
Sur d’autres sites (12864)
-
MPEG4 X264 vs NVENC H264 encoding play compatibility on old devices
28 mars 2021, par RootI always encoding videos on
x264
, this encoding work well on old devices or mobile phones.

To increase the encoding speed I try to replace encoding method withNVENC H264
with nVidia GPU.

Question 1 : Device combability for play the
NVENC H264
is different withx264
?

Question 2 : Old devices can playNVENC H264
file same asx264
?

Old devices : (All devices that can play x264) Android 6+, TV Setup box, TV, Google chrome 48+


-
MPEG4 X264 vs NVENC H264 encoding play compatibility on old devices
28 mars 2021, par RootI always encoding videos on
x264
, this encoding work well on old devices or mobile phones.

To increase the encoding speed I try to replace encoding method withNVENC H264
with nVidia GPU.

Question 1 : Device combability for play the
NVENC H264
is different withx264
?

Question 2 : Old devices can playNVENC H264
file same asx264
?

Old devices : (All devices that can play x264) Android 6+, TV Setup box, TV, Google chrome 48+


-
How to make video (of any format) compatible to play in android's default player ?
24 janvier 2014, par AartiI want to play video urls from server in device's video player,but unable to play all videos
Testing on HTC Desire (4.1.1), Panasonic (4.1.3), Samsung G S2(2.3.6).I've already gone through following links
Sorry, this video cannot be played - streaming mp4 to android and
How to Play Streaming Audio/Video from a url ?
but did not found working solution.I understand few imp things from above,
- Video must be baseline H264 encoded for playing successfully on all devices
- For encoding any kind of video to H264, we need to integret ffmpeg
My questions are,
- How exactly I can convert any format of video to H264 baseline support ? Examples are appreciated.
- Is there any alternate way for FFMPEG ?
- How can I check if video is baseline H.264 ?
I have tried playing videos with both Intent ACTION_VIEW & MediaController, result was same for both.
Its very urgent. Any kind of help or hint appreciated. Thank You.