Recherche avancée

Médias (0)

Mot : - Tags -/publication

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

Autres articles (33)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (5381)

  • ffmepg enque and deque files list that streams to youtube

    17 janvier 2019, par andNn

    I have bunch of files ... commonly knows as myPlayList.txt
    example : vi myPlayList.txt

    a.mp4
    b.mp4
    c.mp4

    now when i run ffmpeg it starts streaming a.mp4, then b.mp4

    while b.mp4 is still streaming if i add d.mp4 to the fileList or via any other command .. it should get enqued. also if i now want to remove a file from the list .. i should be able update the file list from command or updating the file. But while i am changing the filelist the current stream should not change/break.

    My current script for single file is :

    VBR="2500k"                                    # Bitrate de la vidéo en sortie
    FPS="30"                                       # FPS de la vidéo en sortie
    QUAL="medium"                                  # Preset de qualité FFMPEG
    YOUTUBE_URL="rtmp://a.rtmp.youtube.com/live2"  # URL de base RTMP youtube

    SOURCE="/a/b/land.mp4" # single file path

    KEY="..."                                     # Clé à récupérer sur l'event youtube

    ffmpeg \
      -i "$SOURCE" -deinterlace \
      -vcodec libx264 -pix_fmt yuv420p -preset $QUAL -r $FPS -g $(($FPS * 2)) -b:v $VBR \
      -acodec libmp3lame -ar 44100 -threads 6 -qscale 3 -b:a 712000 -bufsize 512k \
      -f flv "$YOUTUBE_URL/$KEY"
  • using ffmpeg on youtube video url php

    29 novembre 2014, par king

    I am trying to get youtube video from its actual url and convert it into avi using ffmpeg could anyone help me in this

    <?php
    $video = "http://r3---sn-cxaauxax-cage.googlevideo.com/videoplayback?initcwndbps=471250&ipbits=0&itag=22&sparams=dur%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Cmime%2Cmm%2Cms%2Cmv%2Csource%2Cupn%2Cexpire&expire=1417308390&upn=mdUcarOb9uA&sver=3&mt=1417286760&mime=video%2Fmp4&fexp=3300113%2C3300113%2C3300134%2C3300134%2C3300137%2C3300137%2C3300161%2C3300161%2C3310366%2C3310366%2C3310705%2C3310705%2C3312478%2C3312478%2C900245%2C907259%2C927622%2C932404%2C937427%2C941458%2C943909%2C947209%2C948124%2C951501%2C952302%2C952605%2C952901%2C953000%2C953912%2C957103%2C957105%2C957201&mm=31&key=yt5&signature=5FBF01B3A073A5B1BCEF5FDC480420872E365766.FA2463D05DD20DFE72E4243723D76DC551A8E3F7&id=o-AG_18OU8gTru9RXONTqv_lYhbFcvoJgEzvbFUwObjNY6&dur=2825.984&mv=m&source=youtube&ms=au&ip=27.34.252.158";

          $num = 3;
          $secpos = 1;
        $thumb = "C:\\ffmpeg";
       echo "Starting ffmpeg...\n\n";
       echo shell_exec("ffmpeg -i $video -ss 90 -t 100  output.avi ");
       echo "Done.\n";
    ?>
  • avfilter/af_adynamicequalizer : merge direction option with mode option

    4 novembre 2023, par Paul B Mahol
    avfilter/af_adynamicequalizer : merge direction option with mode option
    

    More user-friendly and self-explanatory what certain mode does.

    • [DH] doc/filters.texi
    • [DH] libavfilter/adynamicequalizer_template.c
    • [DH] libavfilter/af_adynamicequalizer.c