
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (56)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
MediaSPIP Init et Diogène : types de publications de MediaSPIP
11 novembre 2010, parÀ l’installation d’un site MediaSPIP, le plugin MediaSPIP Init réalise certaines opérations dont la principale consiste à créer quatre rubriques principales dans le site et de créer cinq templates de formulaire pour Diogène.
Ces quatre rubriques principales (aussi appelées secteurs) sont : Medias ; Sites ; Editos ; Actualités ;
Pour chacune de ces rubriques est créé un template de formulaire spécifique éponyme. Pour la rubrique "Medias" un second template "catégorie" est créé permettant d’ajouter (...) -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)
Sur d’autres sites (7081)
-
Encoding and decoding timestamps per frame using libav* into mp4
9 mai 2019, par KevinI am writing a program for recording and playing back video together with another program that is connected to a piece of hardware we sell. This other program gathers data from hardware, which contains "timestamp" counters at a fixed sampling rate.
I am looking for a way to encode these timestamps (either raw or converted to unix) into the outputted mp4 file. The main reason being that the video stream might only start getting saved a few minutes into the hardware acquisition
Recording :
timestamp
Main program ---------------> Video program
| |
| |
v v
Save hardware data Save frame data
and timestamp and timestamp
| |
| |
v v
Custom data format .mp4 filePost processing analysis :
for i in range(0,datalen):
hardwareData, timestamp = readHardwareFile()
frame, timestamp = readMP4()
myData[timestamp].hardware = hardwareData
mydata[timestamp].video = frame
analyze(myData)The goal being that when a I want to playback in VLC, or with OpenCV, I have access to timestamps for each frame.
I currently save it as a separate text file with timestamp and frame #, but I’m wondering if there is a more standardized way to do this.
-
ffmpeg join two mp4 videos one after another
7 juin 2019, par Grbe1lI’ve got 2 videos I want them to join into one video using ffmpeg. I am running these commands in Java so I need it to use the command line so no other programme solutions apply. I have tried many different ways but non seem to work. So i got a video of 35 seconds and one of 5 seconds I need a output of 40 seconds this never seems to happen. if anyone could help it would be greatly appreciated
-
ffmpeg join two mp4 videos one after another
24 septembre 2015, par Grbe1lI’ve got 2 videos I want them to join into one video using ffmpeg. I am running these commands in Java so I need it to use the command line so no other programme solutions apply. I have tried many different ways but non seem to work. So i got a video of 35 seconds and one of 5 seconds I need a output of 40 seconds this never seems to happen. if anyone could help it would be greatly appreciated