Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (92)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (7392)

  • How to create TS segment on demand if M3U8 playlist is given

    18 juin 2020, par Dinesh Kumar

    While transcoding I have to create m3u8 playlist manually and now on-demand I want to create .ts files. I have used FFmpeg's cut option from start to end but .ts files have audio problems while getting played.

    



    I have a command which creates ts files as well as m3u8.

    



     ffmpeg -i input -g 10 -hls_time 3 -hls_list_size 0  out.m3u8


    



    But as I said out.m3u8 I already have and the above command takes time to generate all ts files. Is there any other command in which I can generate one ts file when the start and end are given ?

    



    I have tried commands below :

    



    ffmpeg -i input -acodec aac -vcodec h264 -ss 0 -to 3 chunk1.ts
ffmpeg -i input -acodec aac -vcodec h264 -ss 3 -to 6 chunk2.ts
...


    


  • Handle `Object.create(null)` for options objects.

    20 février 2020, par blueimp
  • avcodec/vvc : Don't create new thread when thread_count is 1

    24 juin 2024, par Zhao Zhili
    avcodec/vvc : Don't create new thread when thread_count is 1
    

    Make its behavior consistent with other decoders, e.g., H.264/H.265.

    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] libavcodec/vvc/dec.c