hi ,
i am new to Intel® Media RAW Accelerator and i am trying to preform simple action on a jpeg file .
i am using sample_decode with the following command :
"C:\Users\XXX\Documents\Intel® Media SDK 2019 R1 - Media Samples 8.4.27.25\_build\Win32\Debug\sample_decode.exe" jpeg -jpeg_rotate 90 -d3d11 -i "C:\Users\XXX\Desktop\123.jpeg" -o "C:\Users\vpikovsk\Desktop\124.jpeg"
i am simply trying to rotate and create a new file .
file NV12 is being created as an output and i have learned that this is a video format.
what i have to do in order to obtain jpeg as an output ?
thanks in advance !