DPX EXPORT
Posted: Tue Mar 21, 2023 9:10 pm
Hello, me again! Quick question. Would it be possible to export a DPX image sequence ?
Forum for questions and answers, bug reporting, feature requeste, and general usage
https://ffastrans.com/frm/forum/
Code: Select all
"%s_ffmpeg%" -i "%s_source%" c:\temp\%05d.dpx
Code: Select all
%comspec% /c ""%s_ffmpeg%" -i "%s_source%" -pix_fmt rgb24 -c:v dpx -y "c:\temp\%05d.dpx""
Code: Select all
General
Complete name : /home/FranceBB/Share Windows Linux/temp/NAS/00001.dpx
Format : DPX
Format version : Version 1.0
File size : 1.19 MiB
Writing library : Lavc60.3.100
Image
Format : DPX
Format version : Version 1.0
Compression : Raw
Format settings : Little / Packed
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 16:9
Color space : RGB
Bit depth : 8 bits
Compression mode : Lossless
Stream size : 1.19 MiB (100%)
Writing library : Lavc60.3.100
Code: Select all
%comspec% /c ""%s_ffmpeg%" -i "%s_source%" -pix_fmt rgb48 -c:v dpx -y "c:\temp\%05d.dpx""
Code: Select all
General
Complete name : /home/FranceBB/Share Windows Linux/temp/NAS/00001.dpx
Format : DPX
Format version : Version 1.0
File size : 1.19 MiB
Writing library : Lavc60.3.100
Image
Format : DPX
Format version : Version 1.0
Compression : Raw
Format settings : Little / Packed
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 16:9
Color space : RGB
Bit depth : 8 bits
Compression mode : Lossless
Stream size : 1.19 MiB (100%)
Writing library : Lavc60.3.100
Code: Select all
#You'll have to populate the path to avsresize yourself once you download it
LoadPlugin("avsresize.dll")
#Screw frame properties
PropClearAll()
#RGB 16bit full range high quality conversion
m_clip=z_ConvertFormat(m_clip, pixel_type="RGBP16", colorspace_op="709:709:709:limited=>rgb:709:709:full", resample_filter_uv="spline64", dither_type="error_diffusion",
use_props=0)
Code: Select all
%comspec% /c ""%s_ffmpeg%" -i "%s_source%" -c:v dpx -y "c:\temp\%05d.dpx""