Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (80)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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" ;

Sur d’autres sites (8504)

  • avformat/mxfdec : guess constant byte count indexes based on track duration

    24 juin 2018, par Marton Balint
    avformat/mxfdec : guess constant byte count indexes based on track duration
    

    For clip wrapped essences this should work. Also, since index_edit_rate can now
    be different from track edit rate, remove overriding track edit rate.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mxfdec.c
  • Run ffmpeg command based on data on a file

    1er octobre 2019, par Jake Pearson —

    I have a text file which is generated as the output of a command.

    The text file has name of a file followed by all the matching audio tracks in one line, then the next line has the next video followed by matching tracks.

    Because some of the videos have less tracks and some have more, is there a way I can do if and else command for to do the mergeing based on number of tracks matched to the name ?

    This is the command I use to merge.

    Merge (Keeps Original files and makes a new one using them as the output)

    ffmpeg -i video.mxf_V1.MXF.m2v -i video.mxf_A1.MXF -i video.mxf_A2.MXF -c copy out.mxf

    followed by :

    ffmpeg -i out.mxf -map 0:0 -map 0:1 -map 0:1 -c copy finished.mxf

    Below is the example of how the file names are and how its written in the text file

    "5f367f72-9e2f-4f89-b3d6-2cdafed17d94_IRR_DOCUI_SONG_SomeMusic_KomKom.mxf_V1.MXF.m2v" "5f367f72-9e2f-4f89-b3d6-2cdafed17d94_IRR_DOCUI_SONG_SomeMusic_KomKom.mxf_A1.MXF" "5f367f72-9e2f-4f89-b3d6-2cdafed17d94_IRR_DOCUI_SONG_SomeMusic_KomKom.mxf_A2.MXF" "5f367f72-9e2f-4f89-b3d6-2cdafed17d94_IRR_DOCUI_SONG_SomeMusic_KomKom.mxf_A3.MXF" "5f367f72-9e2f-4f89-b3d6-2cdafed17d94_IRR_DOCUI_SONG_SomeMusic_KomKom.mxf_A4.MXF" "5f367f72-9e2f-4f89-b3d6-2cdafed17d94_IRR_DOCUI_SONG_SomeMusic_KomKom.mxf_A5.MXF" "5f367f72-9e2f-4f89-b3d6-2cdafed17d94_IRR_DOCUI_SONG_SomeMusic_KomKom.mxf_A6.MXF" "5f367f72-9e2f-4f89-b3d6-2cdafed17d94_IRR_DOCUI_SONG_SomeMusic_KomKom.mxf_A7.MXF" "5f367f72-9e2f-4f89-b3d6-2cdafed17d94_IRR_DOCUI_SONG_SomeMusic_KomKom.mxf_A8.MXF"

    There’s about 25,000 lines of these.

    Another thing I wanted is to be able to name the final file the same as the video file.

  • lavc : add an Intel libmfx-based H.264 decoder

    10 février 2015, par Anton Khirnov
    lavc : add an Intel libmfx-based H.264 decoder
    

    Based on the code by Luca Barbato <lu_zero@gentoo.org> and Yukinori
    Yamazoe <drocon11@gmail.com>.

    • [DBH] Changelog
    • [DBH] configure
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/allcodecs.c
    • [DBH] libavcodec/qsv.c
    • [DBH] libavcodec/qsv.h
    • [DBH] libavcodec/qsv_api.c
    • [DBH] libavcodec/qsv_h264.c
    • [DBH] libavcodec/qsv_internal.h
    • [DBH] libavcodec/version.h