
Recherche avancée
Autres articles (55)
-
Déploiements possibles
31 janvier 2010, parDeux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
Version mono serveur
La version mono serveur consiste à n’utiliser qu’une (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)
Sur d’autres sites (6691)
-
How can I do videos into a better format without losing resolution and quality ?
3 juillet 2020, par MelissaI have the job of developing a video converter program. I started to do a lot of research and development on this subject. I currently have a problem like this. The videos of the institution where I developed the converter are in mxf 50 megabit 4 : 2 : 2 format.
They want me to turn these videos into a better format without losing resolution and quality. For example, they said I could try h.265. In my work, the resolution and the quality of the video change in direct proportion when the format changes, how can I overcome this with an algorithm ? As I have just learned about the FFMPEG library, my view may be limited in this area. I am waiting for your help.


-
FFMPEG - Watermark video with same quality and filesize [duplicate]
19 février 2018, par ddlshackThis question already has an answer here :
I have some videos, and I’d like to watermark them with a transparent PNG. Here’s what I’ve tried :
ffmpeg -i 9.flv -vf "movie=logo.png [watermark];[in][watermark] overlay=10:10 [out]" 9_w.flv
However, bitrate or quality is not preserved. Preferably I’d like ffmpeg to re-encode the file with exactly the same settings as the original file (same codecs, bitrate). If thats not easily possible, I’d like to encode with a specific codec, but preserving ’quality’, however that is measured.
-
Setting the quality for ffmpeg command ?
31 juillet 2013, par MebusWhat do I have to add to this command :
cat *.jpg | ffmpeg -f image2pipe -r 10 -vcodec mjpeg -i - out7.webm
to get the best available quality ?