Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (75)

Sur d’autres sites (10613)

  • avformat : add Gremlin Digital Video demuxer

    2 juin 2017, par Paul B Mahol
    avformat : add Gremlin Digital Video demuxer
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] Changelog
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/gdv.c
    • [DH] libavformat/version.h
  • Streaming video in HTML5 with Dolby Digital Audio

    9 avril 2017, par ramonrue

    I’m trying to accomplish video streaming with the native HTML5-video element. My library contains mostly .mkv files. Video streaming works as long as the audio track is not a Dolby Digital or DTS encoded track.
    This means that I want to transcode the audio track of the file to AAC or similar, and send the newly generated video/audio combination to the browser.
    With ffmpeg I’m able to transcode the file :

    ffmpeg -i input.mkv -c:a aac -c:v copy output.mkv

    With that I have to transcode every file completely before starting the stream...but that’s not exactly what I want.
    I’m searching for a solution that allows me to transcode the file "on the fly" when starting the stream.

    Does anyone have an idea on how to accomplish this ?

  • MAINTAINERS : Add Rodger Combs to ffmpeg-security

    23 février 2017, par Michael Niedermayer
    MAINTAINERS : Add Rodger Combs to ffmpeg-security
    

    Rodger Combs will be added to the ffmpeg-security alias when this patch is applied

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Reviewed-by : Clément Bœsch <u@pkh.me>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] MAINTAINERS