
Recherche avancée
Autres articles (12)
-
Emballe médias : à quoi cela sert ?
4 février 2011, parCe 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" ; -
Taille des images et des logos définissables
9 février 2011, parDans 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, parModules 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 (...)
Sur d’autres sites (3680)
-
PHP - How to track video conversion progress - Stop ffmpeg process in PHP web [closed]
21 mai 2022, par Mursaleen AhmadI am working on a PHP web project where multiple users will be able upload and convert their videos bitrate using ffmpeg. And if users go to watch page before full conversion then "Video is being processed" message should show up.
I am using jQuery with AJAX and a watch link generated to watch online.


1) How can I find the process is still running and show "Video is being processed" message to the users ?


2) How can I stop ffmpeg process ?


3) How can I get conversion percentage (how much video is converted) from file (as multiple users are using the site so can't work on single file named output.txt) ?


-
RTP Packets to test RTSP Server
6 mars 2019, par stackjohnnyI am new to this domain, but I successfully setup RTSP server in one of the container and when running
./rtsp_media_server -l 8445 -s stream1 -p 8000
it is working fine. where
8445
is the expose port,stream1
is the stream name and8000
is the intake portURL :
rtsp://<host>:8445/stream1</host>
But I need RTP packets to be sent to port
8000
so that I can test the my rtsp media server perfectly.Do any online rtp server provides the same ?
I can see many sample rtsp media server is there like
rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov
, which I can test in VLC media player. but not sure how to do with RTP packets.Please correct me if my understanding is wrong and guide me.
-
FFMPEG merge one audio and one video file [duplicate]
29 mars 2020, par Karl RI am trying to get this to work for a few hours and am having no luck. I have two .mp4 files - one is audio and one is video. All I want to do is merge them into one file so the audio and video play together. I know I am close but I keep getting stuck on "Cannot find a matching stream for unlabeled input pad 1 on filter Parsed_hstack_0".
My command I am using is :
.\ffmpeg.exe -y -i .\camera.mp4 -i .\screen.mp4 -filter_complex hstack output.mp4
Output of each file type is attached.
Thank you for your help - we found a bug in a screen recording app on our AMD laptops and this will helps us with a temporary fix. I work at a tech college and we are scrambling to get online videos going for the students to learn remotely.
pic1
pic2