
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 (12)
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
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 (3502)
-
How to display a stream of mdat/moof boxes in VLC ? [closed]
8 juillet 2024, par roacsI am trying to display a real-time video stream in VLC. The snag is that the real-time video that is being received is a stream of just the mdat and moof boxes of a fragmented MP4 file that is being recorded elsewhere. The initialization information (ftyp/moov) is not and will never be available in the real-time stream. There is also no audio.


I have access to initialization information (ftyp/moov) of a previously completed file and can use that to aid in the processing/streaming of the real-time mdat/moof boxes.


I am currently extracting the contents of the mdat box, splitting those up and packaging them in 188 byte MPEG-TS packets and multicasting them for VLC to pick up. And just as a shot in the dark, every 50 mdat's I am also packaging the SPS and PPS NALUs from the initialization information of the completed file and multicasting those in one MPEG-TS packet.


Input looks like this :


- 

- ...
- mdat 1
- moof 1
- mdat 2
- moof 2
- ...
- mdat N
- moof N
- ...




















And my output looks like this :


- 

- ...
- MPEG-TS 1 containing first 184 bytes of mdat 1
- MPEG-TS 2 containing next 184 bytes of mdat 1
- ...
- MPEG-TS N containing last 184 bytes of mdat 1
- MPEG-TS N+1 containing first 184 bytes of mdat 2
- MPEG-TS N+2 containing next 184 bytes of mdat 2
- ...
- MPEG-TS N+M containing last 184 bytes of mdat 2
- ...
- MPEG-TS containing SPS and PPS NALU
- ...


























VLC gets the data but no video playback.


How do I process this input in order to get it to play in VLC ?


-
How to set up incoming stream in wowza from a file ?
5 avril 2016, par Ankit DhannaThe problem is simple.
There is an mkv file that is updating in real time.Say it is a destination for live video streaming so its size continuously is being increased.Question - How can I set up this file as an incoming stream in wowza ?
Is it even possible ?
Can I configure this file in real time to any format that wowza supports ?
-
Generate benchmark table
22 juillet 2020, par Saurabh P BhandariI have generated benchmarks for comparing two approaches taken for scaling video files using ffmpeg tool.


The benchmarks are logged in this format :


x.mp4 Output_Resolution : 10 p

Parameter1 : a

Method : A

real 0m5.788s
user 0m16.112s
sys 0m0.313s

Method : B, ParameterB1 : b11

ParameterB2 : b21

real 0m6.637s
user 0m16.618s
sys 0m0.720s

ParameterB2 : b22

real 0m5.486s
user 0m17.570s
sys 0m0.568s

ParameterB2 : b23

real 0m5.232s
user 0m18.212s
sys 0m0.718s

Method : B, ParameterB1 : b12

ParameterB2 : b21

real 0m6.398s
user 0m16.790s
sys 0m0.528s

ParameterB2 : b22

real 0m5.449s
user 0m17.229s
sys 0m0.533s

ParameterB2 : b23

real 0m5.275s
user 0m18.411s
sys 0m0.522s

##################################################################################################################

Parameter1 : b

Method : A

real 0m5.927s
user 0m16.451s
sys 0m0.308s

Method : B, ParameterB1 : b11

ParameterB2 : b21

real 0m6.685s
user 0m17.044s
sys 0m0.597s

ParameterB2 : b22

real 0m5.942s
user 0m18.971s
sys 0m0.804s

ParameterB2 : b23

real 0m6.119s
user 0m20.869s
sys 0m0.792s

.
.
.




There are two methods (A and B). Method A and B share Parameter1 which can take values
a,b,c...
.
Method B has other parameters B1 and B2. ParameterB1 and ParameterB2 take valuesb11,b12,b13...
andb21,b22,b23...
respectively. A line separator (which consists of multiple#
) is used to separate the measurements for different values of Parameter1.

I would like to view the benchmarks in tabular format.


+--------+---------------------------------------+----------------+----------------+----------------+
| Method | | Parameter1 (a) | Parameter1 (b) | Parameter1 (c) |
+--------+---------------------------------------+----------------+----------------+----------------+
| A | NA | 4.03s | 3.23s | 1.4s |
+--------+-------------------+-------------------+----------------+----------------+----------------+
| B | ParameterB1 (b11) | ParameterB2 (b21) | . | | |
| | +-------------------+----------------+----------------+----------------+
| | | ParameterB2 (b22) | . | | |
| | +-------------------+----------------+----------------+----------------+
| | | ParameterB2 (b23) | . | | |
| +-------------------+-------------------+----------------+----------------+----------------+
| | ParameterB1 (b12) | ParameterB2 (b21) | . | | |
| | +-------------------+----------------+----------------+----------------+
| | | ParameterB2 (b22) | . | | |
| | +-------------------+----------------+----------------+----------------+
| | | ParameterB2 (b23) | . | | |
| +-------------------+-------------------+----------------+----------------+----------------+
| | ParameterB1 (b12) | ParameterB2 (b21) | . | | |
| | +-------------------+----------------+----------------+----------------+
| | | ParameterB2 (b22) | . | | |
| | +-------------------+----------------+----------------+----------------+
| | | ParameterB2 (b23) | . | | |
+--------+-------------------+-------------------+----------------+----------------+----------------+



The cell values consists of the real time values in seconds (
real 0m6.119s
).

How can I generate such a table using python ?



I have written a "not-so-efficient" python script with the help from a previous answer from a similar question I asked a few months ago.


import pprint

def gettime(x):
 m,s = map(float,x[:-1].split('m'))
 return 60 * m + s

with open("log") as fp:
 lines = fp.read().splitlines()

idx = 0
A = {}
B = {}

while idx < len(lines):
 if "Parameter1" in lines[idx]:
 Parameter1 = lines[idx].split(' ')[-1]
 temp1 = {}
 idx += 2
 if "A" in lines[idx]:
 idx += 2
 A[Parameter1] = gettime(lines[idx].split('\t')[-1])
 while idx < len(lines):
 if "B" in lines[idx]:
 ParameterB1 = lines[idx].split(' ')[-1]
 temp2 = {}
 idx += 1
 while idx < len(lines):
 if "ParameterB2" in lines[idx]:
 ParameterB2 = lines[idx].split(' ')[-1]
 idx += 2
 temp2[ParameterB2] = gettime(lines[idx].split('\t')[-1])
 elif "#" in lines[idx] or "B" in lines[idx]:
 break
 idx += 1
 temp1[ParameterB1] = temp2
 elif "#" in lines[idx]:
 B[Parameter1] = temp1
 break
 else:
 idx += 1
 else:
 idx += 1
 
print("A")
print(A)

pp = pprint.PrettyPrinter(sort_dicts = False, depth = 4)
print("B")
pp.pprint(B)



This script parses the log and stores the measurements obtained for respective methods and parameters in a dictionary.


Example output from the script :


A
{'a': 4.03, 'b': 3.23, 'c': 1.4}
B
{'a': {'b21': {'b11': 0.0, 'b12': 0.0, 'b13': 0.0},
 'b22': {'b11': 0.0, 'b12': 0.0, 'b13': 0.0},
 'b23': {'b11': 0.0, 'b12': 0.0, 'b13': 0.0}},
 'b': {'b21': {'b11': 0.0, 'b12': 0.0, 'b13': 0.0},
 'b22': {'b11': 0.0, 'b12': 0.0, 'b13': 0.0},
 'b23': {'b11': 0.0, 'b12': 0.0, 'b13': 0.0}},
 'c': {'b21': {'b11': 0.0, 'b12': 0.0, 'b13': 0.0},
 'b22': {'b11': 0.0, 'b12': 0.0, 'b13': 0.0},
 'b23': {'b11': 0.0, 'b12': 0.0, 'b13': 0.0}}}



How can I print this in tabular format as described above ?