
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (99)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...) -
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 (8857)
-
Get the list of I-Frames in a video using Python
1er mars 2021, par Tina JI'm trying to get the list of indexes for all I-frames in a video in Python (and later save a portion of them as
JPEG
). Right now, I can traverse all frames usingFFProbe
in terminal, and see which one is I-frame :


ffprobe -select_streams v -show_frames -show_entries frame=pict_type -of csv 18s.mp4




which gives me something like this :



frame,I
frame,B
frame,P
frame,B
frame,P
frame,B




But how can I do that in Python (I'm in Windows) and get a list of all their indexes ?


-
ffmpeg : How to map mp3 input file list metadata to HLS output segments ?
3 février 2017, par eagspooI am trying to encode a list of mp3s into an HLS stream. This is basically working except that the output stream does not have the id3 metadata from the input mp3s encoded as timed metadata for HLS.
Here is the command I am currently using :
ffmpeg -y -f concat -re -i list.txt -vn -hls_flags delete_segments -hls_wrap 0 -hls_time 7 -map_metadata 0:g:0 ./hls/out.m3u8
Using the
map_metadata
option was my attempt at copying this information but it did not work.Thanks for any help !
-
aacenc : remove TNS from the todo list
29 août 2015, par Rostislav Pehlivanovaacenc : remove TNS from the todo list
Pulses are already on the way so expect to see the list
gone in the close future.TNS is already of sufficiently high quality to be enabled
by default (but isn’t yet, so you too can help by testing !).Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>