
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 (60)
-
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 -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users.
Sur d’autres sites (9415)
-
How can I create mp4 file with 0 frames in it ? [on hold]
12 août 2016, par Adam WróblewskiI need to create an empty .mp4 file, it needs to have 0 frames in it. How can this be achieved ? Any ideas ?
edit :
I have tried rendering 0 frames video from Adobe After Effects (AE doesnt allow this) and setting duration of output video to 0 with ffmpeg -t 0 (it wont aaply, transcodes the whole length)purpose :
I need to concat a video from 10 small parts. I has to be exactly 10 parts, but some of them should be blank(duration 0), so no glitch will be visible -
Where can I find modern tutorials for libav, ffmpeg, etc ? [on hold]
19 décembre 2016, par MartyI want to make a quick program in C that will open a video, save each frame as a ppm, and dump motion vectors. All the tutorials I can find are from almost ten years ago and call deprecated or non-existent functions.
Are there any good online resources, websites, videos, or textbooks that cover a modern approach to doing these types of things ?
-
FFMPEG Combine 2 Video Files [on hold]
9 février 2018, par Türkweb Yazılım ve DanışmanlıkHi two video files combine not working.
exec("/usr/local/bin/ffmpeg -i 'concat:video1.mp4 | video2.mp4' -codec copy output.mp4", $output);