Recherche avancée

Médias (1)

Mot : - Tags -/embed

Autres articles (58)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (9050)

  • Overlay video after set time offset with FFmpeg

    5 août 2012, par Produitbrut

    I'm trying to add overlays to an input video with ffmpeg that appear some time after the video starts.

    The basic way to add an overlay is :

    ffmpeg -i in.avi -vf "movie=overlay.avi [ovl]; [in][ovl] overlay" out.avi

    But this adds the overlay video (or image) from the start of the input video until one of the videos ends.

    I know how to offset the overlay video using movie=overlay.avi:seek_point=1.4, but what about an offset on the input video ?

    I could always clip the video to the desired point, add overlay on the second clip, then stitch the two but that's not very efficient.

  • Running ffmpeg with Mac's Automator to remove metadata

    11 février 2019, par sd100

    Hi so I am having problems running ffmpeg on a folder of movie files with Mac’s automator. My goal is to select a folder and right click/select service and automatically the script should run on only movie files (of mp4 type).

    So I have a Automator workflow receives files or folders in finder. Then I have "Selected Finder items" and then run shell script (code below).

    This works but firstly it gives the ffmpeg verbose output in the results window in the mac which I have to press ok. I tried the "-hide_banner -loglevel panic" but the script doesn’t work then.

    Secondly the "Selected finder items" works but I want to only select a folder and automatically the automator script should go in the folder and run the shell script on only mp4 files (movie).

    Is there anyway to set both requirements ? Any advise would be appreciated !

    Code I’ve tried :

    for f in "$@"
    do
    /usr/local/bin/ffmpeg -i "$f" -map_metadata -1 -c:v copy -c:a copy "$f%.mp4"-new.mp4 ;
    done

    Also am trying to move all converted mp4 files to a directory in the current directory with shell code like this :

    for f in *.mp4 ; do ffmpeg -i "$f" -map_metadata -1 -c:v copy -c:a copy "converted/$f" ; done

    This doesn’t work either in automator as I don’t know how to move the ffmpeg output files into another directory via automator.

  • Anomalie #2427 (Nouveau) : vignette sur image trop grosse

    24 novembre 2011, par Ben .

    15:02 reprenons 15:03 de ce que tu décris et ce qui arrive de temps en temps : 15:03 un utilisateur poste une GROSSE image, SPIP essaye de générer une vignette de cette image, mais php n’y arrive pas car pas assez de mémoire en général 15:03 ok 15:04 fil> c’st affreux comme situation Benny_b (...)