
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (83)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, 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 Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...) -
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 (...)
Sur d’autres sites (7283)
-
Decryption of mp4 file by replacing first 32 bytes with another key file
17 octobre 2016, par JanviMWe receive an encrypted video file and a key.header file
The video will decrypt and become playable after replacing the first 32 bytes of video data with 32 bytes of the key file.Few approaches thought of :
1.As serving video through Nginx,is there any utility/plugin of Nginx which can decrypt the file on the go to manage the load on server.
2.Using nginx-rtmp module, is there any ffmpeg command available to replace 32 bytes of video file with key file i.e. to make video playable after decrypting.
Can anyone please suggest how to implement the above approach or any other utility available for making the video playable after decrypting on the go while serving the video through nginx ?
-
libffmpeg C++ : convert file to the same exact format of another file
12 mars 2015, par Andreawhat’s the correct way with libffmpeg (if possible with an example) to convert file A into the same aspect/fps/width/height of file B ? I could do that manually, frame by frame, using Cimg or another graphic library to scale it but i’m sure there is a better way to do this and i can’t find any tutorial about conversion.
I’ve read the drangers tutorial and other resources but i can’t find the right way to do this. (I need to do this via C++, so please don’t suggest to use the command line interface)
thank you
-
Combine an image into audio file and make a video file in android programmatically
6 mai 2020, par jagdishI gone through the tutorial of ffmpeg library to combine the image into audio file.



This is looking very complex and getting error with environment value is null.



I researched a lot but didn't find any solution.



Is there any way in Android to merge an image and an audio file to make a video ?