Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (16)

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

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (3598)

  • amfenc : Do not automatically download/upload unknown hardware input frames

    14 avril 2018, par Mark Thompson
    amfenc : Do not automatically download/upload unknown hardware input frames
    

    Supplying a hardware input frame which is not in the input hardware frames
    context is not allowed by the API, so additional code to handle it is not
    necessary. Further, handling it automatically results in very low
    performance - it is more appropriate to fail immediately so that the user
    can fix their incorrect setup.

    • [DH] libavcodec/amfenc.c
  • Is there a way to download FB video like the way youtube-dl does using ffmpeg [duplicate]

    20 avril 2018, par Wayne

    This question already has an answer here :

    I have a simple vba UI that downloads youtube video using youtube-dl in ffmpeg.

    Is there a similar way to be able to download fb public video using ffmpeg ?

    One user request for this feature and I need a direction to start with.

    Google doesn’t seem to have relevant reference or perhaps I am using wrong keyword.

    Any directional information would be highly appreciated.

    Thanks

  • Choose download resolution in m3u8 list with ffmpeg

    31 mars 2024, par Bruno Andrade

    I'm trying to download video from a m3u8 playlist using ffmpeg but I do not know how to choose the resolution to download. Currently the command is downloading the highest version

    



    the command I am using is :

    



    /home/user/bin/ffmpeg -user_agent "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0" -i "https://sitevideo.com/list.m3u8" -c copy "/home/file/video.ts"


    



    My list is this

    



    #EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:BANDWIDTH=400000,NAME="low"
size1.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=800000,NAME="med"
size2.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=1900000,NAME="best"
size3.m3u8