Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (67)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (12429)

  • FFMPEG cannot find openCV while integrating modified HEVC

    12 mai 2017, par haider ali

    We modified HEVC (open-source downloaded from bitbucket) encoder and have included some openCV libraries.
    It works perfect on visual studio.

    Problem :
    FFMPEG is unable to find openCV libraries.

    Please suggest us a solution ?

    Are there any other software in which we can integrate our customized HEVC library ?

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

    


  • avutil/log : Add av_log_once() for printing a message just once with a high log level

    16 janvier 2020, par Michael Niedermayer
    avutil/log : Add av_log_once() for printing a message just once with a high log level
    

    Compared to ad-hoc if(printed) ... code this allows the user to disable
    it by adjusting the log level

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/APIchanges
    • [DH] libavutil/log.c
    • [DH] libavutil/log.h
    • [DH] libavutil/version.h