Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (105)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

Sur d’autres sites (6774)

  • How to eliminate ffplay delay on a local network

    29 mai 2021, par Vigrond

    I am streaming audio from one computer to another on my local LAN.

    


    Server command :

    


    ffmpeg -re -f alsa -ac 2 -i default -fflags nobuffer -flags low_delay -sdp_file ~/sdp_stream -f rtp rtp://192.168.1.5:1234


    


    Client command :

    


    ffplay -fflags nobuffer -flags low_delay -nodisp -fast -framedrop -infbuf -protocol_whitelist rtp,file,udp sdp_stream


    


    This works with near-zero delay for a while, but after a bit the delay increases over time.

    


    My perception of delay is due to playing a YouTube video or Spotify on the server, and experiencing a delay on the client (both monitors in front of me).

    


    I am certain that it should be possible to set this up correctly with a near-zero delay on my local hardwired network, but I can't seem to find the correct setting in the FFmpeg documentation.

    


  • FFMPEG command is still referring to old build [on hold]

    15 octobre 2015, par GlacialFlames

    The version of FFMPEG that came on my server does not have the correct codecs I need for web encoding.

    I’ve followed this guide to completion to recompile FFMPEG on my server https://trac.ffmpeg.org/wiki/CompilationGuide/Centos

    Now when I use the FFMPEG, it is still calling the old build as it shows the build date as 2013 and it doesn’t have the codecs I chose.

    I’m lost as to how I should proceed, I can’t find where the new build is located on my server either.

    Did I need to uninstall FFMPEG before following the guide ? How would I do that ?

    I’m using CENT OS 6.4

    I apologize if this is something obvious, I am new to linux.

    Thanks for any help, I’m really stuck on this.

  • C# Desktop recorder h.264 cross-"computer"

    14 décembre 2013, par rodi

    I was looking for a method with "least requirements" for a maximum compatibility.

    I have seen that there are mainly 2 ways : through directx, through .NET ( only >Win7) but both requires Win7 Or DirectX 9 installed.

    could ffmpeg be useful ? I have tried following this Wiki, but it prompts me :

    > ffmpeg -f dshow -i video="UScreenCapture":audio="Microphone" output.flv

    [dshow @ 00000000003ea700] Could not find video device.
    video=UScreenCapture: Input/output error

    Any advice ?