Hello,
can you help me? I need convert 10bit dpx files to one 10bit yuv 4:2:0 file Or 10 bit dpx to 10 bit bmp file.
Does XnView support these converts? Please give me any advice...
Thank you very much,
Josef Zitko.
10bit dpx to 10 bit yuv (4:2:0)
Moderators: helmut, XnTriq, xnview
Re: 10bit dpx to 10 bit yuv (4:2:0)
Hello Josef
According to Pierre (the developer of XnView), only NConvert (command-line tool) seems to be able to convert 10-bit DPX to 10-bit TIFF, …
According to Pierre (the developer of XnView), only NConvert (command-line tool) seems to be able to convert 10-bit DPX to 10-bit TIFF, …
xnview ([url=http://newsgroup.xnview.com/viewtopic.php?p=72512#p72512]DPX problems[/url]) wrote:No XnView use only 8bitsmotah33 wrote: It seems to be ok in version 1.96. I noticed that when it reads in the 10-bit dpx file, it says that it will be converted to 8-bit RGB. Can the program read in 10-bit dpx files? Is there some sort of setting that will do this?
xnview ([url=http://translate.google.com/translate?sl=fr&tl=en&u=http://newsgroup.xnview.com/viewtopic.php?p=113948%23p113948]10 bit DPX file support[/url]) wrote:Seul NConvert permet de convertir du 10bits DPX en TIFF 10bitspillow wrote:Apparemment les DPX 10 bit ne sont lu qu'en 8bit pour la conversion vers Tiff et/ou DPX.
Comment activer la lecture 10bit du DPX source ?
Je précise que c'est un DPX avec un seul canal en noir et blanc.
… but not to YUV with 4:2:0 chroma subsampling.[color=green]nconvert.exe -help[/color] wrote:Code: Select all
Options : -ilut file : Input LUT file (DPX/Cineon) -olut file : Output LUT file (DPX/Cineon)
XnView comes with 2 LUT files (8to10log.lut + 10logto8.lut).[color=green]nconvert.exe -help[/color] wrote:Code: Select all
Available format: Name Write Description [yuv411 ] : YUV 4:1:1 [yuv422 ] : YUV 4:2:2 [yuv444 ] : YUV 4:4:4
- Tools » Options... » Read/Write
- Read » DPX/Cineon » Parameters
- 32bits packing
- LUT 10-bit log => 8-bit linear
- Write » DPX/Cineon » Parameters
- Use MSBF order
- Write DPX in 10bits/component
- LUT 8-bit linear => 10-bit log
- Read » DPX/Cineon » Parameters
-
- Posts: 5
- Joined: Wed Nov 19, 2014 3:03 pm
Re: 10bit dpx to 10 bit yuv (4:2:0)
After these comands:
nconvert -out bmp -32bits *.dpx
or
nconvert -out tiff -32bits *.dpx
I created yuv file (yuvit.exe) and then compressed by x265.exe (h.265 hevc). Compressed video is grayscale with green vertical lines. Does anyone know, where is problem? And second problem:
nconvert -out yuv422 *dpx nconvert show: Error: This output isnť possible (not yes implemented)....is it true or bad written comad?
Thank you
nconvert -out bmp -32bits *.dpx
or
nconvert -out tiff -32bits *.dpx
I created yuv file (yuvit.exe) and then compressed by x265.exe (h.265 hevc). Compressed video is grayscale with green vertical lines. Does anyone know, where is problem? And second problem:
nconvert -out yuv422 *dpx nconvert show: Error: This output isnť possible (not yes implemented)....is it true or bad written comad?
Thank you
-
- Posts: 5
- Joined: Wed Nov 19, 2014 3:03 pm
Re: 10bit dpx to 10 bit yuv (4:2:0)
Thank you for reply. And what about green lines... any ideas??
-
- Posts: 5
- Joined: Wed Nov 19, 2014 3:03 pm
Re: 10bit dpx to 10 bit yuv (4:2:0)
Sorry, but I have one more question. Where can I see all usable processes of the xconvert On your web is screenshot, but User cannot see all processes.
Thank you
Thank you
Re: 10bit dpx to 10 bit yuv (4:2:0)
Do you mean the available options for processing images using XnConvert or XnView [Classic] or NConvert Josef?Zitko Josef wrote:Where can I see all usable processes of the xconvert On your web is screenshot, but User cannot see all processes
Edit:
If you mean for NConvert, which is possibly most likely reading your previous posts, you can create a text file containg the available options by typing the following at the command prompt:
Code: Select all
nconvert -help > Help.txt
-
- Posts: 5
- Joined: Wed Nov 19, 2014 3:03 pm
Re: 10bit dpx to 10 bit yuv (4:2:0)
Yes, It is what I mean. Thank you:)