Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (64)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • MediaSPIP Player : les contrôles

    26 mai 2010, par

    Les contrôles à la souris du lecteur
    En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)

Sur d’autres sites (9154)

  • avformat/hlsenc : fix write wrong init file URI string problem

    18 mars 2018, par Steven Liu
    avformat/hlsenc : fix write wrong init file URI string problem
    

    fmp4_init_filename should append after base_output_dirname

    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/hlsenc.c
  • How to solve the problem of low performance of complex video generation using ffmpeg ?

    21 novembre 2019, par Zedd

    I use ffmpeg to generate a complex video.

    This video consists of the following materials :

    1. Original video

    2. Video dub

    3. Background music

    4. Subtitle

    My code logic is as follows

    1. Combine ’Original video’ and ’Video dub’ into ’Video A’

    2. Subtitle ’Video A’ as ’Video B’

    3. Add ’Background music’ for ’Video B’ as ’Video C’

    The ’Video C’ is the video I want.

    My Code

    // Step1:
    ffmpeg -i VideoDub.mp3 -i OriginalVideo.mp4 VideoA.mp4
    // Step2:
    ffmpeg -i VideoA.mp4 -vf subtitles=Subtitle.srt -y VideoB.mp4
    // Step3:
    ffmpeg -i VideoB.mp4 -i BackgroundMusic.mp3 -filter_complex "[1:a]aloop=loop=-1:size=2e+09[out];[out][0:a]amix" -ss 0 -t 100 -y VideoC.mp4

    Design defect

    • I think my code is very redundant
    • poor performance
    • There are many times of encoding
    • It takes too long to generate such a video
    • The CPU usage has reached 100%.

    My Question

    How to solve the above problem?

  • Revision 5437474c54 : Merge "Revert "Layer based rate control for CBR mode.""

    3 février 2014, par Marco Paniconi

    Merge "Revert "Layer based rate control for CBR mode.""