
Recherche avancée
Médias (1)
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (40)
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...) -
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 (6685)
-
Split audio file into several files, each below a size threshold
15 avril 2016, par Ben SandlerI have a FLAC file which I need to split into several distinct FLAC files, each of which must be below 100 MB in size. Are there any UNIX tools which can do this for me ? Can I implement this logic myself ?
Side-note : since FLAC is compressed, I figure that the easiest solution will require first converting the file to WAV.
-
How can I vary font size with ffmpeg
21 mars 2023, par shelbypereiraI would like to overlay text on a video and have only the text size change (zooming on text)


It seems that zooming on the whole video is possible with ffmepg using zoompan, but is there a way to have the video fixedand vary the fontize over x number of frames to simulate zooming in and out of the text (without zooming the whole video).


-
How to stop ffmpeg increasing image size when adding watermark
1er février 2023, par NXT_2006I'm trying to add a border over many images by overlaying the border as a watermark.


My input image is 5.13x7.63 inches but the output is 16.03x23.84 inches. How do I prevent this and get output as the same size as input ?


The command I'm using is :


ffmpeg -i input.png -vf "movie=border.png [watermark]; [in][watermark] overlay=0:0 [out]" output.png



where input.png and border.png are the same dimensions and in the same folder.


I was expecting the output to be the same size as input.