
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (69)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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 (...)
Sur d’autres sites (12038)
-
How to extract the sound of a video from two timecodes to a .ts file [closed]
22 avril 2023, par ImprevisibleI'm trying to use FFMPEG to extract the audio from a video for a certain period of time and cut it into 5 second chunks, but it doesn't work. Instead, the chunks have different lengths and don't match what I asked for. I tried several solutions, but nothing worked.


From what I understand, the problem could be with the picturerate and the treshold, but I don't know what to do with that information. Here is the command I used :


ffmpeg -loglevel error -accurate_seek -ss 00:00:00 -to 00:00:05 -t 5 -i H:/Films/Tetris.mkv -c:a aac -b:a 128k -ac 4 -vn -map 0:1 -f adts pipe:1



This gave me an audio file of 53s, but if I do from 00:00:05 to 00:00:10, I have an audio file of 4.6s.


If anyone can help me, that would be great. Thanks in advance


-
how to create ts file from h264 stream and aac ? [on hold]
8 octobre 2015, par Avinashi have h264 video stream and .aac audio data and i want to create TS file using these h264 stream and .aac audio file.
Please help me creating this.
Thanks in advance. -
Issue decoding RTP video using FFMPEG [on hold]
8 décembre 2016, par dev-mbdCurrently, we cannot decode video sent via RTP. We we’re able to get the input and stream info but we have gotPicture always set to 0 when we decode.
We are wondering if someone already managed to do the same before and how to do it also correctly.
FYI, we’re using the FFMPEG wrapper from Github https://github.com/Ruslan-B/FFmpeg.AutoGen and we’re trying to decode the video in c#.
Thank you in advance for the help !