Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (51)

  • 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

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

  • Les statuts des instances de mutualisation

    13 mars 2010, par

    Pour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
    Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)

Sur d’autres sites (6524)

  • How to use ffmpeg to replace a scene in a video with a scene from another video ?

    20 juin 2020, par user16171

    I want to take a scene from Movie1 and replace it with a scene from Movie2.

    


    Movies 1 and 2 have different bitrates. Both are 1080p.

    


    I think I can figure this out with a combination of slicing and concatenating.

    


    Can I use a single command to do this ?

    


    e.g.,

    


    ffmpeg -i Movie1.mkv -i Movie2.mkv Movie1.mkv -filter_complex '[0:v] [0:a:0] [1:v] [1:a:0] [2:v] [2:a:0] concat=n=3:v=1:a=1 [v] [a]' -map '[v]' -map '[a]' Movie3.mp4

    


    This is just a start - I don't know how to specify the times to splice.

    


    For example, if I want to replace s=00:10:00 t=00:05:00 from Movie1 with s=00:20:00 t=00:05:00 from Movie2, how do I specify that ?

    


    Thanks.

    


  • İ need help for ffmpeg Merge 2 videos

    18 juin 2020, par Çağrı Eren

    the code I wrote below takes two video files renders them into 1080p res, plays the 1st video for some time (5 secs) then plays the 2nd video foreground with the first video's audio still playing in the background.

    



    The length of the second video is taken as basis duration. If 2nd video's duration is shorter than 1st one, video freezes and audio keeps playing. If 2nd video is longer than the 1st, video continues in accordance with 1st video duration.

    



    string ar = $"-y -i \"{videoModel.dosya_yolu}\" -i \"video.mp4\" -filter_complex \"[1:v] scale=1920:1080 [a]; [0:v] scale=1920:1080 [b]; [b] [a] overlay=enable=gte(t\\,{baslangic}):x=0:y=0:shortest=1[out]\" -map [out] -map 0:a -c:v libx264 -crf 24 -preset ultrafast -c:a copy \"{cikti}\"";


    



    What I want to do is :

    



      

    1. if the 2nd video is shorter, it should start again and keep playing until the 1st video ends, and not freeze
    2. 


    3. Even though each video is around 800mb, it renders out 4-5gb. It needs to be minimized without decreasing resolution
    4. 


    5. it shouldn't modify resolution unless both videos have different resolutions.
    6. 


    


  • How to correctly execute the FFmpeg command to get the quality as in video or better quality live stream ?

    5 juin 2020, par Алина Хром

    I have an m3u8 file with 1080p quality, when I retransmit this to Youtube I only get 360p each time, what do I need to change in the request to get full 1080p quality or how do I properly execute cmd ?

    



    My Cmd :

    



    


    ffmpeg -re -i http://s15.strak.cf/content/stream/films/File.m3u8 -i usr/hls/log.png -filter_complex "overlay=W-w-25:H-h-25" -c:v libx264 -s 1280x720 
 -b:v 4M -maxrate 6M -crf 21 -preset veryfast -fflags nobuffer -flags low_delay -g 25 -sc_threshold 0 -c:a aac -b:a 128k -ac 2 -strict -2 -flags +global_header -bsf:a aac_adtstoasc -bufsize 3000k -f flv rtmp ://a.rtmp.youtube.com/live2/