
Recherche avancée
Autres articles (32)
-
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" (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (4590)
-
Revision 33206 : encore quelques listes non classées / le forum n’est pas un menu
24 novembre 2009, par shnoulle@… — Logencore quelques listes non classées / le forum n’est pas un menu
-
Anomalie #2542 : forum interne
8 mars 2012, par christophe ulmeravec sqlite3 , cela fonctionne
-
How to extract specific audio track (track 2) from mp4 file using ffmpeg ?
3 mai 2019, par flashI am working on a mp4 file (36017P.mp4) in which I want to extract
Track 2 -[English]
using ffmpeg.I tried with the following command on terminal but it seems to extract
Track 1 - [English]
:ffmpeg -i 36017P.mp4 filename.mp3
Problem Statement :
I am wondering what changes I need to make in the ffmpeg command above so that it extract
Track 2 -[English]
from mp4 file.