
Recherche avancée
Autres articles (90)
-
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...) -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
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 (9347)
-
FFMpeg Stream specifier no match
11 mars 2019, par AmorphisIm trying to combine 2 to n videos with various transitions with an audio from mp3 above them (last second is faded).
ffmpeg -ss 5 -t 10 -i C:\Users\User\source\repos\tryRunFFmpeg\2_snow.mp4
-ss 5 -t 10 -i C:\Users\User\source\repos\tryRunFFmpeg\3_sun.mp4
-i C:\Users\User\source\repos\tryRunFFmpeg\outaudio.mp3
-filter_complex "[0:v]setpts =PTS-STARTPTS[va0];[1:V]fade=t=in:st=0:d=0.5:alpha=1,fade=t=out:st=9.5:d=0.5,setpts=PTS-STARTPTS+10/TB[va1];[2:a]fade=t=out:st=9.5:d=0.5[aa];[va0][va1]overlay[outv]"
-map aa -c:a copy -map [outv] -crf 10 -b:V 10M -shortest C:\Users\User\source\repos\tryRunFFmpeg\testAgaint.mp4and I get this error
Stream specifier ':a' in filtergraph description [0:v]setpts =PTS-STARTPTS[va0];[1:V]fade=t=in:st=0:d=0.5:alpha=1,fade=t=out:st=9.5:d=0.5,setpts=PTS-STARTPTS+10/TB[va1];[2:a]fade=t=out:st=9.5:d=0.5[aa];[va0][va1]overlay[outv] matches no streams.
-
I wanted to create video streaming website, but the problem that I want to hard sub
21 mai 2019, par hamad alafifiI want to hardsub all the movies and add watermark to them, I used ffmpeg once bu it’s slow, if you can recommend new way or how to use it faster.
-
Fatal signal 11 (SIGSEGV) at 0x00000010 (code=1) while running android ffmpeg comand
10 février 2015, par Dinesh RajThere is no problem while running this code for first time,after opening the app.
String path=Environment.getExternalStorageDirectory().toString();
final String[] complexCommand = {"-y","-r", "1/5" , "-i",path+"/slideshow/img%d.jpg","-acodec", "copy stream" ,path+"/Movies/vid.mp4"};log while running the ffmpeg command first time in android.
02-11 18:32:06.289: D/Videokit(13426): Opening an output file: /storage/sdcard0/Movies/2015_02_11_18_32_06.mp4.
02-11 18:32:06.299: D/Videokit(13426): Successfully opened the file.
02-11 18:32:06.389: I/Videokit(13426): Stream mapping:
02-11 18:32:06.389: I/Videokit(13426): Stream #0:0 -> #0:0
02-11 18:32:06.389: I/Videokit(13426): (mjpeg -> mpeg4)
02-11 18:32:06.389: I/Videokit(13426): Press [q] to stop, [?] for help
02-11 18:32:06.419: V/Videokit(13426): No more output streams to write to, finishing.
02-11 18:32:06.419: I/Videokit(13426): frame= 1 fps=0.0 q=2.8 Lsize= 7kB time=00:00:02.00 bitrate= 30.5kbits/s
02-11 18:32:06.429: I/Videokit(13426): video:7kB audio:0kB subtitle:0 data:0 global headers:0kB muxing overhead 11.628588%
02-11 18:32:06.429: D/Videokit(13426): 1 frames successfully decoded, 0 decoding errors
02-11 18:32:06.429: I/Videokit(13426): Main ended with status 0But without closing the app , if i run this ffmpeg command second time getting this error, after opening an output file
Opening an output file: /storage/sdcard0/Movies/2015_02_11_18_35_29.mp4.
Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 13741 (v.env.slideshow)