Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (41)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

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

  • DVD Protection Test on Batch on MacOSX [closed]

    30 mars 2014, par jonhatan smith

    I work on Mac and PC so this question is for both OS.
    I'm new to batch scripting and I'm wondering if there is any way to test if a DVD (with chapters and titles and videos) is protected or not.
    What I mean by protected, is any kind of protection that could alterate the ripping of my DVD.
    After testing if the DVD is protected, the script should put the result into a variable, to later perform another operation.

    the script process could look like that :

    Is the Drive X contains A DVD?

       if No--->Pause;
       else if Yes--->Continue;
       else error;

       Is the DVD Protected?
           if No--->open HandBrake.app;
           else if Yes--->open program.app;
           else error;

    Thank you in advance for any replies.

  • FFmpeg batch script

    13 juin 2023, par Memo Can

    I have this batch script running perfectly on Windows :

    



    C:\ffmpeg\bin\ffmpeg -i http://ipaddress/stream -deinterlace -c:v libx264 -pix_fmt yuv420p -s 960x540 -preset superfast -vb 1200k -maxrate 1200k -r 30 -g 60 -bufsize 8000k  -c:a aac -b:a 64k -ar 44100 -ac 2 -f flv rtmp://ipaddress/live/


    



    Sometimes ffmpeg crashes, how can I edit the batch script or what can i add to the batch file to restart the stream.

    



    Thanks advance !

    


  • FFmpeg batch script

    1er avril 2017, par Memo Can

    I have this batch script running perfectly on Windows :

    C:\ffmpeg\bin\ffmpeg -i http://ipaddress/stream -deinterlace -c:v libx264 -pix_fmt yuv420p -s 960x540 -preset superfast -vb 1200k -maxrate 1200k -r 30 -g 60 -bufsize 8000k  -c:a aac -b:a 64k -ar 44100 -ac 2 -f flv rtmp://ipaddress/live/

    Sometimes ffmpeg crashes, how can I edit the batch script or what can i add to the batch file to restart the stream.

    Thanks advance !