
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 (34)
-
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 -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
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 (5206)
-
How to Extract Timestamps and Corresponding Screenshots from .MTS File ?
1er juin 2016, par broyangI have a .MTS file, and I want to output its timestamps every n milliseconds. I have to match each timestamp with its corresponding screenshot of the video.
I tried using avchd2srt to output each timestamp, but it outputs a .srt file. I’m trying to output the timestamps in a .txt file, and the pictures in jpeg format. Does anyone have suggestions on what to do ?
-
Convert video with ffmpeg using gpu
21 juin 2016, par sdnaghdiI have video sharing site and convert video with ffmpeg but it take a lot of time for converting.
how can do it fast and safe ?
I think when ffmpeg match with GPU it helps me but I find no good reference to use.
Which application or reference can help me that have good performance. -
Sync video clip using audio waveform
10 octobre 2015, par Jean-Philippe EncausseI have 2 camera recording the same scene (but not with the same audio quality)
- I have 2 videos clips V1 and V2 recorded from each cameras.
- I want to find the delay D between the 2 clips V1 and V2 using the recorded audio.
Is there a simple way to do this using FFMpeg or NAudio (C#) or ?
I assume the algorithm will match some audio feature on Clip1 then find the features on Clip 2 ?