
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 (63)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (4893)
-
Can I detect duplicated videos using ffmpeg ?
28 décembre 2020, par TobiasIs it possible to detect duplicate videos (.mp4 files) using ffmpeg (or similar tools) ?


There are around 3000 videos in my file system, some of them twice (since these are automatically downloaded by a bot from various sources). So it can happen that these differ a little from the video / audio quality.


My first idea now would be to render the videos to a quality that is consistent and store the MD5 hash of the file in the database. There I would check for duplicate hashes.


Is this the right approach or does anyone have an idea how I could best implement this ?


-
Stitching videos (with very precise camera angles) into 360 video [on hold]
4 mai 2017, par Basset houndI can record videos with very precise camera angles.
I also used Autopano Video to stitch the videos, the result is awesome.I was wondering, if I can record videos with very precise camera angels.
Do I really need 3rd party commercial software to stitch the videos ?Can I get it down by C# or ffmpeg or OpenCV or open source ?
Any hint or advice would be appreciated. -
Create a video with other videos at certain points
7 mars 2020, par Antique ChariotI’ve never used ffmpeg before, and I need to do something quite complicated (in my opinion at least, this could be easy).
Basically I need to have a black video but at certain points concatenate other videos.
For example, at 0.00 a 3 second video, then black until 10.0 and then another video, etc etcThe finished videos will consist of hundreds of videos and be anywhere from 1-5 minutes long.
I’m working in Node.js, ideally using a wrapper would be best (I’m using fluent-ffmpeg currently but any will suffice), although raw commands are also an option.
Any ideas are appreciated !
Edit : also, say a 5 second video is at 0.00, and a 10 second video is at 1.00, I’d like it to overwrite the original 5 second video