gcarranza / flowblade

Automatically exported from code.google.com/p/flowblade
0 stars 0 forks source link

Feature Request : Intermediate Codec ? #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I've added for my own usage the possibility to render in Apple ProRes 4:2:2

I don't know exactlly the situation with the patent of Apple ProRes but it is 
very usefull for me to get an intermediate codec in the rendering options. I'm 
working for a TV and they use commercial applications and it's the best way to 
exchange video files between Apple, Microsoft and GNU/Linux. Uncompressed files 
are very heavy.

I test it, export differents files and everything seem to be OK. (I import 
DVCPROHD in Flowblade, clean files, and export in ProRes). Import those files 
in a proprietary workstation is OK.

I've added :

<encodingoption name="Apple ProRes 4:2:2 / .mov" extension="mov" audiodesc="pcm 
lossless" type="av" resize="True" qgroup="lossless">
<profile args="f=mov acodec=pcm_s16le ar=48000 ac=2 vcodec=prores vb=0 g=0 bf=0 
threads=1 vprofile=2" />
</encodingoption>

in renderencoding.xml

Original issue reported on code.google.com by loic.van...@gmail.com on 2 Oct 2013 at 1:34

GoogleCodeExporter commented 8 years ago
Ok, will include this in next release, thanks.

Original comment by janne.li...@gmail.com on 3 Oct 2013 at 8:42

GoogleCodeExporter commented 8 years ago
Added to rendersencodings

Original comment by janne.li...@gmail.com on 4 Apr 2014 at 8:57