
Recherche avancée
Médias (2)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (100)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (7109)
-
Extract audio from video with FFMPEG but not the same duration
25 mars 2015, par user3774451My problem is that i need to extract with FFMPEG the audio contained in a video with the same duration. But for some files that i tested, the audio’s duration is sometimes shorter than the video’s duration. I need to have the exact same duration between the audio and the video file.
The command that i have already tried is this following :
ffmpeg -i input_video.mp4 output_audio.wav
How can i fix this with options in my command ?
-
ffmpeg seeking (-ss) not working past 13:15:20
7 avril 2022, par SiwelTheLongBoiI'm trying to pull a single frame every 30 minutes from a twitch VOD, but it only works up until I try to pull the frame at 13:30:00. It works just fine up until this timestamp.


The last timestamp it will work for is 13:15:20, 13:15:21 and after will not work.
When stuck it loops printing the following until I force stop it :


frame= 0 fps=0.0 q=0.0 Lsize=N/A time=00:00:00.00 bitrate=N/A speed= 0x



The exact one that fails is


ffmpeg -ss 13:30:00 -i https://d1ymi26ma8va5x.cloudfront.net/ad7df46d01d076a6cab0_ironmouse_44606619692_1644025354/chunked/index-muted-FMTK8V9QQ2.m3u8 -frames:v 1 -q:v 2 OutputFile_27.jpeg



I've tried other links and it also fails in the same spot.


What's causing this error, is there a way to get it to work ? (Or a much better way to do this in general)


-
How to compare two look alike videos of different codec, size, resolution
23 octobre 2015, par Abdul GafoorIs it possible to compare pragmatically, two look alike videos of different codec, size and resolution. I went through the some tools like
ffmpeg
opencv
.Or in the another context, Lets an image should be compared with video and find out the exact time where the image visually present in the given video. The codecs, size and resolution of video and image may vary.