Recherche avancée

Médias (0)

Mot : - Tags -/logo

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

Autres articles (80)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (9882)

  • With FFMPEG, can I rewrite a .ts specific segment in an HLS m3u8 format ?

    26 février 2015, par Stacey Friesen

    I am rather new at FFMPEG and starting to dig in beyond my experience with it. Is it possible to rewrite 1 or more arbitrary .ts file segments (for example, if I have edited a scene) without having to re-encode the entire movie ?

    In addition, if the length of that segment has changed, is it as simple as changing the segment length in the m3u8 file ? For example this is the original :

    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-MEDIA-SEQUENCE:0
    #EXT-X-ALLOW-CACHE:YES
    #EXT-X-TARGETDURATION:8
    #EXTINF:7.007000,
    file0.ts
    #EXTINF:5.964292,
    file1.ts
    #EXTINF:1.876875,
    file2.ts
    #EXTINF:2.293958,
    file3.ts
    etc...

    change to :

    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-MEDIA-SEQUENCE:0
    #EXT-X-ALLOW-CACHE:YES
    #EXT-X-TARGETDURATION:8
    #EXTINF:7.007000,
    file0.ts
    #EXTINF:12.023,
    modified1.ts
    #EXTINF:1.876875,
    file2.ts
    #EXTINF:2.293958,
    file3.ts
    etc...

    You can see I would like to change file1.ts to a longer length and modify the filename. Any tips would be appreciated.

  • Building an android application using ant in eclipse - halfninja /jhotovy ffmpeg for android project

    1er août 2012, par user1545779

    I have successfully built the shared objects in halfninja's android-ffmpeg-x264 git project.
    That project uses ant. Could anyone who has built that project successfully help with the steps he/she used in the second part to build the final apk or
    Could anybody with experience building android applications using ant either as an plugin in Eclipse or as a standalone tool help here

    I loaded both the ProjectTest and Project files into Eclipse.

    I am getting the following 2 errors :
    1a. Description : Project "ProjectTest" is missing required Java project "Project"
    I have loaded the Project project already and i can see it
    1b. Location : Build Path
    1c. Type : Build path problem

    2a. The project cannot be built until the build path problem has been resolved
    2b. Location : Unknown
    2c. Type : Java Problem

    Please note that I have no clue about editing what file : the available files are : Build.properties and build.xml

    Also how do I install ant into Eclipse and how do i run the application, as an Android, or JavaUnit ..?

    Any help will be greatly appreciated

  • avfilter/interlace : change lowpass_line function prototype

    20 avril 2017, par Thomas Mundt
    avfilter/interlace : change lowpass_line function prototype
    

    Signed-off-by : Thomas Mundt <tmundt75@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/interlace.h
    • [DH] libavfilter/tinterlace.h
    • [DH] libavfilter/vf_interlace.c
    • [DH] libavfilter/vf_tinterlace.c
    • [DH] libavfilter/x86/vf_interlace.asm
    • [DH] libavfilter/x86/vf_interlace_init.c
    • [DH] libavfilter/x86/vf_tinterlace_init.c