
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (52)
-
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 (6438)
-
Encode mjpeg files from within an iOS app
9 mai 2017, par Ricardo Sanchez-SaezI’m trying to encode a video file with the
mjpeg
codec on iOS. Basically, I’m trying to replicate what this command doesffmpeg -i recording.mp4 -vsync vfr -q:v 9 recording.mjpeg
from within an app.
Is there an easy way to do this ?
I’m looking at using the low level ffmpeg API to do this like in this example, but I was wondering if somebody knows of a simpler way.
I have also access to the individual video frames in
CMSampleBufferRef
format, in case that makes it easier.AVAssetWriter
doesn’t seem to supportmjpeg
, which is unfortunate, as that would make things super simple. -
ffmpeg batch image generation with multiple images [on hold]
4 mai 2014, par user3597867I’m currently generating images of a video every X seconds (in this case, 1 image every minute). I have a command line that works perfectly, but I would like to make it work on batches of videos as opposed to each video individually. Is this possible ? I’ve used PHP scripts on a batch of videos to generate one image at X seconds, but I’d like more than one image per video.
This is the command line that I use on individual videos :
ffmpeg -i INPUT.mp4 -f image2 -vf fps=fps=1/60 -b:v 64k OUTPUT-%05d.jpg
-
Revision f41adbb468 : Remove duplicate or unused code in encoder/quantize.c. Also make some minor sty
13 octobre 2012, par Ronald S. BultjeChanged Paths : Modify /vp8/encoder/quantize.c Modify /vp8/encoder/quantize.h Remove duplicate or unused code in encoder/quantize.c. Also make some minor stylistic changes to bring the code closer to the style guide. Remove checks against i8x8/bpred in the mb-codepath, since these do individual (...)