Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (60)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (4694)

  • mp4 video loading forever and does not open of Samsung TV

    16 août 2020, par Amira Elsayed Ismail

    I have two mp4 files one is working on Samsung TV and the second one is not working, it keep loading forever

    


    I have checked the codec of both and the are the same , the only change is the bitrate is different, could that be the reason of not being able to play the video on TV

    


    and if yes how to solve t using vlc program or any ffmpeg code that convert it

    


    enter image description here

    


    enter image description here

    


    enter image description here

    


  • doc/examples : Always open files as "binary", not "text".

    25 juin 2020, par Carl Eugen Hoyos
    doc/examples : Always open files as "binary", not "text".
    

    Fixes ticket #8638.

    • [DH] doc/examples/decode_video.c
    • [DH] doc/examples/hw_decode.c
  • I can find file in my computer , but it can't open

    12 septembre 2020, par Wendy Chen
     using FFMPEG
 FFMPEG.exe("-i", "rtsp://......@.....", "-t" , "00:00:10","output.mp4")


    


    but it showed

    


     [udp @ 00000265e8aa8c80] 'circular_buffer_size' option was set but it is not 
 supported on this build (pthread support is required)
 [udp @ 00000265e8ab8f80] 'circular_buffer_size' option was set but it is not 
 supported on this build (pthread support is required)
 [udp @ 00000265e8ac9800] 'circular_buffer_size' option was set but it is not 
 supported on this build (pthread support is required)
 [udp @ 00000265e8ad9ac0] 'circular_buffer_size' option was set but it is not 
 supported on this build (pthread support is required)
 [rtsp @ 00000265e8aa6200] UDP timeout, retrying with TCP
 [rtsp @ 00000265e8aa6200] method PAUSE failed: 401 Unauthorized
 [rtsp @ 00000265e8aa6200] Could not find codec parameters for stream 0 (Video: h264, 
 none): unspecified size


    


    I can find file in my computer , but it can't play.
What I need to add ?