
Recherche avancée
Autres articles (102)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
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 (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (8205)
-
ffmpeg Unknown input format : 'lavfi'
27 août 2015, par teazerI tried to create such a test image video using ffmpeg device "lavfi", but my LTS Ubuntu told me :
"Unknown input format : ’lavfi’"
I got that my ffmpeg seems to miss that device. But how to fix this ?
i used this :
ffmpeg -f lavfi -i testsrc=duration=120:size=1280x720:rate=30 test.mp4
-
How to use ffmpeg to convert VCD(dat file) to a batch of images, then convert these images into another video ?
4 juillet 2021, par SiweiI have a old VCD, and I want to enhance it using AI tech. my questions are :


- 

- how to know the origin frame rate of this VCD(dat file) ?
- how to split this VCD into images with the raw frame rate ? ( I don't want to miss one frame )
- does google has the tech to enhance the old images ?
- once all the images are enhanced , how to re-combine these into a new video ?










If these are some AI tech to repair/convert the entire VCD file, it's also a good choice.


thanks a lot !


-
How to build + include FFMPEG into an existing Android project
20 janvier 2015, par SteveEdsonI’ve found multiple questions and tutorials regarding FFMPEG, but I don’t seem to understand most of them. All of the guides I have read, miss out large gaps and don’t tend to explain things.
I have an existing Android app that streams audio using a third party library called AAC Decoder. For various reasons, I need to switch to use FFMPEG, but cannot figure out how. I have managed to follow guides to build FFMPEG, but then I don’t understand what I am supposed to do with the output.
My app needs to stream audio only, from a remote URL. The streams can be in a variety of formats.
If anyone could link me to some comprehensive, detailed guides, or provide me with instructions, it would be great.
Thanks.