Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (57)

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (9098)

  • FFmpeg function avformat_open_input for USB video device throws exception : No such file or directory

    8 juin, par ffvideoner

    Windows & C# & FFmpeg.AutoGen

    


    I used the ffmpeg-function (from library FFmpeg.AutoGen) to show video from rtsp-stream :

    


    ffmpeg.avformat_open_input(&pFormatContext, "rtsp://127.0.0.1:8554/abc", iformat, null);


    


    It works right.

    


    Now I want to use this function for USB video device.

    


    FFmpeg outputs this device name :

    


    ffmpeg -list_devices true -f dshow -i dummy

[dshow @ 0000000000163000] "GENERAL WEBCAM" (video)


    


    This is how I'm trying to get the video :

    


    string deviceName = "GENERAL WEBCAM";


    


    or

    


    string deviceName = "video=GENERAL WEBCAM";

ffmpeg.avformat_open_input(&pFormatContext, deviceName, ffmpeg.av_find_input_format("dshow"), null);


    


    For both variants of device names, I get an error :

    


    No such file or directory.


    


    But here it works :

    


    ffmpeg -video_size 1280x720 -framerate 30 -f dshow -i video="GENERAL WEBCAM":audio="Microphone (3- GENERAL WEBCAM)" -c:v libx264 -crf 30 -preset ultrafast ffmpegvideo.mp4


    


    Why doesn't avformat_open_input work with video device name ?

    


  • ffmpeg utility vs direct libav* capabilities

    15 avril 2015, par ransh

    I would like to ask some general question about ffmpeg utility.
    When it is documented in ffmpeg wiki’s :
    https://www.ffmpeg.org/general.html
    That it support some feature (for example jpeg2000), does it mean that only ffmpeg utility support this feature, or does it mean that using directly the libraries in the ffmpeg repository (through libav*, libavcodecand , libopenjpeg, and other external libraries which are part of ffmpeg) will also support this feature as well ?

    Thank you very much,

    Ran

  • configure : remove libzvbi GPL dependency

    14 janvier 2016, par Marton Balint
    configure : remove libzvbi GPL dependency
    

    The COPYING.LIB file in the zvbi source tree as well as libzvbi.h references
    the GNU Library General Public License version 2 since version 0.2.28.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] configure
    • [DH] doc/general.texi