
Advanced search
Medias (91)
-
Spitfire Parade - Crisis
15 May 2011, by
Updated: September 2011
Language: English
Type: Audio
-
Wired NextMusic
14 May 2011, by
Updated: February 2012
Language: English
Type: Video
-
Video d’abeille en portrait
14 May 2011, by
Updated: February 2012
Language: français
Type: Video
-
Sintel MP4 Surround 5.1 Full
13 May 2011, by
Updated: February 2012
Language: English
Type: Video
-
Carte de Schillerkiez
13 May 2011, by
Updated: September 2011
Language: English
Type: Text
-
Publier une image simplement
13 April 2011, by ,
Updated: February 2012
Language: français
Type: Video
Other articles (47)
-
HTML5 audio and video support
13 April 2011, byMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
De l’upload à la vidéo finale [version standalone]
31 January 2010, byLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier; La génération d’une vignette : extraction d’une (...) -
Support audio et vidéo HTML5
10 April 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
On other websites (6498)
-
Applying gamma via ffmpeg does not match result in nuke/fusion/resolve
17 May 2022, by KiwiI'm trying to convert a exr stack in linear colorspace to an H.264 .mov file in rec709 colorspace using ffmpeg. I am expecting it to match the result I get from Nuke, Fusion or Resolve.


In an editor, I can apply 2.4 gamma and export an H.264 .mov file. But when I try applying 2.4 gamma via ffmpeg, it does not match. It seems less saturated from ffmpeg.


Here is the command I'm using:


ffmpeg -y -gamma 2.4 -i C:/input/file_%04d.exr -vcodec libx264 -pix_fmt yuv420p -preset slow -crf 17 -r 25 C:/output.mov



-
lavc/startcode: fix RVV return value on no match
27 May 2024, by Rémi Denis-Courmont -
Revision f87e315e1e: Re-distribute hierarchical vector match pattern This commit modifies the hierar
23 February 2015, by Jingning HanChanged Paths:
Modify /vp9/encoder/vp9_encodeframe.c
Re-distribute hierarchical vector match patternThis commit modifies the hierarchical vector match patter. It
avoids repeated SAD computation at same points. The function
vp9_vector_sad_sse2 is called 12 times per 64x64 block, instead
of 15 times as before. The effective coverage remains the same.Change-Id: I91ad9d27d40db8963c907d02af84e10702136994