
Recherche avancée
Médias (3)
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
Autres articles (103)
-
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 (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)
Sur d’autres sites (11652)
-
How to start/stop FFMPEG stream ?
26 avril 2016, par SpartanI am using ip cam which provides streams mov/mp4. I am successfully saving the stream using this command :
ffmpeg -i rtsp://@192.168.241.1:62156/abc.mp4 -acodec copy -vcodec copy c:/abcd.mp4
Now I want to stop it programmatically for that I used following commands :
Ctrl+C
andq
both are working fine(logs are showing in right manner) but in the end I am getting corrupt video file.Can any one guide me how can stop recording with clean execution.
-
bash script | ffmpeg encoding videos + hardsub
17 avril 2017, par Rifat N MaswadehHello stackoverflow ,
i’m using this bash script to encode videos (*.mp4) in same folder
Script :
#!/bin/bash
for i in *.mp4;
do name=`echo "${i%.*}"`;
echo $name;
ffmpeg -i "${i}" -vcodec libx264 -b:v 1800k -maxrate 2200k -acodec aac -movflags +faststart -tune zerolatency "${name}".enc.mp4;
donemy question how i can add capability to hard subtitle ? automatically .
Example :
i have 20 video (video1.mp4 .. video2.mp4 ...) and 20 subtitle (video1.ass .. video2.ass video3.ass ..) in same folder .
how i can do it with bash script ?
- hard sub in ffmpeg ** -vf "ass=video1.ass" **
Thanks all ,
-
huffyuvdec : avoid large stack use.
2 septembre 2014, par Reimar Döffinger