Recherche avancée

Médias (91)

Autres articles (41)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (8857)

  • Is there any way to change subtitle font in an mkv file in batches ?

    30 octobre 2020, par Sadao Maou

    I have been using aegis subs till now but i need to do it in batches. Is there any way to do it in batch from ffmpeg or some cli ?

    


  • Revision 864fd85011 : Add an invalid file test for referencing a different color space. Change-Id : I4

    4 septembre 2014, par Alex Converse

    Changed Paths :
     Modify /test/invalid_file_test.cc


     Modify /test/test-data.sha1


     Modify /test/test.mk



    Add an invalid file test for referencing a different color space.

    Change-Id : I46472a524f5188b293332946be943bd15cfc8777

  • avfilter/vf_minterpolate : change the default threshold to get better scene change...

    20 septembre 2019, par Limin Wang
    avfilter/vf_minterpolate : change the default threshold to get better scene change detect result
    

    ./ffmpeg -loglevel debug -i ../fate-suite/svq3/Vertical400kbit.sorenson3.mov -vf
    minterpolate=fps=60:mi_mode=blend -an -f null -
    [Parsed_minterpolate_0 @ 0x7fe7f3e193c0] scene changed, input pts 1600
    [Parsed_minterpolate_0 @ 0x7fe7f3e193c0] scene changed, input pts 4120
    [Parsed_minterpolate_0 @ 0x7fe7f3e193c0] scene changed, input pts 5780
    [Parsed_minterpolate_0 @ 0x7fe7f3e193c0] scene changed, input pts 6700
    [Parsed_minterpolate_0 @ 0x7fe7f3e193c0] scene changed, input pts 8140
    [Parsed_minterpolate_0 @ 0x7fe7f3e193c0] scene changed, input pts 9740
    [Parsed_minterpolate_0 @ 0x7fe7f3e193c0] scene changed, input pts 14060
    [Parsed_minterpolate_0 @ 0x7fe7f3e193c0] scene changed, input pts 15680
    [Parsed_minterpolate_0 @ 0x7fe7f3e193c0] scene changed, input pts 18480
    [Parsed_minterpolate_0 @ 0x7fe7f3e193c0] scene changed, input pts 20020
    [Parsed_minterpolate_0 @ 0x7fe7f3e193c0] scene changed, input pts 21740

    The results are consistent with tests/ref/fate/filter-metadata-scenedetect

    For the master, it'll detect more than 20 scene change for the same source.

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] doc/filters.texi
    • [DH] libavfilter/vf_minterpolate.c