
Recherche avancée
Médias (3)
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
Autres articles (111)
-
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 (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (14349)
-
How to get and use FFMPEG in a Objective-C OS X app
2 septembre 2015, par CoimanI have an application where I need to use FFMPEG for something (video from AVCaptureSession encoded to MPEG(1)).
So far I have been looking for ways to build and use FFMPEG in my project but I have not found a way for OS X. All of the wrappers I have found so far are for iOS instead of OS X.
I need a solution that works on OS X and I would prefer if you explained how to use it a bit (build instructions, getting it into the Xcode project, code samples).
Thanks in advance for your help. :)
-
Stream Encoded bytes with FFMPEG
16 mai 2017, par caiomcgI have a byte array of encoded VP9 data and I have to stream it with UDP over FFMPEG(C++). Do you have any suggestion on how to do this ?
VP9(uint8_t*) -> FFMPEG -> UDP -> PC
Thanks in advance.
EDIT :
The bytes are sent to me by a hardware device.
-
How to get 4 different quality from ffmpeg ?
27 juin 2021, par Mamazi-AviaI have used ffmpeg to convert mp4 videos to m3u8, now I have seen a new structure due to my new player on the website. An online converter creates 4 different folders (hd, hq, lq, mq), an enc.key (like the image below), and of course a playlist file. how can I get this exact configuration from running ffmpeg on my system ?
thank you in advance :)