
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (77)
-
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (6714)
-
avcodec/sanm : simplify codec37 subcodec 3/4 path
9 janvier, par Manuel Laussavcodec/sanm : simplify codec37 subcodec 3/4 path
A flag in the codec header determines whether opcodes 0xfd/0xfe
are to be treated as special or not. The current code has 2
implementations of the same decoding scheme, with one treating
the 2 opcodes as special, the other not.
Collapse them into a single implementation and treat these opcode
according to the flag.Signed-off-by : Manuel Lauss <manuel.lauss@gmail.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
ffmpeg Proper Command to Upscale Video
19 mai 2014, par user3651716We have a problem with the watermark upon ffmpeg conversion to .mp4.
We use a PHP KVS tube script, running CentOS & hopefully the latest ffmpeg version.
If input video is in smaller resolution then watermark appearing in the output is too big, so video won’t properly re-size (upscale).
Looking for a proper command that will upscale video resolution if this is smaller than 720px (width). Re sizing bigger videos work fine, but not smaller.
So, we would always like 720px-1(dynamic height), no matter what is the input video resolution.
Here is one of the command we have tried to use but it didnt work can you please provide the correct command to upscale videos 720px (width).
This is the below command which we used but it has not worked
_______________________________________________________--vf "resize=720:trunc(ow/a/2)*2" -vcodec libx264 -threads 0 -acodec libfaac -ar 44100 -ab 128k -f mp4
-
ffmpeg Proper Command to Upscale Video
19 mai 2014, par user3651716We have a problem with the watermark upon ffmpeg conversion to .mp4.
We use a PHP KVS tube script, running CentOS & hopefully the latest ffmpeg version.
If input video is in smaller resolution then watermark appearing in the output is too big, so video won’t properly re-size (upscale).
Looking for a proper command that will upscale video resolution if this is smaller than 720px (width). Re sizing bigger videos work fine, but not smaller.
So, we would always like 720px-1(dynamic height), no matter what is the input video resolution.
Here is one of the command we have tried to use but it didnt work can you please provide the correct command to upscale videos 720px (width).
This is the below command which we used but it has not worked
_______________________________________________________--vf "resize=720:trunc(ow/a/2)*2" -vcodec libx264 -threads 0 -acodec libfaac -ar 44100 -ab 128k -f mp4