Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (47)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip 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, par

    Unlike 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, par

    MediaSPIP 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 Root

    I 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 with NVENC H264 with nVidia GPU.

    


    Question 1 : Device combability for play the NVENC H264 is different with x264 ?
    
Question 2 : Old devices can play NVENC H264 file same as x264 ?

    


    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 Aarti

    I 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,

    1. Video must be baseline H264 encoded for playing successfully on all devices
    2. For encoding any kind of video to H264, we need to integret ffmpeg

    My questions are,

    1. How exactly I can convert any format of video to H264 baseline support ? Examples are appreciated.
    2. Is there any alternate way for FFMPEG ?
    3. 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 AshleyW

    Is 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.