
Recherche avancée
Autres articles (61)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (11751)
-
php ffmpeg convert existing videos to 4k resolution
27 février 2014, par user3361920Hi I have a list of videos placed on the server in a directory. All I want is to convert them to 4k resolution as currently they are in 1920x1080 resolution. FFmpeg library is already existing.
Will this ffmpeg will do the job for me or I need some other library for this ? If ffmpeg will do then please can somebody help me by giving the code in PHP .
Please forgive for asking anything wrong .
Thanks in Advance -
ffmpeg converted file does not open in premiere pro
26 septembre 2021, par tppt1I had to convert mkv files since premiere pro does not support the format. For converting I used following commands to not triple the filesize : ffmpeg -i input.mkv -c:v copy -c:a copy output.mp4


The new file seems to be mp4 but when I import it into Premiere only the audio appears.


Could anyone tell me what I did wrong or what the problem might be ? Or if anyone knows what commands to use without doubling or tripling the file size (since the input files are already about 500-600MiB).


Thanks in advance !


-
Stream camera/video from python to client using ffmpeg
31 janvier 2018, par RahulSo I’m making an application where I have connected my camera with python code through opencv.
Now I can process each frame inside my python code but I want to stream this live feed to users.
I found that FFmpeg can be used to achieve this but I’m wondering how.
Also please do suggest any solution to achieve this with any other library.The only condition is that I should be able to stream from my python code may be via a subprocess.
thanks in advance :)