Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (88)

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

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

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

Sur d’autres sites (10626)

  • fftools/ffmpeg : propagate frame durations to packets when encoding

    14 avril 2023, par Anton Khirnov
    fftools/ffmpeg : propagate frame durations to packets when encoding
    

    Remove now-obsolete code setting packet durations pre-muxing for CFR
    encoded video.

    Changes output in the following FATE tests :
    * numerous adpcm tests
    * ffmpeg-filter_complex_audio
    * lavf-asf
    * lavf-mkv
    * lavf-mkv_attachment
    * matroska-encoding-delay
    All of these change due to the fact that the output duration is now
    the actual input data duration and does not include padding added by
    the encoder.

    * apng-osample : less wrong packet durations are now passed to the muxer.
    They are not entirely correct, because the first frame duration should
    be 3 rather than 2. This is caused by the vsync code and should be
    addressed later, but this change is a step in the right direction.
    * tscc2-mov : last output frame has a duration of 11 rather than 1 - this
    corresponds to the duration actually returned by the demuxer.
    * film-cvid : video frame durations are now 2 rather than 1 - this
    corresponds to durations actually returned by the demuxer and matches
    the timestamps.
    * mpeg2-ticket6677 : durations of some video frames are now 2 rather than
    1 - this matches the timestamps.

    • [DH] fftools/ffmpeg_enc.c
    • [DH] fftools/ffmpeg_mux.c
    • [DH] tests/ref/acodec/adpcm-ima_wav
    • [DH] tests/ref/acodec/adpcm-ima_wav-trellis
    • [DH] tests/ref/acodec/adpcm-ms
    • [DH] tests/ref/acodec/adpcm-ms-trellis
    • [DH] tests/ref/acodec/adpcm-swf
    • [DH] tests/ref/acodec/adpcm-swf-trellis
    • [DH] tests/ref/acodec/adpcm-swf-wav
    • [DH] tests/ref/acodec/adpcm-yamaha
    • [DH] tests/ref/acodec/adpcm-yamaha-trellis
    • [DH] tests/ref/fate/apng-osample
    • [DH] tests/ref/fate/autorotate
    • [DH] tests/ref/fate/ffmpeg-filter_complex_audio
    • [DH] tests/ref/fate/film-cvid
    • [DH] tests/ref/fate/matroska-encoding-delay
    • [DH] tests/ref/fate/mpeg2-ticket6677
    • [DH] tests/ref/fate/tscc2-mov
    • [DH] tests/ref/lavf/asf
    • [DH] tests/ref/lavf/mkv
    • [DH] tests/ref/lavf/mkv_attachment
  • FFmpeg : Interpolation for Fade-In

    6 juillet 2017, par Sir Bad News

    I’m currently using the following to fade-in a short film.

    ffmpeg -i input.mp4 -filter:v fade=in:0:360 -c:v libx264 -preset:v slower -crf:v 24 -pix_fmt yuv420p output.mp4

    Everything works as expected ; however, the interpolation of the fade is not what I’m after (seems to be linear). I’d like to play around with exponential, cubic, sinusoidal, etc.

    Is there any way to achieve this with FFmpeg ? The visual material I’m working with is pure white and pure black, and the fade-in as it stands is too harsh ; I can see the material appear almost as soon as the fade starts as a result of the (apparently) linear progression. I’d like it to be more organic.

    Any help greatly appreciated.

  • how to debug a corrupted video file with ffmpeg ?

    12 janvier 2018, par Blurry Script

    for example I downloaded some film, it is somehow encoded with some program, when I try to use ffmpeg to convert it, let’s say from mkv to mp4, i get an error that :

    [matroska,webm @ 0x1d06640] Read error at pos. 2241497 (0x2233d9)

    now how can I know where is the reason that this happens ? should just avoid this kind of files, or somehow debug it and see what is the reason behind this error ? or maybe skip this error frames, but i dont know how many frames may be like this, what if most of the file is filled with corrupted frames, altough it is playable in the video player