
Recherche avancée
Autres articles (76)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
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 (8627)
-
How to convert a video to low and high resolution using ffmpeg
20 septembre 2018, par Binoy CherianThere are some commands i currently use to convert videos but I’m not sure about the quality of the videos converted.
For low resolution :
ffmpeg -i input.mp4 -vcodec libx264 -crf 20 output.mp4
And for high
ffmpeg -i input.webm -qscale 0 output.mp4
I read that qscale preserves the video quality. But since I’m new to ffmpeg. I would like to have some tips. Please let me know if you need any information. Any help would be greatly appreciated.
-
How to convert a video to different resolution's using ffmpeg
20 septembre 2018, par Binoy CherianThere are some commands i currently use to convert videos but I’m not sure about the quality of the videos converted.
For low resolution :
ffmpeg -i input.mp4 -vcodec libx264 -crf 20 output.mp4
And for high/same resolution (low->high is not feasible, but is there something we can do ?)
ffmpeg -i input.webm -qscale 0 output.mp4
I read that qscale preserves the video quality.Since I’m new to ffmpeg. I would like to have some tips. Please let me know if you need any information. Any help would be greatly appreciated.
-
FFmpeg - concat multiple videos,with same resolution,some has audio,some without
24 septembre 2018, par wensefuI’m trying to concat some videos with same resolution and same video codec
into one single video using ffmpeg Concat demuxer ,while some video has audio,some without.but I get result of a whole silent video,is there something wrong I did ?
Many thanks in advance.