Recherche avancée

Médias (91)

Autres articles (11)

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

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

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

  • Livestream programatically generated audio/video over RTMP [on hold]

    13 février 2018, par user2649681

    I’m looking for a way to stream data generated by a program over RTMP without saving it to an intermediate file to then stream with ffmpeg. For example, if I have a program to run that constantly generates white noise as samples of audio(e.g. a function that outputs a random sample run within an infinite loop), and, if possible, a screen of a solid, random color, is there a way for me to this audio over RTMP more or less as it’s being generated ? I would imagine, if this is possible, it may involve something along the lines of building up buffers of a fixed number of audio samples and then streaming it somehow over RTMP.

  • Standardizing many mp4 files into same resolution

    22 novembre 2018, par Cowfod

    I have a huge collection of Instagram videos in different resolutions and with different audio codecs.

    Some videos are 640x640, others are 640x800. You get the picture.

    When I try to concat the videos, the video and audio go out of sync in the final output and the in some places the audio is slowed down(?).

    This is my ffmpeg concat command :

    ffmpeg -i "$(cat /home/list.txt)" -c:v copy -c:a copy /home/output.mp4

    list.txt contains over 800 clips and is formatted correctly :

    file 'clip1.mp4'
    file 'clip2.mp4'
    file 'clip3.mp4'
    etc...

    I believe the issue is due to all the different resolutions and different codecs used, so how can I standardize my collection of clips in order to concat them into a working video file ?

  • x86/vvcdec : add dmvr avx2 code

    25 juillet 2024, par Nuo Mi
    x86/vvcdec : add dmvr avx2 code
    

    Decoder-Side Motion Vector Refinement is about 4 8% CPU usage for some clips

    here is the test result for one time
    clips | before| after | delta


    |-------|-------|------
    RitualDance_1920x1080_60_10_420_37_RA.266 | 338.7 | 354.3 |4.61%
    NovosobornayaSquare_1920x1080.bin | 320.3 | 329.3 |2.81%
    Tango2_3840x2160_60_10_420_27_LD.266 | 83.3 | 83.7 |0.48%
    RitualDance_1920x1080_60_10_420_32_LD.266 | 320.7 | 327.3 |2.06%
    Chimera_8bit_1080P_1000_frames.vvc | 360.7 | 381.0 |5.63%
    BQTerrace_1920x1080_60_10_420_22_RA.vvc | 161.7 | 163.0 |0.80%

    • [DH] libavcodec/x86/vvc/Makefile
    • [DH] libavcodec/x86/vvc/vvc_dmvr.asm
    • [DH] libavcodec/x86/vvc/vvcdsp_init.c