
Recherche avancée
Autres articles (72)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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 ;
Sur d’autres sites (11288)
-
FFMPEG - Concat Image to a video without re-encoding
2 mai 2017, par Pubudu ThelaheraI have been googling this but didn’t found a definitive answer.
I need to concat two images to the beginning and end of a video without re-encoding the whole video.
Edit : Please assume i’m using h264 codec with python. Say i need the image to be displayed for 03 seconds.
Can this really be done ? If so appreciate a sample code.
Thanks in advance.
-
How to get 4 different quality from ffmpeg ?
27 juin 2021, par Mamazi-AviaI have used ffmpeg to convert mp4 videos to m3u8, now I have seen a new structure due to my new player on the website. An online converter creates 4 different folders (hd, hq, lq, mq), an enc.key (like the image below), and of course a playlist file. how can I get this exact configuration from running ffmpeg on my system ?
thank you in advance :)




-
Stream Encoded bytes with FFMPEG
16 mai 2017, par caiomcgI have a byte array of encoded VP9 data and I have to stream it with UDP over FFMPEG(C++). Do you have any suggestion on how to do this ?
VP9(uint8_t*) -> FFMPEG -> UDP -> PC
Thanks in advance.
EDIT :
The bytes are sent to me by a hardware device.