Recherche avancée

Médias (91)

Autres articles (28)

  • 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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

  • fate : add audiomatch

    21 mars 2016, par Michael Niedermayer
    fate : add audiomatch
    

    Testset provided by Justin Greer <justin@zencoder.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] .gitignore
    • [DH] Makefile
    • [DH] tests/Makefile
    • [DH] tests/audiomatch.c
    • [DH] tests/fate-run.sh
    • [DH] tests/fate/gapless.mak
    • [DH] tests/ref/fate/audiomatch-afconvert-16000-mono-he-adts
    • [DH] tests/ref/fate/audiomatch-afconvert-16000-mono-he-m4a
    • [DH] tests/ref/fate/audiomatch-afconvert-16000-mono-lc-adts
    • [DH] tests/ref/fate/audiomatch-afconvert-16000-mono-lc-m4a
    • [DH] tests/ref/fate/audiomatch-afconvert-16000-stereo-he-adts
    • [DH] tests/ref/fate/audiomatch-afconvert-16000-stereo-he-m4a
    • [DH] tests/ref/fate/audiomatch-afconvert-16000-stereo-he2-adts
    • [DH] tests/ref/fate/audiomatch-afconvert-16000-stereo-he2-m4a
    • [DH] tests/ref/fate/audiomatch-afconvert-16000-stereo-lc-adts
    • [DH] tests/ref/fate/audiomatch-afconvert-16000-stereo-lc-m4a
    • [DH] tests/ref/fate/audiomatch-afconvert-44100-mono-he-adts
    • [DH] tests/ref/fate/audiomatch-afconvert-44100-mono-he-m4a
    • [DH] tests/ref/fate/audiomatch-afconvert-44100-mono-lc-adts
    • [DH] tests/ref/fate/audiomatch-afconvert-44100-mono-lc-m4a
    • [DH] tests/ref/fate/audiomatch-afconvert-44100-stereo-he-adts
    • [DH] tests/ref/fate/audiomatch-afconvert-44100-stereo-he-m4a
    • [DH] tests/ref/fate/audiomatch-afconvert-44100-stereo-he2-adts
    • [DH] tests/ref/fate/audiomatch-afconvert-44100-stereo-he2-m4a
    • [DH] tests/ref/fate/audiomatch-afconvert-44100-stereo-lc-adts
    • [DH] tests/ref/fate/audiomatch-afconvert-44100-stereo-lc-m4a
    • [DH] tests/ref/fate/audiomatch-dolby-44100-mono-he-mp4
    • [DH] tests/ref/fate/audiomatch-dolby-44100-mono-lc-mp4
    • [DH] tests/ref/fate/audiomatch-dolby-44100-stereo-he-mp4
    • [DH] tests/ref/fate/audiomatch-dolby-44100-stereo-he2-mp4
    • [DH] tests/ref/fate/audiomatch-dolby-44100-stereo-lc-mp4
    • [DH] tests/ref/fate/audiomatch-faac-16000-mono-lc-adts
    • [DH] tests/ref/fate/audiomatch-faac-16000-mono-lc-m4a
    • [DH] tests/ref/fate/audiomatch-faac-16000-stereo-lc-adts
    • [DH] tests/ref/fate/audiomatch-faac-16000-stereo-lc-m4a
    • [DH] tests/ref/fate/audiomatch-faac-44100-mono-lc-adts
    • [DH] tests/ref/fate/audiomatch-faac-44100-mono-lc-m4a
    • [DH] tests/ref/fate/audiomatch-faac-44100-stereo-lc-adts
    • [DH] tests/ref/fate/audiomatch-faac-44100-stereo-lc-m4a
    • [DH] tests/ref/fate/audiomatch-nero-16000-mono-he-m4a
    • [DH] tests/ref/fate/audiomatch-nero-16000-mono-lc-m4a
    • [DH] tests/ref/fate/audiomatch-nero-16000-stereo-he-m4a
    • [DH] tests/ref/fate/audiomatch-nero-16000-stereo-he2-m4a
    • [DH] tests/ref/fate/audiomatch-nero-16000-stereo-lc-m4a
    • [DH] tests/ref/fate/audiomatch-nero-44100-mono-he-m4a
    • [DH] tests/ref/fate/audiomatch-nero-44100-mono-lc-m4a
    • [DH] tests/ref/fate/audiomatch-nero-44100-stereo-he-m4a
    • [DH] tests/ref/fate/audiomatch-nero-44100-stereo-he2-m4a
    • [DH] tests/ref/fate/audiomatch-nero-44100-stereo-lc-m4a
    • [DH] tests/ref/fate/audiomatch-quicktime7-44100-stereo-lc-mp4
    • [DH] tests/ref/fate/audiomatch-quicktimeX-44100-stereo-lc-m4a
    • [DH] tests/ref/fate/audiomatch-square-aac
    • [DH] tests/ref/fate/audiomatch-square-mp3
  • qsv : dump more info in error, debug and verbose mode

    5 janvier 2021, par Haihao Xiang
    qsv : dump more info in error, debug and verbose mode
    

    Dump iopattern mode and the SDK error/warning desciptions for qsv based
    filters and iopattern mode for qsvenc

    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>
    Signed-off-by : Linjie Fu <linjie.justin.fu@gmail.com

    • [DH] libavcodec/qsvenc.c
    • [DH] libavfilter/qsvvpp.c
    • [DH] libavfilter/vf_deinterlace_qsv.c
    • [DH] libavfilter/vf_scale_qsv.c
  • Call system package with Go on App Engine Standard

    8 novembre 2019, par reidreid46

    I’m trying to use FFmpeg in a Go application thats running on Google App Engine Standard. I can get this to run locally, when I point to a local instance of the FFmpeg binary using exec.Command()

    cmd := exec.Command(
       "/Users/justin/Desktop/conversion/ffmpeg", // this won't work on a remote server
       "-i", "pipe:0",
       "-ac", "1",
       "-codec:a", "libmp3lame",
       "-b:a", "48k",
       "-ar", "24000",
       "-f", "mp3",
       "pipe:1",
     )

     cmd.Stdin = bytes.NewReader(synthResp.AudioContent)

     var output bytes.Buffer
     cmd.Stdout = &amp;output
     err = cmd.Run()

    Obviously, this won’t work when I deploy the application, so I need a way to point to a hosted version of the FFmpeg binary. It seems ffmpeg is a system package for the go1.11 App Engine Standard environment.

    What are "System packages" and how do I use them ?
    When I look for documentation, I find a lot of documentation on apt-get, and no documentation on how to use them, App Engine or otherwise. Do I need to install it, or should it already be part of the container(?) that App Engine is running ?

    Do I call it, like I’d call other executables ? If so, that I’d expect this to work, but it doesn’t

    cmd := exec.Command(
       "ffmpeg", // &lt;------ what should this be?
       "-i", "pipe:0",
       "-ac", "1",
       "-codec:a", "libmp3lame",
       "-b:a", "48k",
       "-ar", "24000",
       "-f", "mp3",
       "pipe:1",
     )

     cmd.Stdin = bytes.NewReader(synthResp.AudioContent)

     var output bytes.Buffer
     cmd.Stdout = &amp;output
     err = cmd.Run()

    Logging err, I see exec: "ffmpeg": executable file not found in $PATH