Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (79)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • 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

Sur d’autres sites (11364)

  • ffplay : factorize thread starting and stopping code into decoder

    26 octobre 2014, par Marton Balint
    ffplay : factorize thread starting and stopping code into decoder
    

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] ffplay.c
  • Starting multiple upstart services after a parent service

    16 mars 2013, par CoryG

    I'm trying to configure upstart to start an ffserver process and many (21) ffmpeg processes - the ffmpeg processes must be started after the ffserver process and all of them should be respawned if they stop.

    So far, for the ffserver process I have :

    # ffserver

    description     "ffserver"

    start on (filesystem and net-device-up IFACE=eth0) and runlevel [2345]
    stop on runlevel [!2345]

    respawn
    respawn limit 10 5

    pre-start script
       test -x /usr/local/bin/ffmpeg || { stop; exit 0; }
       test -x /usr/local/bin/ffserver || { stop; exit 0; }
    end script

    script
       /usr/local/bin/ffserver -f /etc/ffserver.conf
    end script

    post-start script
       PID=`status ffserver | egrep -oi &#39;([0-9]+)$&#39; | head -n1`
       echo $PID > /var/run/ffserver.pid
    end script

    post-stop script
       rm -f /var/run/ffserver.pid
    end script

    Which works fine for ffserver, however I would like to know how to get the ffmpeg services into a similar startup configuration managed by upstart (ideally within a single upstart config file, but I can make 21 different config files if required).

    (it might be worth noting that I'm using the NoDaemon option within the /etc/ffserver.conf file to ensure it doesn't try to daemonize itself and the ffmpeg instances will likewise not be self-daemonized - I would however like pid files for them in /var/run/ffmpegx.pid where x is an identifier [[0-15],0_1_2_3,4_5_6_7,8_9_10_11,12_13_14_15,all] for some other reasons)

  • Batch cut MP4 by length starting at the end of the clip

    18 janvier 2015, par Jason

    In windows is there a way to batch cut by length mp4s but cut starting at the end of the clip ?

    I have thousands of mp4 files of different lengths i need an easy way to cut multiple clips from them to a certain length but starting from the end of the clip then working my way to the beginning.

    I have been using My MP4Box GUI but I have to manually enter the lengths for each cut in the Split menu and its takes forever. Hopfully there is a way to do it with 1 click for hundreds of MP4’s