
Recherche avancée
Autres articles (51)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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" (...)
Sur d’autres sites (6712)
-
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
.

-
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.
-
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 ?