
Recherche avancée
Autres articles (107)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (9556)
-
FFmpeg / Create video / Add caption (timestamp) of each jpg file to generate mp4
17 août 2012, par lowI've got some pictures, as screenshot-1.jpg, ..., screenshot-345.jpg, cycle of automatic capture from my computer (cycle of 30 seconds). I use FFmpeg to generate a video mp4 format, but, I want to add on the video the timestamp of each jpg file.
This is my command line of FFmpeg :
ffmpeg.exe -f image2 -r 4 -i screenshot-%0d.jpg -b 512000 -s 3840x1200 -sameq video.mp4
In this case, I can show the date/time during de video play.
Thanks.
Low -
doc/developer.texi : demote the "contributing" chapter to a section
9 novembre 2022, par Anton Khirnov -
MPEG Encoding library for WINDOWS PHONE 8 [on hold]
18 avril 2015, par Ali JeyI am developing a Windows phone app that takes pictures to create Time-lapse Videos.
However I’ve noticed that there aren’t many libraries for Encoding frames into MPEG format for Windows phone platform.My question is this :
- Is there any library at all to encode FFMPEG videos inside Windows phone apps ?
- if not, How can I make one in C# ? (Yes I know it’s going to be hard.)
Where should I Start from ? (please pay attention that the references that I can make inside windows phone app projects are limited !)
Thanks in advance for any help.