Recherche avancée

Médias (91)

Autres articles (60)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

Sur d’autres sites (7188)

  • Upload a LIVE HLS output from FFMPEG to Amazon S3 bucket

    22 janvier 2023, par Pit Digger

    I have an ffmpeg command that outputs live hls stream from a vod file to local disk. I would like to upload the HLS chunks and manifest file in real time to Amazon S3 Bucket. Is it possible to upload it directly from memory ?

    


    Here is the ffmpeg command

    


    ffmpeg -stream_loop -1 -re -i bunny_1080p_30fps.mp4 -c:v libx264 \
-x264opts keyint=30:min-keyint=30:scenecut=-1 -tune zerolatency -s 1280x720 \
-b:v 1400k -bufsize 1400k -hls_start_number_source epoch -f hls stream.m3u8


    


    Note that I have checked all questions here but none of them do that for a live stream and for multiple files output like hls or dash stream.

    


    One option that I have tried is using node-watch module and upload file on change notification, but that does introduce some buffering. But if there was any better option. https://github.com/yuanchuan/node-watch

    


  • FFMPEG : How To Break steam and Retry Again Automatically

    8 décembre 2019, par Varun

    The Live Stream is in m3u8 format
    I am Using youtube-dl with --no-part to record the video.

    The problem is that I can’t watch the video while it’s recording. I need to Stop Recording with Ctrl+C to watch the recorded video.

    So I am thinking if there could be a python script with a loop that will break the live stream on every 1 hr of recording automatically and run the same code again with the different filename in output.

    In this way, I will get a recording of every one hr separately.

  • ffmpeg, no sound from i2s adafruit microphone card (rasp 3 B)

    22 août 2018, par Mikhaël Gerbet

    I have a Raspberry pi 3 B with Strech OS + a Microphone card (i2s mems adafruit).

    I would like to make a simple record with ffmpeg (to stream after).

    When a do :

    $ arecord -D dmic_sv -c2 -r 48000 -f S32_LE -t wav -V mono -v out.wav

    it works !

    But when i try with ffmpeg, i have a audio file without sound :/

    $ ffmpeg -f alsa -ac 2 -ar 44100  -i default:CARD=sndrpisimplecar -t 10 out.wav

    The difference between the audio file generated by arecord and ffmpeg is the bits. 32 bits with arecord and 16 bits with ffmpeg.

    Maybe the problème is here ? i don’t know...

    Thank you for your help :)

    EDIT :

    now, i can generate a 32 bits audio file with

    ffmpeg -f alsa -i default:CARD=sndrpisimplecar -c:a pcm_s32le out.wav

    but i have no sound from the microphone. So the problem is not the bit format...

    Just for more information, the input device to ffmpeg is default:CARD=sndrpisimplecar because i have founded this id in arecord -l

    **** Liste des Périphériques Matériels CAPTURE ****
    carte 1: sndrpisimplecar [snd_rpi_simple_card], périphérique 0: simple- card_codec_link snd-soc-dummy-dai-0 []
     Sous-périphériques: 1/1
     Sous-périphérique #0: subdevice #0