
Recherche avancée
Autres articles (112)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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" (...)
Sur d’autres sites (17620)
-
list txt file of ffmpeg concat demuxer
6 septembre 2018, par Sinan GülerI wanted to concat 10 files of mp4 of the same format/size/bitrate....
I had my files and the txt file under the same directory :Macbook Pro>Macintosh HD>Users>my username>downloads
The txt file I created looks like this :
https://i.imgur.com/LP7HgSS.jpg
I entered the following command in terminal :ffmpeg -f concat -i mylist.txt -c copy output
but always got the same result : no such directory
Maybe somebody could help point out my mistakes, appreciated ! -
Runtime.getRuntime().exec() is not running the ffmpeg command on centos
19 juin 2018, par Karn_wayI am doing as below on centos machine
String fileName = "ffmpeg -i file:///home/xyz %d.png";
Runtime.getRuntime().exec(fileName);xyz is mp4 file and i want that to create number of different Image frames
when i am running by java application as above it is not working however if i try to do so directly on terminal it is working, please suggest as what might be wrong ?
-
Runtime.getRuntime().exec() is not running the ffmpeg command on centos
23 décembre 2013, par Karn_wayI am doing as below on centos machine
String fileName = "ffmpeg -i file:///home/xyz %d.png";
Runtime.getRuntime().exec(fileName);xyz is mp4 file and i want that to create number of different Image frames
when i am running by java application as above it is not working however if i try to do so directly on terminal it is working, please suggest as what might be wrong ?