
Recherche avancée
Médias (2)
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (77)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (12691)
-
avcodec/ppc/h264qpel_template : POWER LE support for PREFIX_h264_qpel16_h_lowpass_alti...
28 novembre 2014, par Rong Yan -
Php and Mysql current video time duration using FFMPEG
10 novembre 2014, par innovationI have one question about video time calculator.
I am using this FFMPEG
shell_exec("ffmpeg -i ../videos/$video_name.flv -f flv -s 320x240 ../videos/$video_name.mp4");
shell_exec("ffmpeg -i ../video_images/$video_name.mp4 -vcodec png -ss 00:00:05 -s 360x288 -vframes 1 -an -f rawvideo ../video_images/$video_name.png");I want to add here to post total duration of the video.
For example : I upload a video this video time 4:10 (4 minutes 10 seconds). I want to post it this time from table row.
How can i do this anyone can tell me ? -
Adjusting video length to fit audio length in FFmpeg
8 avril 2015, par SpreadysThis has been driving me mad !
I have video.avi, a raw uncompressed video with a duration of 6mins
I have audio.wav, a raw uncompressed audio with a duration of 9minsI need to mux these together, but map the timing information from the audio.
Using Vsync 2 I would hope that video frames get duplicated in order to do this.My current (failed) attempt is
ffmpeg -i video.avi -i audio.wav
c:v rawvideo -c:a copy
vsync 2 -map 0:0,1:0 -map 1:0,1:0
newvideo.aviMy understanding is that the -map first designates what file:stream, and this is followed by the file:stream to be used for timing information.
I have attempted all my usual research methods in an attempt to avoid asking but it is still resulting in the avi container holding two streams with the video length unchanged.
If anyone can shed some light on my errors, I would be very grateful....or if you need further info - please ask !Thanks
DavidAny guidance on what other information may promote some suggestions to where i’m going wrong also appreciated.
Thanks