
Recherche avancée
Médias (3)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (54)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 (...) -
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 (4208)
-
How to find out which audio sample belongs to which frame in a video - with ffmpeg or other tools ?
30 mars 2021, par tlau5I am wondering how I would find out which frame in a video belongs to which audio sample.


Lets say : I know audio sample 39822 has the characteristic I am looking for. Using the information contained in the container, I want to find out to which frame the audio sample was recorded. (Key frames/ Samples ?)


I was thinking ffmpeg could help me with this problem.


I tried to find the answer within the ffmpeg documentation but did not succeed.


Maybe you guys can give me a hint which tool (maybe even other than ffmpeg) to use or where to look specific.


Thanks in advance
Tim


-
tools/target_dem_fuzzer : Fix packet leak
22 mars 2021, par Michael Niedermayer -
Anti-Aliasing filter with ffmpeg or other tools to old video
16 mai 2021, par user3449922I have many old computer generated videos in mp4 at very low resolution 640x480.


Here an example :




I have tried to upscale it with IA but still a lot of aliasing.


I ask if there is a way to apply a anti-aliasing filter with ffmpeg or other tools to my videos.


Thanks !