
Recherche avancée
Médias (17)
-
Matmos - Action at a Distance
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Danger Mouse & Jemini - What U Sittin’ On ? (starring Cee Lo and Tha Alkaholiks)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Cornelius - Wataridori 2
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Rapture - Sister Saviour (Blackstrobe Remix)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Chuck D with Fine Arts Militia - No Meaning No
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (105)
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (8181)
-
Best alternative to winforms for raspbian ?
8 novembre 2017, par GlowI was planning on creating a small program with a countdown and streaming it to YouTube, with the help of my RPi 3, but I’m having so much trouble with this.
First, seems like I can’t use winforms nor wine to run it, so I can’t program with C#, which is what i’ve been learning and I’m a little good at.
Then, I haven’t even found a way to livestream with raspbian... I’ve installed ffmpeg but i can’t install OBS or something like that, just a fix that streams videos or webcams, and I can’t make a 168 hours video.
I know it’s a horribly noob question, but what can I do ? I’m absolutely lost. I was thinking on making a video that is edited by a script and makes the countdown but I don’t know how to do it.
-
Best way to upgrade FFMPEG library upgrade ? [closed]
1er février 2024, par Code_LifeBackground context : We are using FFMPEG 3.4 on iOS & Android apps to playback our RTSP streams and are planning to upgrade to the latest version which is 6.x


Problem Statement : I want to minimize the risk(& effort) in development and testing as we have a large of devices which generate the stream.


Question :


- 

-
Any suggestion or experience on upgrading ? Do's and Don't


-
One of the thoughts is to add two versions of FFMPEG lib and validate each device's performance by doing A/B testing over time. But I'm not sure if that is technically possible as both dependencies will conflict.


-
Has anyone tried the Multiplatform approach ?










-
-
stream divx/mkv to html5 video with ffmeg
15 juillet 2014, par RoelandI’m looking into making something that can play divx/mkv videos with html 5 video.
I don’t know much about ffmpeg or streaming so this may be a simple question.
With ffmpeg I could transcode the video to a mp4 file and then stream it with the html 5 video tag.
But is there a way to do the streaming without writing it to disk first ?
If it is possible, can someone point me in the right direction ?
I’m planning on writing this in Go, but the language is not important.