Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (55)

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

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (6549)

  • 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.""