I have read from nvidia transcoding guide saying that -hwaccel_output_format cuda option keeps the decoded frames in GPU memory.
i am trying to experimenting to convert a hevc_nvenc file to libx265 file to see the output file size by following command
It just doesn't start the conversion. Prompting the following errorCode:ffmpeg -hwaccel cuda -hwaccel_output_format cuda -i .\test.mp4 -c:v libx265 test2.mp4
i thought it's only using GPU memory rather than computer memory. Why it will complain about format support?Impossible to convert between the formats supported by the filter 'Parsed_null_0' and the filter 'auto_scale_0'
Error reinitializing filters!
Failed to inject frame into filter network: Function not implemented
Error while processing the decoded data for stream #0:0
If i remove the -hwaccel_output_format option, the conversion starts.
+ Reply to Thread
Results 1 to 2 of 2
Similar Threads
-
Can't find suitable output format for X265
By smike in forum EditingReplies: 5Last Post: 30th Nov 2020, 07:18 -
can i customize the video and audio output format in mkvtoolnix
By jraju in forum Video Streaming DownloadingReplies: 22Last Post: 9th Jun 2020, 02:20 -
Panasonic ES40V S-video output not working
By pozzyal in forum Capturing and VCRReplies: 5Last Post: 27th Apr 2020, 19:50 -
Using LWLibavVideoSource and forcing output format - what does it do?
By TheArkyTekt in forum Video ConversionReplies: 3Last Post: 1st Dec 2019, 11:49 -
No suitable output format found
By max_cady in forum Newbie / General discussionsReplies: 8Last Post: 20th Aug 2018, 13:15