
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (85)
-
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" (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (11531)
-
FFMPEG : crop a video without loosing the quality
21 juillet 2016, par mranaI have mp4 video of
1920 x 1080
.
I would like to crop the video to480 x 270
I am using the following command :
ffmpeg -i input.mp4 -filter:v "crop=480:270:200:200" -crf 23 output.mp4
also used
ffmpeg -i input.mp4 -filter:v "crop=480:270:200:100" -c:a copy -qp 0 output.mp4
I used-crf 23
and-qp 0
for looseless video cropping, but after the cropping video is loosing its quality.Does anyone knows how i can crop the video without loosing the quality ?
Here is the console output :
https://www.dropbox.com/s/1r4pdgdmtj9ilnm/consol-output.rtf?dl=0Thanks so much
-
How can I batch/sequentially download m3u8 files using ffmpeg & Power Shell in Windows ?
28 février 2020, par piznajkoThere’s a similar question asked asked by Yesterdec but for Mac batch scirpt
I’m currently downloading m3u8 videos one by one using the following Power Shell command on Windows :
ffmpeg -i "http://example.com/video_url.m3u8" -c copy -bsf:a aac_adtstoasc "output.mp4"
I want to automate this process, using some FetchURL.bat scirt and a URLs.txt file with the URLs (each URL there is seperated by a new line) to download one by one multiple m3u8 videos from the URLs.txt.
-
avfilter/vf_v360 : improve equirect_to_xyz() quality
23 février 2020, par Paul B Mahol