
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 (63)
-
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)
Sur d’autres sites (8551)
-
A light-weight Rust crate for encoding videos from images and audios [closed]
24 décembre 2019, par Agus Putra DanaI want to make a web app that enable users to generate video from canvas animation. I’m aware that I can record the canvas animation and the audios using
catureStream()
, but I want to generate the video without playing the audio. Also, the video frame rate generated using this method is not consistent.My idea is to capture the canvas frame by frame and store them as blob to get a consistent frame rate. And then encode the video from these blobs and some audio files uploaded by the user using web assembly. I’m also aware that I can use FFMPEG to encode the video. But the file size of the compiled FFMPEG is quite big.
Is there any light-weight video encoder library, preferably written in Rust, just for encoding video from images and audios ?
-
FFMPEG weight/compression compromise
15 juillet 2022, par untrimattacksI'm look for the best way to reduce the weight of videos. Find a weight/compression compromise on different resolutions (from 480p to 1080p). But without degrading the audio/video quality too much.


I've looked at different questions/answers and looking the FFMPEG documentation but I'm not sure about the best way to do this


maybe




ffmpeg5\ffmpeg.exe -i "file.mp4" -i watermark.png -filter_complex
"overlay=x=(main_w-overlay_w)*0.95:y=(main_h-overlay_h)*0.95"
-loglevel error -stats -hwaccel cuda -preset veryfast "fileEDIT.mp4"




or




ffmpeg5\ffmpeg.exe -loglevel error -stats -hwaccel cuda -i "file.mp4" -i watermark.png -filter_complex
"overlay=x=(main_w-overlay_w)*0.95:y=(main_h-overlay_h)*0.95" -vcodec
libx265 -crf 21 "fileEDIT.mp4"




or




ffmpeg5\ffmpeg.exe -loglevel error -stats -hwaccel cuda -i "file.mp4"
-i watermark.png -filter_complex "overlay=x=(main_w-overlay_w)*0.95:y=(main_h-overlay_h)*0.95" -vcodec
libx265 -crf 21 -maxrate 3200k -bufsize 4200k "fileEDIT.mp4"




(i add an overlay and this overlay size is different depending on the resolution, it's smaller or bigger but that's another concern. I have to look but i have an idea how to do it with GetDetailsOf method, iColumn 314 )


thanks


-
avcodec/snowenc : Fix visual weight calculation
23 mars 2023, par Michael Niedermayeravcodec/snowenc : Fix visual weight calculation
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>