
Recherche avancée
Autres articles (86)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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" (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (10227)
-
Creating timelapse video with ffmpeg using list of URL images from .txt file [duplicate]
4 février 2021, par Boško BuhaI have pretty simple question.


Is it possible to render timelapse video using ffmpeg, from the list of URL images listed in .txt file ?
(https://via.placeholder.com/350x150 -> image example)


This is how it works with the list of images from local disk :


ffmpeg -y -f concat -safe 0 -i input.txt output.mp4



If I replace locations of files in .txt file with URL addresses, it does not work. Any ideas how to do it ?


-
nvenc : factor out the pixel format list
30 janvier 2016, par Anton Khirnov -
How to mix a list of audio files with their timestamps in ffmpeg ? [closed]
25 novembre 2020, par user14706760Track 1 : I have a list of mono audio files (about 100 pcs.) and a list of their timestamps.


Track 2 : I have another list of stereo sound effects (about 20 pcs.) and a list of their timestamps.


Track 3 : I have another stereo file which is longer than track 1 and track 2.


How can I mix all three tracks and then apply normalization ? I found that normalization can be done like this :


ffmpeg-normalize 1.wav 2.wav -o 1n.wav 2n.wav



But I can't figure out how I should apply
amix
oramerge
function in this case.