
Recherche avancée
Autres articles (52)
-
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;
Sur d’autres sites (8493)
-
avfilter/drawtext : Add basic text shaping using libfribidi
21 juin 2014, par Marc Jeffreysavfilter/drawtext : Add basic text shaping using libfribidi
Fixes ticket #3758
Reviewed-by : Andrey Utkin <andrey.krieger.utkin@gmail.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at> -
Set up basic Batch or Node.JS prompts for FFMPEG ?
18 août 2016, par ErraticFoxI have some game clips from Nvidia shadow play that I like to casually shorten and / or turn them into webms or keep them as mp4s. I use the same ffmpeg line for them. I do slightly change the line because of the input file, start time, and output file.
How could I set up something like a batch file (I was thinking maybe node as well) where it just asks for the input file, start time, and output file ?
The current ffmpeg command line I use is like this :
ffmpeg -i desktop.mp4 -ss 00:01:50 -b 900000 -vf scale=640:trunc(ow/a/2)*2 output.webm
-
A basic query about video editing libraries and algorithms
8 janvier 2021, par Education 4FunI'm working with FFmpeg for a project so as per our college guidelines we need to write one research paper so I was confused about what to write
so I thought of writing a comparison of different video editing libraries as per my knowledge I just found FFmpeg if u know any other libraries/algorithms
or any suggestions for writing a research paper on ffmpeg
please let me know
sorry for asking here
Thank you