
Recherche avancée
Médias (39)
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (98)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Librairies et logiciels spécifiques aux médias
10 décembre 2010, parPour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (10540)
-
How to use FFmpeg Colorspace Options
13 octobre 2024, par Matt McManisI'm trying to understand the difference between Colorspace FFmpeg arguments :


- 

- Normal option,
-colorspace bt709
- Number,
-colorspace 1
- Codec Params
-x264-params "colorspace=bt709"
- Filter
-vf "colorspace=bt709"










The Colorspace categories are :


- 

all
iall
colorspace
transfer
primaries
color range
color matrix

















Question


When should each be used when encoding from raw, or transcoding/converting from one format to another ? Such as
mpg
tomp4
.

Do I need to specify the input colorspace or will FFmpeg auto-detect ?



Problems


There is no
-vp8-params
, only-x264-params
. Should I usenormal options
or-vf
instead forvp8
and other codecs ?


Errors


- 

-
There are no Normal
-all
or-colormatrix
options, but there areall=
andcolormatrix=
for-x264-params
and-vf
.

-
With Codec Params
-x264-params "colorspace=bt709"
, I getError parsing option 'colorspace = bt709'.

Howevercolorprim=bt709
,transfer=bt709
,colormatrix=bt709
all work.








Resources


https://ffmpeg.org/ffmpeg-filters.html#colormatrix

https://ffmpeg.org/ffmpeg-filters.html#colorspace

https://trac.ffmpeg.org/wiki/colorspace

- Normal option,
-
Which pixel format for web mp4 video ?
28 septembre 2015, par user606521I have to create video in mp4 format, and it seems that I can encode it with different pixel formats like
yuv420p
,yuv422p
,yuvj422p
. Which one I should use to maximize compatibility with most browsers/players ? -
Which pixel format for web mp4 video ?
27 février 2019, par user606521I have to create video in mp4 format, and it seems that I can encode it with different pixel formats like
yuv420p
,yuv422p
,yuvj422p
. Which one I should use to maximize compatibility with most browsers/players ?