
Recherche avancée
Autres articles (59)
-
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" (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)
Sur d’autres sites (7305)
-
FFMPEG : how to determine which filters are supported by specific hardware acceleration contexts ?
7 juin 2020, par John AllardI'm having trouble figuring out precisely which filter graph operations are supported by each of the available hardware acceleration methods. I know, for example, that almost all of these methods perform simple operations like scaling, but what about more complicated ffmpeg filters like the new
v360
filter or themestimate
filter ?


There's this page (https://trac.ffmpeg.org/wiki/HWAccelIntro) that everyone finds when researching hardware accel with ffmpeg but it mostly touched on encoding and decoding and not filtering.


-
How to join 2 audio files into one using either ffmpeg or eac3to ?
18 janvier 2017, par user3108268Not merge or mux into each other, because this is what I found so far, but take 2 .mp3 files e.g. 1 hour long each and join them and it becomes 1 .mp3 file with total of 2 hour long ?
I did this :
ffmpeg -i audio.mp3 -i 1.mp3 -filter_complex amerge -c:a libmp3lame -q:a 4 audiofinal.mp3
But I think it encode both files into each other or something.
And there’s nothing about this at https://en.wikibooks.org/wiki/Eac3to/How_to_Use
I’d like to prefer command line solution and not Audacity or mp3DirectCut.
edit : i tried
eac3to m1.mp3+m2.mp3 1.mp3
but it doesn’t join them, output audio is the length of first file. -
video streaming server ffserver, can i use it in live env
25 décembre 2019, par shrwI was looking for video streaming server accept videos and stream it.
Saw ffserver was
https://trac.ffmpeg.org/wiki/ffserverWarning : ffserver has been removed on 2018-01-06. If you still need it checkout commit 2ca65fc or use the 3.4 release branch.
It also suggested https://github.com/klaxa/mkvserver_mk2
Can i still use ffserver.