
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 (37)
-
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 (4724)
-
Gstreamer queries NVR startTime wrong
6 septembre 2022, par james.kolintoI'm a newbie in gstreamer and I am trying to query a NVR(Network Video Recorder) to get recorded videos of my security camera. Here is my gst pipeline :




gst-launch-1.0 rtspsrc location="rtsp :// :/ ?uuid=&startTime=20220823170000000&endTime=20220824080200000"
 ! rtph264depay ! h264parse ! avdec_h264 ! autovideosink




startTime is in the format of : Year-Month-Day-Hour(2 digits)-Minute(2 digits)-Seconds(5 digits)


Here, gstreamer queries the NVR for startTime and endTime, the thing is somehow it queries startTime+startTime like if I want to get 3:00 am at night I get 6 am at night.


Plus there is a detail that may have importance, due to the config of my NVR I get videos recorded in startTime + 3, reason is my machine's and NVR's timezone is different. So actually I get startTime + startTime + 3...


The same url works well with VLC and ffmpeg -ffplay...


Thank you for reading, I appreciate any comments


-
Convert a video to audio on an android device (Java)
25 mai 2012, par user1237578My problem is very basic, yet I find it incredibly hard to find a solution.
I have made an android app which downloads videos from a server and is then supposed to convert them into mp3, because it's for music downloads. The problem now is that I can't really find a lightweight way of converting the videos.
I have looked into a suitable ffmpeg library/wrapper already, but couldn't find a simple solution to use on the android. I'm already using ffmpeg on my windows machine, but it is console-based.
All I need to do is convert mp4 into mp3 but somehow there doesn't seem to by any simple solution to find, also I'd rather not use an external web service because I can't rely on a website to always function, while my app should.
I hope I've made myself clear, and thanks for taking the time to read this.
-
Record Audio From USB device using FFmpeg [migrated]
6 janvier 2014, par Tony SpringsI am trying to record an MP3 file from an audio device connected to the USB port using
ffmpeg
.I am on a Windows 7 machine, and I am trying to do this from a command line :
ffmpeg -f alsa -i hw:0 -ac 2 -ar 44100 output.MP3
I get an error message
unknown input format 'alsa'
.Do I need alsa ?
What would be the command line for
ffmpeg
in Windows 7 to record audio from a USB device ?