
Recherche avancée
Médias (91)
-
Les Miserables
9 décembre 2019, par
Mis à jour : Décembre 2019
Langue : français
Type : Textuel
-
VideoHandle
8 novembre 2019, par
Mis à jour : Novembre 2019
Langue : français
Type : Video
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
-
Un test - mauritanie
3 avril 2014, par
Mis à jour : Avril 2014
Langue : français
Type : Textuel
-
Pourquoi Obama lit il mes mails ?
4 février 2014, par
Mis à jour : Février 2014
Langue : français
-
IMG 0222
6 octobre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Image
Autres articles (99)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (8839)
-
how to get interval frames and key frames by ffmpeg with one command ?
17 janvier 2023, par shsfI need to get the pictures of the video with one command.


- 

- gets a frame by interval ;For example 0s 10s 20s 30s ... ;In order to generate sprites
sprite
- gets a keyframe at a fixed interval ; In order to show the video synopsis ;






How to modify the following commands ?


ffmpeg -y -ss -5 -i <input /> -vf fps=fps=1/10 -s 480x270 p1/out-%04d.png -vf "select='eq(pict_type,PICT_TYPE_I)'" -vsync vfr -s 480x270 -frame_pts true p2/out-%05d.png


-
Encode & play video formats without 3rd party codec packs
20 septembre 2013, par JezzaWe have built a windows based software system that allows users to import their own video for viewing in the software. It works fine for AVI and WMV as we use a windows based player. For encoding or playing to work with most common video formats we have to ask our customers to download a 3rd party codec pack, such as K-Lite or Combined Community Codec Pack. Many of our customers are not allowed to do this due to IT Management rules.
Are they are any suggestions regarding a player and encoder that can be built into our windows based software without needing 3rd party codec packs.
I am not sure if ffmpeg, handbrake, VLC can be used for this purpose.
Thanks. J
-
Invalid buffer size, packet size 1447 expected frame_size 460800
24 février 2017, par Thiruvarangan VedanthamI am trying to display raw video being captured from a capturing device using ffplay. The following command works fine :
’ffplay -fs -i /dev/video1’
However, I need to rename the capture device to ’webcam’ and have added necessary UDEV rules and then trying to play using the following command :
’ffplay -s cif -pix_fmt yuv420p -f rawvideo /dev/webcam’
This command gives me the following error :
Invalid buffer size, packet size 1447 < expected frame_size 460800.
Also tried :’ffplay -fs -i /dev/web-cam’
which gives me the following error :
Invalid data found when processing input. Please help.
Thanks in advance.