Recherche avancée

Médias (0)

Mot : - Tags -/acrobat

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (94)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (4829)

  • How would I write a batch file to run an ffmpeg command on an entire directory ? [duplicate]

    26 mai 2019, par invertgrind

    This question already has an answer here :

    How would I create a batch file or simply a command to run ffmpeg instructions on an entire directory ? I wish to transmux a folder of .ts files to .mp4

    For individual files I use the command :

    ffmpeg -i file.ts -acodec copy -vcodec copy file.mp4
  • Best approach to stream RTSP IP Cam feed to React app and node.js express server

    17 juillet 2024, par JuicyPhan

    I am trying to build a set-up whereby I stream multiple IP Cam RTSP Video feeds to multiple users.
It needs to have minimal latency.

    


    Server Hardware : Static IP Synology NAS
    
Front-End : React
    
Back-End : Node.js Express
    
STUN/TURN server : Coturn
    
Video Feed : Multiple IP Camera's RTSP feeds
    
Video Encoder : ffmpeg(?)
    
Video Decoder : ?
    
Video Format : ?
    
Streaming Protocol : WebRTC

    


    I have every individual component up however am struggling with the part whereby I encode the RTSP feed.

    


    What video format do I encode it to and how do I use WebRTC to stream to viewers on the front-end ?

    


  • Revision b295092b8f : Full range motion search for regular block sizes Add a full range motion search

    6 décembre 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/encoder/vp9_mcomp.c


     Modify /vp9/encoder/vp9_onyx_if.c



    Full range motion search for regular block sizes

    Add a full range motion search for regular block sizes. This runs
    exhaustive search within the given reference area. This commit further
    optimizes the search process by combining 4 points test into one
    pipeline, which gives 30% speed-up as compared to run each individual
    point at a time.

    This full range search serves as a best possible motion search reference.
    When replacing the diamond search with full range search, the speed 0
    runtime of bus CIF at 2000 kbps goes from 153872ms to 623051ms. The
    compression performance compared to speed 0 setting gains 0.585% for
    derf set.

    Change-Id : Ieef1225216b0b86b4ac4872fa7fb9e18bf2eabb3