
Recherche avancée
Médias (91)
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#1 The Wires
11 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
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 (43)
-
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 -
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" (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (4947)
-
FFMPG changing bit rate difference [closed]
14 décembre 2023, par Bogudał.MikołajI found on SO command for parsing bit rate in video file


ffmpeg -i input.mp4 -b:v 10k -b:a 0 output.mp4 -y



but when I check bit rate in output file it says 23k bit rate. Is it normal behavior ? If yes, then why ?


-
is it possible to have other text blend effects in ffmpeg other than transparency ? eg multiply or difference
26 mars 2023, par shelbypereiraIn ffmpeg it is straightforward using alpha to set a transparency when using drawtext, but is it possible to have more complex effects ? eg if I want to blend text using difference or multiply ?


I am guessing it is not possible with drawtext directly is it possible to simulate this using other features of ffmpeg ?


The blend functionality is extremely powerful :
https://trac.ffmpeg.org/wiki/Blend


But I don't see how I can add text to a video with drawtext and use those blending options.


-
The MOS difference after converting MPEG-2 video to MPEG-4 [closed]
5 mars 2023, par Parsa ShariatUsing the application I use, I can calculate MOS for mpeg-4 videos, but not for mpeg-2 videos,
If I convert an MPEG-2 file to MPEG-4 and then determine MOS, is it valid ? If not, how far is it from reality ?
Thanks.