Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (23)

  • Utilisation et configuration du script

    19 janvier 2011, par

    Informations spécifiques à la distribution Debian
    Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
    Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
    Récupération du script
    Le script d’installation peut être récupéré de deux manières différentes.
    Via svn en utilisant la commande pour récupérer le code source à jour :
    svn co (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (2854)

  • FFmpeg : Apple ProRes 422 (LT) to mp4

    23 juin 2016, par premunk

    I am trying to convert from Apple ProRes 422 (LT) to mp4. My input file info is :

    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from ’1. 1introduction. Mov’ :
    metadata :
    major_brand : qt
    minor_version : 537199360
    compatible_brands : qt
    creation_time : 2015-10-19 23:24:05
    duration : 00:03:27. 00, start : 0. 000000, bitrate : 48703 kb/s
    stream #0:0(eng) : video : prores (apcs / 0x73637061), yuv422p10le(bt709), 1920x1080, 47126 kb/s, sar 1:1 dar 16:9, 23. 98 fps, 23. 98 tbr, 24k tbn, 24k tbc (default)
    metadata :
    creation_time : 2015-10-19 23:24:05
    handler_name : apple alias data handler
    encoder : apple prores 422 (lt)
    timecode : 00:03:21:05
    stream #0:1(eng) : audio : pcm_s16le (sowt / 0x74776f73), 48000 hz, stereo, s16, 1536 kb/s (default)
    metadata :
    creation_time : 2015-10-19 23:24:05
    handler_name : apple alias data handler
    timecode : 00:03:21:05
    stream #0:2(eng) : data : none (tmcd / 0x64636d74) (default)
    metadata :
    creation_time : 2015-10-19 23:24:05
    handler_name : apple alias data handler
    timecode : 00:03:21:05

    Any help is appreciated. I can’t seem to find any relevant article.

  • bach scripts run by crontab as root

    5 mai 2017, par Mettavihari

    I run a crontab script to check if ffmpeg is running.
    I want the scripts to inform me if ffmpeg is not running.
    When I run the scripts as root on the command line all is OK
    But when they run called from crontab they never show the error.
    They always show that ffmpeg is running inspite of the fact that sometimes ffmpeg has crashed.

    I have given my crontab file and the scripts below.

    SHELL=/bin/sh
    57 4 * * * pkill -f /usr/bin/python2.7
    57 4 * * * pkill -f /bin/ffmpeg
    2 5 * * * /opt/dls/cron.sh (restarting the process above.)
    */5 * * * * /root/test-ffmpeg.sh  testing if ffmpeg is running
    */5 * * * * /root/test.sh         testing if ffmpeg is running
    */5 * * * * /root/test2.sh        testing if ffmpeg is running

    scripts : test.sh

    #!/bin/bash
    #check if ffmpeg is running
    if pgrep ffmpeg >/dev/null 2>&1
    if ps cax | rev | cut -f1 -d' ' | rev |grep ffmpeg >/dev/null 2>&1
    then
    echo "My Process is running."
    else
    echo "Hello" | mutt -s "fffmpeg is not working" abc@gmail.com
    fi

    script test-ffmpeg.sh

    #!/bin/bash
    #check if ffmpeg is running
    if pgrep ffmpeg >/dev/null 2>&1
    then
    echo "Process is running."
    else
    echo "Hello" | mutt -s "ffmpeg is not working" abc@gmail.com
    fi

    script : test2.sh

    line=$(ps aux | grep ffmpeg)
    if [ -z "$line" ]
    then
    echo "Hello" | mutt -s "fffmpeg is not working" abc@gmail.com    
    else
    echo $line > /dev/null
    echo "Running"
    fi
  • eval : add root() to solve f(x)=0

    21 février 2012, par Michael Niedermayer

    eval : add root() to solve f(x)=0