
Recherche avancée
Autres articles (43)
-
Modifier la date de publication
21 juin 2013, parComment changer la date de publication d’un média ?
Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
Dans la rubrique "Champs à ajouter, cocher "Date de publication "
Cliquer en bas de la page sur Enregistrer -
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
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 (4928)
-
Does 'keyint infinite' improve overall compression with crf and mb-tree ?
23 avril 2012, par HitomiTenshiAfter reading what intra-refresh does, I kinda got confused. I'm encoding for YouTube and YouTube will re-encode the video-file anyways, so I thought "why not removing all these heavy IDR-frames ?" I just want to compress my video as hard as possible, enabling everything that could help me getting a lower filesize, but still maintaining a high quality.
I used to test around stuff with lossless QP encoding, but the only thing I could max out was the merange. Here is a paste of my x264 settings : Pastebin.
I want to achieve highest compression while maintaining visually lossless quality. (using crf values around 10 - 13, and merange 32)
Could anyone give me advice on how to compress my video super hard (without touching the crf value !). I also want to know if it's true, that keyint infinite reduces overall compression.
-
Compress Recorded Video Faster [duplicate]
2 novembre 2016, par Ali HassanThis question already has an answer here :
-
Fast Video Compression on Android
2 answers
I am recording video using media recorder. 10 Seconds recorded video size is 22MB. I am using FFmpeg to compress the video. Compressed video size is 2MB. This is fine. Problem is compression time that is around 40 seconds or more. I have been trying different solutions. I have looked this, this and this. I also tried changing bitrate, quality etc. But no success. Below is the command that I am using :
ffmpeg -y -i /storage/emulated/0/myapp/testVideo.mp4 -strict experimental -vcodec libx264 -preset ultrafast -crf 24 -acodec aac -ar 44100 -ac 2 -b:a 96k -s 960x540 /storage/emulated/0/myapp/compressedTestVideo.mp4
May be there is some other way to compress faster ? Is it possible to compress video while recording, if so, how ?
-
Fast Video Compression on Android
-
ffmpeg copy and discard missing or incomplete frames
30 janvier 2017, par encore2097If theres a video file that is partially downloaded, how can you use ffmpeg to copy it and cut out all the incomplete and/or corrupt frames.
Tried this :
ffmpeg -err_detect ignore_err -i video.mkv -c copy video_fixed.mkv
but it simply copied the video missing / incomplete frames and all.