Recherche avancée

Médias (1)

Mot : - Tags -/géodiversité

Autres articles (87)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • 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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (8357)

  • Uploading single video file with subtitles to Facebook

    28 juin 2017, par Lukeg4

    I’m using ffmpeg to create a single video file with subtitles (captions) included for uploading to facebook.

    I’ve had success with creating the video file with subtitles included, but when I upload the file to facebook it comes up with no subtitles and no subtitle options.

    I can’t add subtitles manually on facebook, because the subtitles need to work across multiple platforms, and I can’t burn the subtitles permanently onto the video...

    So, is it possible to upload a single video file, with subtitles included (ideally an MPEG-4...), and have facebook recognise and use the subtitles that were included ? If not, are there any known workarounds ?

  • Using ffmpeg to stream to Facebook Live Video : with default webcam and mic

    16 septembre 2017, par suraj kiran

    i tried commands like this
    ffmpeg -i /dev/video0 -vf scale=320:240 -t 5400 -c:a copy -ac 1 -ar 44100 -b:a 128k -c:v libx264 -pix_fmt yuv420p -r 30 -g 60 -vb 2048k -minrate 2000k -maxrate 4000k -bufsize 4096k -f pulse flv "rtmp://live-api-a.facebook.com:80/rtmp/279340769232610?ds=1&s_l=1&a=AThKJag2wqGSJkDI"
    but all those resulted as streaming in ffmpeg but no video appears on facebbok.
    can anyone provide correct command for ffmpeg to stream with my webcam and mic. i prefer low quality video stream(about 360p) due to my poor network

  • Facebook like video uploader generate thumbnails before publish

    2 septembre 2016, par basagabi

    Is there a jQuery plugin that could generate video preview thumbnails even before user uploads it ? I notice that Facebook could do so but do not know any plugin that has the same functionality.

    Try uploading a video on facebook, notice that even before you publish it or the progress bar is still in progress, preview images of the video are available already.

    I tried searching the net and most answers pertain to installing ffmpeg having this as a reference.

    I haven’t tried it yet but looking into it, it seems that the video should be uploaded first before it could generate a thumbnail. But I what I want is a preview of the thumbnail to be generate BEFORE the video is uploaded (similar to facebook).

    This is so that I have the transaction to select a video and generate a preview thumbnail at the same time even before the video is published on the server. Once I hit the "publish" button, it will upload the video to the server, upload/save generated preview thumbnail, save info to database at the same time.