
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (47)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (10931)
-
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.
-
Convert MP4 file to play on multiple browsers [on hold]
3 mars 2015, par AshleyWIs there a way I can convert MP4 files to formats like webm and mov without the use of ffmpeg so I can get videos to play on multiple browsers ?
I am avoiding ffmpeg as from what I’ve been told is it uses a lot of resources so its not ideal for normal shared hosting and more ideal for private servers.