Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (106)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

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

    This page lists some websites based on MediaSPIP.

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le 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 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+

    


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