
Recherche avancée
Médias (3)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (52)
-
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" (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)
Sur d’autres sites (5822)
-
Add subtitles to video using ffmpeg
21 septembre 2015, par Jaimin Patelffmpeg is asking to compile with minGW to add subtitles to video. I have installed MinGW. I am following this https://trac.ffmpeg.org/wiki/HowToBurnSubtitlesIntoVideo to add subtitles. This filter requires ffmpeg to be compiled with —enable-libass. how can i compile those filters ?
-
how to embed subtitle to a video file without burn (html5)
26 juin 2015, par haybeyei’ve a cdn hosting and there are some video files on it. and i’ve subtitles for videos. as you know, osx or ios doesn’t allow subtitles on fullscreen mode. i’ve found a solution with ffmpeg (burning) but it burns video with hardcode :
https://trac.ffmpeg.org/wiki/HowToBurnSubtitlesIntoVideo
is there any other way to do it without hardcode (maybe a media server) ? because i’ve 5 different subtitles for each video file. and can’t do it with hardcode.
any helps would be great..
best regards.
-
What's the difference with crf and qp in ffmpeg ?
12 novembre 2024, par NovaI read https://trac.ffmpeg.org/wiki/Encode/H.264 about h264 encoding and discovered
qp
.

Q1 : What are the differences with crf and qp ?

Q2 : Is it better to use qp over crf overall, or is it only if for using qp 0 for best lossless ?

Q3 : Does qp have a known sensible setting if it's preferred ? So far, I know crf has the default value of 23 while 18 is a sensible preferred increase in quality, although I don't understand why 18 wouldn't be default if better sensible lossless.

Q4 : Would changing either of them cause incompatibility with non-ffmpeg players or just qp ?

I'm converting from webm to mp4.


I was going to test crf 23 and 18 and pick which is best but I can't seem to find any concrete information on this comparison or about
qp
.