Recherche avancée

Médias (91)

Autres articles (112)

  • 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 ;

  • 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

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (10539)

  • Cannot download youtube by ffmpeg

    3 mai 2022, par itil memek cantik

    Err when a youtube video was tried in such

    


    $ ffmpeg  -i 'https://youtu.be/NFTZbSU7X9I' -c copy  t.mp4


    


    it echos :

    


    https://youtu.be/NFTZbSU7X9I: Invalid data found when processing input


    


    What actually the cause and how to solve ?
thanks in advance

    


  • FFMPEG RTSP stream to Youtube, am i doing everything right ?

    5 août 2018, par F O X

    My htop processes

    Hello, i’m currently streaming my camera ip to a youtube, almost everything is okey but i just wonder if i’m doing everything right, as you can see at the image with just one stream there are two huge processes running splitted into several smaller once, shouldn’t be just one process running or at least not so many of them ?

    Also is my ffmpeg command fine for what i’m doing or should i add/delete something ?

     !/bin/bash

    DATETIME=date +%Y%m%d%H%M
    DATE=date +%Y%m%d

    echo="WE BE RUNNING !"

    while :

    do

    echo ffmpeg -f lavfi -i anullsrc -rtsp_transport tcp -i rtsp://192.168.1.22:555/11 -tune zerolatency -vcodec libx264 -pix_fmt + -c:v copy -c:a aac -strict experimental -b:v 1000k -maxrate:v 400k -minrate:v 300k -f flv rtmp://YOUTUBE-ID-STREAM

    done

    EOF

    I’m doing it on Ubuntu Mate (16.04) with Raspberry 3 B+

    Thanks.

  • FFMPEG upload too fast on youtube

    9 juin 2018, par ManYouTroll

    I want to stream h24 with a linux vps under debian. I used the script that can be found here, which uses ffmpeg. It works perfectly except that I believe the conversion speed is 2x so my YouTube stream is too fast upload but it does not change the speed of playback so it’s not really live.