Recherche avancée

Médias (91)

Autres articles (50)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

Sur d’autres sites (6713)

  • Use FFmpeg to compare the same videos with different lenght

    5 mai 2016, par user3043703

    I have two videos taken from the same multimedia file, with identical video codec, bitrate, width x height, audio codec, etc... It would be possible, for example, to see if one video includes the second and to get the time where the second video starts to differentiate from the first ? I think that this job should be done by FFmpeg and the right process would be to compare just video or audio frames. I know some basic commands but really cannot understand how to perform this kind of comparison.

  • Is there a way to stream a list of videos in a directory rtmp ffmpeg

    22 février 2021, par Guiso

    I would like to stream videos to twitch with ffmpeg.

    


    I investigeted and found this :

    


    this streams the screen and works

    


    ffmpeg -f gdigrab -framerate 30 -i desktop -vcodec libx264 -b:v 5M -acodec aac -b:a 256k -f flv rtmp :"link"

    


    I tried to stream a single file but it looks like it works but doesn't, no errors are shown but it doesn't stream it

    


    .\ffmpeg -i .\FinalFiles\FinalVideo\amar.mp4 -b:v 5M -acodec aac -b:a 256k -f flv rtmp ://rio.contribute.live-video.net/app/live[StreamKey]

    


    my idea is to have a folder where I add and remove videos, and ffmpeg streams it and the stream never stops, how should I do this ?

    


    sorry for bad english

    


  • Best way for stream videos on web [on hold]

    13 février 2016, par Amir

    I am working on video-sharing website and looking for Appropriate way to stream videos because all users can send video in my site. I wonder which way is best to stream all videos like YouTube, compatible with all speed and all the qualities and can change quality . breathed apple hls finally arrived, but the only problem is that for the video to the must take into consideration multiple video files . ffmpeg seagment that the server takes up this much volume.

    The second way that came to my mind is live transcoding. It does not change its quality by changing the speed of video, but this version was with JavaScript wrote such a thing. Speed and space as large as any video website YouTube will be more suitable, but when I thought this was the way all the server and does not work. Most importantly, when you upload a video to YouTube you see it say the process is completed so it means YouTube will not use this method. I think YouTube very easy to convert several formats witout seagment . change the quality generated script that was said !!

    In your opinion, when is the most appropriate way ?!
    Thankful