
Recherche avancée
Médias (91)
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
-
USGS Real-time Earthquakes
8 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (56)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (4533)
-
Anomalie #4721 (En cours) : cadre trop petit au moment d’une nouvelle installation, installation i...
11 avril 2021, par Franck DHello :)
Juste pour dire qu’il y a eu un commit qui a eu comme effet de réduire le cadre de l’étape un quand une personne fait une nouvelle installation, voir copie d’écran (en bas)
Résultat, impossible de faire un clique sur "suivant" et donc de faire une installation en partant de zéro :D
SPIP 3.3.0-dev GIT [master : 2af193cb]Laragon avec :
Php 8.0.3 (VS16 x64 Non Thread Safe) https://windows.php.net/download/
Apache 2.4.46 Win64 avec mod_fcgid-2.3.10-win64-VS16 https://www.apachelounge.com/download/
Mysql 8.0.23 (mysql-8.0.23-winx64.zip) https://dev.mysql.com/downloads/mysql/
phpMyAdmin 5.1.0 https://www.phpmyadmin.net
Firefox 87Pour info, Je n’ai pas fait d’essai avec d’autre navigateur, si besoin, faite signe :)
-
ffmpeg - concatenate mp4 files + audio from a folder structure
17 septembre 2022, par Ionut BejinariuI use this batch file to concatenate several .mp4 files and then join them with an audio song.


@echo off

mkdir ".\Export" 
set "sourcedir=" 
set "outputdir=Export" 

for %%i in (*.mp4) do echo file '%%i'>> lista.txt
ffmpeg -f concat -safe 0 -i lista.txt -c copy mergedmp4.mp4

for %%F in (*.wav *.mp3) DO ( 
 ffmpeg -i mergedmp4.mp4 -i "%%F" -map 0:v -map 1:a -vcodec copy -c:a aac -b:a 320k "%outputdir%\%%~nF.mp4"
)

del lista.txt
del mergedmp4.mp4



So far so good, It's working


I would describe what will help me more and I need to happen :


I have this folder structure
\Video-15-sec\Canal-1\Videos-1, Videos-2 .. Videos-15
or sometimes can be until Videos-20 or more, depends how I organize them.

All of Videos folders have .mp4 files in them and are renamed all the time
1.mp4, 2.mp4, 3.mp4 ... 25.mp4 ... 35.mp4 ..etc
each of the Videos folders respect the name of file starting with 1.mp4 to how many are in the folder.

The directory structure is like this :




──Video-15-sec
│ ├───Canal-1
│ │ ├───Videos-1 (.mp4 files in it)
│ │ ├───Videos-2 (.mp4 files in it)
│ │ ├───Videos-3 (.mp4 files in it)
│ │ ├───Videos-4 ...
│ │ ├───Videos-5
│ │ ├───Videos-6
│ │ ├───Videos-7
│ │ ├───Videos-8
│ │ ├───Videos-9
│ │ ├───Videos-10
│ │ ├───Videos-11
│ │ ├───Videos-12
│ │ ├───Videos-13
│ │ ├───Videos-14
│ │ └───Videos-15
│ ├───Canal-2
│ │ ├───Videos-1 (.mp4 files in it)
│ │ ├───Videos-2 (.mp4 files in it)
│ │ ├───Videos-3 (.mp4 files in it)
│ │ ├───Videos-4 ...
│ │ ├───Videos-5
│ │ ├───Videos-6
│ │ ├───Videos-7
│ │ ├───Videos-8
│ │ ├───Videos-9
│ │ ├───Videos-10
│ │ ├───Videos-11
│ │ ├───Videos-12
│ │ ├───Videos-13
│ │ ├───Videos-14
│ │ └───Videos-15
│ ├───Canal-3
│ │ ├───Videos-1 (.mp4 files in it)
│ │ ├───Videos-2 (.mp4 files in it)
│ │ ├───Videos-3 (.mp4 files in it)
│ │ ├───Videos-4 ...
│ │ ├───Videos-5
│ │ ├───Videos-6
│ │ ├───Videos-7
│ │ ├───Videos-8
│ │ ├───Videos-9
│ │ ├───Videos-10
│ │ ├───Videos-11
│ │ ├───Videos-12
│ │ ├───Videos-13
│ │ ├───Videos-14
│ │ └───Videos-15
│ ├───Canal-4



I want to have a separate folder
\allmusic
where I will have all the music, and the batch file will always export with the name of the song.

all the mp4 files of each separate folder
Videos-1, Videos-2 ... Videos-10...
, will be concatenated separately and then joined with a single song, each separate folder, with one song each. All the songs andVideos
folders in loop, until all my songs are done.

The video created will be exported in a separate folder
\Export-all-Videos


Actions of Batch file :


─Video-15-sec
│ ├───Canal-1
│ │ ├───Videos-1 (concatenate.mp4 files from) + 1 song -> Folder \Export-all-Videos\name of the song.mp4
│ │ ├───Videos-2 (concatenate.mp4 files from) + 1 song -> Folder \Export-all-Videos\name of the song.mp4
│ │ ├───Videos-3 (concatenate.mp4 files from) + 1 song -> Folder \Export-all-Videos\name of the song.mp4
│ │ ├───Videos-4 ...
│ │ ├───Videos-5
│ │ ├───Videos-6
│ │ ├───Videos-7



I hope someone has a solution for this.


Thank you very much


-
keep connection alive in ffserver
17 août 2014, par MohammadhzpI have a directory which contain some files,I loop around this files and stream them using ffmpeg to ffserver,the problem is when song is over,the client stop receiving the stream.VLC and jwplayer have this problem-which I tested-(although I can fix this problem in jwplayer by adding repeat : true option but I don’t think it’s such a good idea).
what I need is an option or some trick in ffserver which keep connection alive(at least for a while) so that if a song is over,the next song start automatically(it take 1 second to switch songs),maybe ffserver have a timeout option ?