You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lossless compression was performed using libx265 and hevc_nvmpi respectively. The compression with libx265 succeeded, and the compressed file size is 1.9 GB. However, the compression with hevc_nvmpi failed, and the compressed file is only 10.64 MB. The parameters are as shown in the figure below:
ffmpeg -r 10 -f image2 -i %d.jpg -c:v libx265 -x265-params lossless=1 output_r10_h265_x265_lossless.mp4