Recherche avancée

Médias (0)

Mot : - Tags -/masques

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

Autres articles (36)

  • 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

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

Sur d’autres sites (6034)

  • Can I get q value form a RTSP streaming using FFMPEG

    12 mars 2014, par poc

    I can get fps, framerate information from ffmpeg,

    But How to get Q value of the stream ?

    ffmpeg -y -t 5  -i rtsp://172.19.1.42/live.sdp -acodec copy -vcodec copy lala.avi

  • arm/aarch64 : Improve scheduling in the avg form of h264_qpel

    3 septembre 2021, par Martin Storsjö
    arm/aarch64 : Improve scheduling in the avg form of h264_qpel
    

    Don't use the loaded registers directly, avoiding stalls on in
    order cores. Use vrhadd.u8 with q registers where easily possible.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/aarch64/h264qpel_neon.S
    • [DH] libavcodec/arm/h264qpel_neon.S
  • I am trying to use ffmpeg to separate audio from video, but after downloading the ffmpeg build I cannot seem to activate it in Power Shell [duplicate]

    19 janvier 2021, par Row Boater

    Ok, look y'all, I am NOT an aspiring programmer. I'm simply trying to separate audio from video of a youtube video I downloaded.

    &#xA;

    What I've done :

    &#xA;

    Downloaded YT vid using 4k video Downloader

    &#xA;

    I downloaded ffmpeg build from https://ffmpeg.org/download.html#build-windows

    &#xA;

    I downloaded WinZip in order to access the ffmpeg files.

    &#xA;

    I thought I used winzip correctly, but whenever I paste the command code line recommended to me, ffmpeg -i video.mp4 -c:a pcm_s16le audio.wav, I receive the following :

    &#xA;

    &#xA;

    PS C :\Users\user\Videos\4K Video Downloader> ffmpeg -i video.mp4 -c:a&#xA;pcm_s16le audio.wav ffmpeg : The term 'ffmpeg' is not recognized as&#xA;the name of a cmdlet, function, script file, or operable program.&#xA;Check the spelling of the name, or if a path was included, verify that&#xA;the path is correct and try again. At line:1 char:1

    &#xA;

      &#xA;
    • ffmpeg -i video.mp4 -c:a pcm_s16le audio.wav
    • &#xA;

    • &#xA;
        &#x2B; CategoryInfo          : ObjectNotFound: (ffmpeg:String) [], CommandNotFoundException&#xA;  &#x2B; FullyQualifiedErrorId : CommandNotFoundException&#xA;&#xA;

      &#xA;

    • &#xA;

    &#xA;

    PS C :\Users\user\Videos\4K Video Downloader>

    &#xA;

    &#xA;

    This is all Phoenician to me, but what I take away is that I have not completed some step to fully incorporate the ffmpeg code into my system. I believe that I am not using Winzip correctly.

    &#xA;

    Thanks for your time.

    &#xA;