
Recherche avancée
Médias (91)
-
Head down (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Echoplex (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Discipline (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Letting you (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
999 999 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (41)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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" (...) -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...)
Sur d’autres sites (7613)
-
How to convert raw data into video using ffmeg or using other tool ? [closed]
16 avril 2021, par Jonh WatersBasically I'm encoding an array of frames to JPG and saving them into a byte array using Buffer.BlockCopy().
I'm doing this because I need to send this info to a server through WebRequest.
Once the file is generated I want to convert it to video using a ffmpeg but i'm getting this error.
If I open the file with a code edit the data is shown as this.
data sample :




ffd8 ffe0 0010 4a46 4946 0001 0100 0001 0001 0000 ffdb 0043 0008 0606
0706 0508 0707 0709 0908 0a0c 140d 0c0b 0b0c 1912 130f 141d 1a1f 1e1d
1a1c 1c20 242e 2720




-
How to sent output of a console command-line tool to ram and read it ? [duplicate]
5 octobre 2015, par Mitra MThis question already has an answer here :
I can send output of the ffmpeg to a text file and read it by the code :
Process p=new Process ();
....
p.StartInfo.FileName = "cmd.exe";
p.StartInfo.Arguments = " /C ffmpeg .exe -i \"" + FileName + "\" 2> " + System.IO.Path.GetTempPath() + "\\tmp.txt";
p.Start();
p.WaitForExit();
string fileInfo = File.ReadAllText(System.IO.Path.GetTempPath() + "\\tmp.txt");I want to send output of the ffmpeg to the memory (instead of the text file ) and get it as string , But I do not know how to do that.
Please help me
-
Packaging tool for creating DASH and HLS playlist for audio aac
9 septembre 2021, par GooMeeI have been using shacka packager for a while, sadly it does not support aac format. Does anyone know packaging tools that support audio formats ?


Or maybe there is a way to create hls or dash in ffmpeg but keeping fragments in one file.