Recherche avancée

Médias (91)

Autres articles (44)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (2792)

  • How to add this line to FFMPEG batch command ? [closed]

    10 décembre 2020, par user7959439

    I inherited a batch command that takes every png file inside the folder (with the .exe and the command inside) and converts it into a webp file.

    


    for /r %%F in (*.png) do (
    ffmpeg.exe -y -i "%%F" -compression_level 6 "%%~dpnF.webp"
    if not errorlevel 1 if exist "%%~dpnF.webp" del /q "%%F"
)


    


    I want to add a line that at the same time checks for any mp4 files and converts them to gifs.

    


    This is the line

    


    ffmpeg -i input.mp4 -vf "fps=10,scale=320:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 output.gif


    


    I tried something like but it doesn't work.

    


    for /r %%F in (*.png) do (
    ffmpeg.exe -y -i "%%F" -compression_level 6 "%%~dpnF.webp"
    if not errorlevel 1 if exist "%%~dpnF.webp" del /q "%%F"
)


for /r %%F in (*.mp4) do (
    ffmpeg.exe -y -vf "fps=10,scale=320:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 "%%~dpnF.gif"
    if not errorlevel 1 if exist "%%~dpnF.mp4" del /q "%%F"
)


    


  • libxvid : fix missing end of line character

    7 avril 2014, par Vittorio Giovara
    libxvid : fix missing end of line character
    

    Error introduced in 5ce7ca68b86856ee8e9d6530dffdadc4eca4f8d1.

    • [DH] libavcodec/libxvid.c
  • vf_frei0r : fix missing end of line character

    4 mars 2014, par Vittorio Giovara
    vf_frei0r : fix missing end of line character
    

    Error introduced in 61b323ce7c7cdc101eadfd7de2203922b8a39e8d.

    • [DH] libavfilter/vf_frei0r.c