Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (67)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (8541)

  • youtube-dl download best quality and then convert to mp4 and mp3

    31 mars 2017, par JoJota

    I’m trying to download the best audio and video formats of a video with youtube-dl in python. After the download has finished youtube-dl should convert the video to mp4 and the audio to mp3 with the best video and audio quality. The original video and audio files should then get removed after the conversion is done.

    Is it possible to do this with only one command or especially with a maximum of two downloads (best video and best audio) ?

  • libavformat/mov : Fix memory leak, need to free the chapter tracks array

    5 avril 2017, par Thierry Foucu
    libavformat/mov : Fix memory leak, need to free the chapter tracks array
    

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

    • [DH] libavformat/mov.c
  • vf_deshake : Avoid doing a malloc+free for every single frame.

    1er septembre 2014, par Reimar Döffinger
    vf_deshake : Avoid doing a malloc+free for every single frame.
    

    Signed-off-by : Reimar Döffinger <Reimar.Doeffinger@gmx.de>

    • [DH] libavfilter/deshake.h
    • [DH] libavfilter/vf_deshake.c