Recherche avancée

Médias (0)

Mot : - Tags -/xml-rpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (73)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

Sur d’autres sites (12286)

  • lavf : Don’t try to update files atomically with renames on windows

    18 novembre 2014, par Martin Storsjö
    lavf : Don’t try to update files atomically with renames on windows
    

    On windows, rename(2) will fail if the target file exists. On
    unix this trick is used to make sure that people reading the file
    either will get the full previous file, or the full new version
    of the file, but no intermediate version.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/dashenc.c
    • [DH] libavformat/hdsenc.c
    • [DH] libavformat/internal.h
    • [DH] libavformat/smoothstreamingenc.c
  • ffmpeg mov to mp4 plays fine on linux no video on windows

    26 février 2018, par scopa

    I am using the cmd ffmpeg -i MAG.mov -c:a aac -strict -2 MAG.mp4

    On my linux box playback video & audio is fine. On Windows there is audio only. Any idea how to fix ?

  • Create a bat file to exit FFMPEG (Windows)

    18 décembre 2024, par user3812737

    Hello everyone I am using this bat file in order to capture my screen.

    &#xA;&#xA;

    ffmpeg -f dshow -i video=screen-capture-recorder -r 240001001 -q 1 lma_recording.avi&#xA;

    &#xA;&#xA;

    When I press the q button the video capture stops.

    &#xA;&#xA;

    However I would like to stop the screen capturing with another bat file.

    &#xA;&#xA;

    I have tried this :

    &#xA;&#xA;

    taskkill /im ffmpeg.exe

    &#xA;&#xA;

    without luck

    &#xA;&#xA;

    Any suggestions ?

    &#xA;