
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (38)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (6433)
-
Video composition
16 avril 2016, par Perry DaviesI am trying to recover some pictures from an old movie. However when I pause the movie not all of the picture is complete. My question - is there some software or method I can use to take some of the video frames and compress them into a single image that I can then use to print a picture from ?
Hope someone can help
-
Join two videos with unmatching audio streams in ffmpeg
1er janvier 2013, par graupI already know how to concat multiple files using ffmpeg (e.g. like this).
However, I have a specific problem. Due to an error while recording, the first video's video stream ends after about 14 minutes, while the audio stream is about 20 minutes long.
The second video has complete video and audio streams.I hope this will make my situation clear :
File 1:
V1: vvvvvvvvvvvvvvv________
A1: aaaaaaaaaaaaaaaaaaaaaaa
File 2:
V2: vvvvvvvvvvvv
A2: aaaaaaaaaaaa
Result after converting to MPEG-TS, concatting and encoding to mp4:
vvvvvvvvvvvvvvvvvvvvvvvvvvv________
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Expected:
vvvvvvvvvvvvvvv________vvvvvvvvvvvv
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaAnyone know how to do that ?
-
How to compile ffmpeg for an iphone application
27 décembre 2012, par SwatiI am trying to compile ffmpeg for my iphone app so that i can
convert amr file to mp3
I downloaded latest version of ffmpeg and tried to configure it via terminal on my mac.
but i couldn't succeed, it always shows numerous errors :
cannot find make command
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc is unable to create an executable file.
libavcodec.a file not found
libavfilter.a file not found
libavutil.a file not found
libswscale.a file not found
libavdevice.a file not found
libavformat.a file not found
libswresample.a file not foundi tried following links :
FFmpeg on iPhoneUsing FFMPEG library with iPhone SDK for video encoding
and many more...
could not fins step by step instructions..
Hope somebody can guide me with ffmpeg config