Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (77)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (8687)

  • AAC encoder : fix assertion error re SF differences

    12 octobre 2015, par Claudio Freire
    AAC encoder : fix assertion error re SF differences
    

    Intermediate results can indeed violate SF delta. Instead of asserting
    there, just make the code safe, and assert on the final result.

    Also re-clamp SFs more often in short windows (which tend to violate
    the restriction when encoding the switch from one window to the other)

    • [DH] libavcodec/aaccoder_twoloop.h
  • Merge commit ’0c082565965258dca143767cc6cb25e38b6e9ea3’

    12 février 2014, par Michael Niedermayer
    Merge commit ’0c082565965258dca143767cc6cb25e38b6e9ea3’
    

    * commit ’0c082565965258dca143767cc6cb25e38b6e9ea3’ :
    asfdec : short-circuit seeking to the start of stream

    Conflicts :
    libavformat/asfdec.c

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/asfdec.c
  • Batch Merge Large Number of Video Files by Pair

    16 février 2021, par dellyice

    I have a directory full of 1000+ short h.264 video clips that I'd like to batch merge via ffmpeg one pair at a time in Windows (eg, file1.mp4 is concatenated with file2.mp4, then file3.mp4 is concatenated with file4.mp4, etc, to ultimately produce half as many resultant videos, each containing two merged parent clips), and everything I've tried from fudging together scripts from other answers on the site has resulted in messes too embarrassing to mention.

    &#xA;

    Each pair of videos is cut from a common source vid, so the concat demuxer should be fine for merging them. If it helps, each set of videos follows the naming scheme "filename"_1.mp4 and "filename"_2.mp4, so they're correctly paired alphabetically, and the _1 and _2 files can obviously be easily separated into different folders if need be.

    &#xA;

    Sorry if any of this is terribly vague. If I had any productive work to show, I'd do so. Many thanks for any help.

    &#xA;