
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (97)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
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 (...)
Sur d’autres sites (10118)
-
Converting Video with Mencoder for JW Player
19 avril 2012, par user1000229so I'm trying to convert video files with mencoder (or ffmpeg, but ffmpeg is refusing to work) for JW Player. I figured mp4 would be a good format. So I'm able to convert it, but for some reason JW Player won't play it.
File on .mp4 that works (from JW Player zip) : ISO Media, MPEG v4 system, version 2
File on mencoder .mp4 that doesn't work : MPEG sequence, v2, program multiplexI was doing : mencoder input.avi -o output.mp4 -oac copy -ovc lavc -lavcopts vcodec=mpeg1video -of mpeg
File on input.avi : RIFF (little-endian) data, AVI, 624 x 256, 23.98 fps, video : XviD, audio : Dolby AC3 (6 channels, 48000 Hz)
Any idea of how to get this into a format JW Player can use ? Thanks !
EDIT : This is the error that JW player gives : Video not found or access denied : xxxx/path/to/file
-
avformat_open_input returns -2 (Android)
13 octobre 2020, par IveliusI'm using this FFMPEG port for Android.
My Goal is to read RTSP stream eventually.



I can open a stream from a local file (located at "/storage/emulated/0/bunny.mp4") ,
using *avformat_open_input* function.



However when I try to open the same file from remote location like *"http_ ://192.168.1.183/bunny.mp4*" , it returns error -2 .



The whole cpp code is here.



Any ideas ?


-
avformat_open_input returns -2 (Android)
29 septembre 2013, par IveliusI'm using this FFMPEG port for Android.
My Goal is to read RTSP stream eventually.I can open a stream from a local file (located at "/storage/emulated/0/bunny.mp4") ,
using *avformat_open_input* function.However when I try to open the same file from remote location like *"http_ ://192.168.1.183/bunny.mp4*" , it returns error -2 .
The whole cpp code is here.
Any ideas ?