
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (35)
-
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 -
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone. -
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 (4476)
-
VLC HTTP STREAMING OVER HTTP IS STOPPING AFTER 10 SECONDS ALWAYS
30 mai 2018, par vijayky88I am trying to run my
Ubuntu machine
asvlc server
. where i run below command to stream my local video overhttp.vlc
1.avi
:sout=#transcode{vcodec=theo,vb=800,acodec=vorb,ab=128,channels=2,samplerate=44100}:duplicate{dst=http{dst=:8080/test.ogg}} :sout-all :sout-keep
Below is
vlc client commad
todisplay
thehttp streaming output
which is stopping always after 10 sec. For subsequent attempt this is not working.("failed to find url")
vlc http://localhost:8080/test.ogg .Please suggest any workaround. Also please let me knwo if i should switched to
ffmpeg
if this is legacy problem. please suggest the command as well.Note : using the latest vlc
Thanks in advance !
-
Adding outro video to multiple video files using ffmpeg
31 août 2017, par jasanI can successfully merge files using the following command using ffmpeg :
ffmpeg -f concat -i mylist.txt -c copy output.mp4
the mylist.txt looks like this :
file './video.mp4'
file './outro.mp4'However what I want to do is the following :
-
I have 100 video files ( video1.mp4, video2.mp4, video3.mp4,...)
-
i have one outro file(outro.mp4)
I want to concat outro.mp4 to the end of each of the 100 files and save each of concatenated video file with the same filename as the original videofile( i.e video1, video2....)
I’m on a windows machine. any way I can achieve this ? code snippet would be really helpful.
-
-
How to encode multiple videos parallel (Debian)
20 juillet 2012, par WolfenI'd like to encode some video files either to MP4 and X264 format in Linux Debian.
It is very important that I encode multiple files parallel.
E.g. I want to encode two videos parallel on a Dual Code Machine and put the other videos in a queue. When a Video is finished I want the free core to encode the next video in the queue. Also even when this'd work with x264 I don't know about MP4.What is the best approach here ?
x264 supports parallel encoding but I don't know whether this is parallel encoding for multiple files or parallel encodings of different version for one single video.
Is there a way I can assign a encoding-process to core1 and another to core2 ?Sincerly,
wolfen