Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (42)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (7375)

  • Failing to upload an mp4 to youtube

    28 juillet 2018, par Joseph Berry

    I’m trying to convert an WMA file into mp4 in order to upload the file to youtube.
    VN550672.wma.zip
    Although the conversion is successful (see below) i’m not able to upload the file to youtube. I’m getting the following error

    The video has failed to process. Please make sure you are uploading a supported file type.

    VN550672.mp4.zip

    Any suggestions ?

    System configuration :
    Python version : 3.6.3
    Pydub version : 0.22.1
    ffmpeg or avlib ? : ffmpeg
    ffmpeg/avlib version : 2.8.4

  • Using FFMPEG to stream my WebCam's video to YouTube

    12 mars 2017, par Indes

    I’ve been trying to use ffmpeg to stream my webcam’s video to YouTube and so far all I’ve managed was an "acknowledgement" from YouTube saying ’Starting’ in green. However it quickly goes gray and the actual stream never actually changes from offline.

    I’m using this command to try to stream it :

    ffmpeg -rtbufsize 1500M -r 25 -f dshow -s 1280x720 -i video="USB2.0 HD UVC WebCam" -vcodec h264 -b:a 600k -acodec libfaac -ab 128k -f flv "rtmp://a.rtmp.youtube.com/live2/user.useruser.codecodecode"

    CMD

    I’ve managed to stream videos to YouTube with ffmpeg, its just the camera that won’t work. Any idea what I might be doing wrong ?

    This is the command I’m using now
    ffmpeg -r 18 -f dshow -s 1280x720 -i video="USB2.0 HD UVC WebCam":audio="Microphone (Realtek High Definition Audio)" -vcodec h264 -b:v 1800k -acodec aac -strict experimental -f flv "rtmp://a.rtmp.youtube.com/live2/useruser.useruser.codecodecodecode"

    I’m now using -acodec aac instead of libfaac or libfdk_aac since I was getting "Unknown encoder" errors

    It is streaming a few seconds however, now I’m getting these errors :
    WriteN, RTMP send error 10053

    Any idea what these mean, or how to fix them ?

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