
Recherche avancée
Médias (33)
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (73)
-
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" (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)
Sur d’autres sites (8401)
-
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


-
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 ?
-
Update Visual Studio 2005 files
15 juillet 2019, par Erik de Castro Lopo