Recherche avancée

Médias (91)

Autres articles (36)

  • 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

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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (4947)

  • Anomalie #2778 : En back office, l’URL indiquée sous le titre d’un article n’est pas la dernière c...

    2 juillet 2012, par cedric -

    L’url qui a la priorité est celle avec un id_parent renseigné, ce qui n’est pas le cas de ton URL personalisée Le décodage produit une 404 car ton URL est arborescente (présence de /) donc c’est le module "arborescent" qui est chargé de décoder, et ton format de représentation ne colle pas au format (...)

  • How to convert mpeg-dash files back to mp4 or mkv via FFMPEG

    15 janvier 2017, par Saif Ullah

    Recently I tried downloading a video file via a program called "video cache view", it created two video files instead of one numbered as mpegdashtmp1.mp4 which are i guess in some mpeg-dash format. I searched about it and came to know that out of these two files one should contain the audio and the other will be the video part. How can I convert those files to mp4/mkv via FFMPEG.

  • tests/*.sh : Switch back to /bin/sh.

    27 novembre 2014, par Erik de Castro Lopo
    tests/*.sh : Switch back to /bin/sh.
    

    Jan Stary reported that on OpenBSD bash isn’t located in /bin/
    which means that the test fail. He also noted that there didn’t
    seem to be anything bash specific in the tests.

    This patch takes some suggestions from Jan, plus a few fixes tested
    on Debian using the bin/sh provided by bash and dash.

    Suggested-by : Jan Stary <hans@stare.cz>

    • [DH] test/common.sh.in
    • [DH] test/test_bins.sh
    • [DH] test/test_compression.sh
    • [DH] test/test_flac.sh
    • [DH] test/test_grabbag.sh
    • [DH] test/test_libFLAC++.sh
    • [DH] test/test_libFLAC.sh
    • [DH] test/test_metaflac.sh
    • [DH] test/test_replaygain.sh
    • [DH] test/test_seeking.sh
    • [DH] test/test_streams.sh
    • [DH] test/test_wrapper.sh