How do you convert videos into the H.264 and H.265 lossless video codecs using ffmpeg and Shutter Encoder?
+ Reply to Thread
Results 1 to 4 of 4
-
-
You really should start reading and not ask to be spoon-fed on any thing that takes your fancy.
And the other day you asked how to make videos smaller. Encoding h264/265 as 'lossless' uses an encoding crf setting of 0. And then you actually end up with, probably, a much larger file than you started with. -
for ffmpeg
x264
Code:-c:v libx264 -qp 0
Code:-c:v libx265 -x265-params lossless=1
-
What my video has more than one audio track (like 8 or even 25) and I want to keep all audio?
Similar Threads
-
ffmpeg transcode H.265 to H.264 by Nvidia CUDA error
By slick zheng in forum Video ConversionReplies: 18Last Post: 4th Aug 2023, 00:37 -
Moving from x.264 to x.265
By Ninja Joe in forum Newbie / General discussionsReplies: 6Last Post: 6th May 2023, 13:05 -
Differences between ripping H.264 and H.265
By vieekk in forum Video ConversionReplies: 10Last Post: 23rd Dec 2020, 21:33 -
FFMPEG - hevc_nvenc & h264_nvenc lossless presets not truly lossless?
By AnomalyDetected in forum Video ConversionReplies: 5Last Post: 27th Oct 2019, 02:24 -
Nvidia h.265 hevc lossless
By qo4on in forum Video ConversionReplies: 30Last Post: 11th Apr 2019, 07:45