
Recherche avancée
Médias (1)
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (74)
-
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 (...) -
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 (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)
Sur d’autres sites (8250)
-
Is there a need to apply Deblocking filter, when I have all Intra frames Encoding
31 août 2015, par Codec GuyI am working on H.264 Deblocking Filter and need some clarity.
- While designing an all Intra Encoder and Decoder, is it mandatory to
add Deblocking Filter block in the Codec. - If deblocking filter is not enabled for all Intra Encoding does that
cause any PSNR degradation(I checked few streams the PSNR almost
remained the same). - If I am encoding all my frames using Intra prediction, does that also
have any blocking artifacts.
Thanks in advance
- While designing an all Intra Encoder and Decoder, is it mandatory to
-
ffmpeg : create video from images [duplicate]
22 juillet 2021, par zulukI am trying to create a video from my images on my Windows 10. The images are named lu_1.jpg, lu_2.jpg and so on up to 1000. Now I tried this code in a .bat file to get the video :


ffmpeg -framerate 1 -i lu-%d.jpg -c:v libx264 -r 30 ../lu_output.mp4



Unfortunately I get the following error from cmd :


lu-v: No such file or directory



The .bat file is placed in the same folder as the images.


Could someoene please tell me how to solve this issue ? Thanks in advance.


-
Combine an image into audio file and make a video file in android programmatically
20 mars 2015, par jagdishI read the tutorial of ffmpeg libray to combine the image into audio file.but is more complex and getting error environment value is null.I googled a lot but didn’t found any solution.
Is there any way in android we can merge an image in audio file and make a video file.
Thanks in advance....