Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

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

Autres articles (54)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

  • Revision 90874 : revert de 90704 il y a bien une erreur, (merci RastaPopoulos et ...

    11 juin 2018, par tofulm@… — Log

    revert de 90704
    il y a bien une erreur, (merci RastaPopoulos ? et désolé)
    Je préfère revenir en arrière pour l’instant et voir par la suite

  • Using Cut with Fast Seek -ss -to and HH:MM:SS:MS

    1er avril 2019, par Matt McManis

    I’m trying to cut a video using -ss and -to using HH:MM:SS:MS time.

    I’m using -to instead of -t because I want the cut to be "between" a time range and not "up to" time.
    I also have to use -to because it’s needed for another program’s time input textbox I’m using. I won’t be able to use -t for this case.

    Example :

    https://superuser.com/a/670590

    -ss 00:01:00:00 -to 00:02:00:00 cut starts at minute 1, ends at minute 2.
    -ss 00:01:00:00 -t 00:02:00:00 cut starts at minute 1, ends at minute 3.

    https://trac.ffmpeg.org/wiki/Seeking#Cuttingsmallsections


    Problem

    I’m not able to use Fast Seek, -ss before the -i, -to after.

    I’m only able to use Slow Seek, -ss and -to after the -i.


    1. Fast

    Doesn’t Work

    This cuts a minute ahead of what’s in the time.

    Cuts from 00:01:00 to 00:03:00, using the faster seek.

    ffmpeg -ss 00:01:00 -i video.mp4 -to 00:02:00 -c copy cut.mp4

    2. Slow

    Works

    I’m trying to do this but with fast seek.

    Cuts from 00:01:00 to 00:02:00, using the slower seek.

    ffmpeg -i video.mp4 -ss 00:01:00 -to 00:02:00 -c copy cut.mp4

    3. Fast

    Works (with problems)

    -copyts ruins video time bar in player.

    Cuts from 00:01:00 to 00:02:00, using the faster seek.

    ffmpeg -ss 00:01:00 -i video.mp4 -to 00:02:00 -c copy -copyts cut.mp4
  • Revision 66261 : Une branche experimentale pour integrer BootStrap. Dev ONLY. DO NOT USE IN ...

    26 septembre 2012, par cedric@… — Log

    Une branche experimentale pour integrer BootStrap ?. Dev ONLY. DO NOT USE IN PRODUCTION