
Advanced search
Medias (91)
-
#3 The Safest Place
16 October 2011, by
Updated: February 2013
Language: English
Type: Audio
-
#4 Emo Creates
15 October 2011, by
Updated: February 2013
Language: English
Type: Audio
-
#2 Typewriter Dance
15 October 2011, by
Updated: February 2013
Language: English
Type: Audio
-
#1 The Wires
11 October 2011, by
Updated: February 2013
Language: English
Type: Audio
-
ED-ME-5 1-DVD
11 October 2011, by
Updated: October 2011
Language: English
Type: Audio
-
Revolution of Open-source and film making towards open film making
6 October 2011, by
Updated: July 2013
Language: English
Type: Text
Other articles (61)
-
Submit bugs and patches
13 April 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 (...) -
MediaSPIP 0.1 Beta version
25 April 2011, byMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 (3240)
-
Tests: Make sure long TLDs work fine for email and url methods
16 June 2015, by jzaeffererTests: Make sure long TLDs work fine for email and url methods
-
Restore compatibility with powerpc-apple-darwin9-gcc-4.2.1
15 July 2016, by Pavel KoshevoyRestore compatibility with powerpc-apple-darwin9-gcc-4.2.1
... and attempt to preserve compatibility with clang that was
introduced in 311a953c76081fca99b872629d248f9d69ebc0c3 (untested)Reviewed-by: "Ronald S. Bultje" <rsbultje@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> -
Convert 10bit Apple pro res 422 HQ video mov to png without changing color format using ffmpeg [closed]
12 January 2024, by Harsh FPSI am using FFmpeg to extract png seq images from a 10bit Apple pro res 422 HQ video mov
using FFmpeg on windows
but the image and the video colors are different
how ever if I try using Adobe premier pro as png with alpha and render max depth its the same
how can I get the same result with FFmpeg


i tried all the possbile pixel formats:


ffmpeg -i "test.mov" -vf fps=1 -pix_fmt rgba "out-%04d.png"



still not getting the same result as Adobe premiere pro


FFMPEG Result:



Adobe premier pro Result:



Please let me know the possible solution if it can be possible even with another program
that I can use via java
I am using the java wrapper FFmpeg class to do this


Thanks