With your last upgrade of the program it works great! Now i have a question, it's possible to encode at 12 Bits with H265 with FFmpeg? I tried -pix_fmt yuv420p12le but when i check the converted video with Mediainfo still saying 10 Bits.
With your last upgrade of the program it works great! Now i have a question, it's possible to encode at 12 Bits with H265 with FFmpeg? I tried -pix_fmt yuv420p12le but when i check the converted video with Mediainfo still saying 10 Bits.
Ok, this parameters should works fine?: -map 0 -c:v hevc_nvenc -preset hp -profile:v main10 -global_quality 21 -pix_fmt yuv420p10le -look_ahead 1 -r 24000/1001 -c:a copy -c:s copy With that, i should be able to keep the 2 Audio Tracks and the Subtitles? PD: I tried with that parameters and nothing got converted: https://streamable.com/30kwf
Ok, this parameters should works fine?: -map 0 -c:v hevc_nvenc -preset hp -profile:v main10 -global_quality 21 -pix_fmt yuv420p10le -look_ahead 1 -r 24000/1001 -c:a copy -c:s copy With that, i should be able to keep the 2 Audio Tracks and the Subtitles?
Ok, this parameters should works fine?: -map 0 -c:v hevc_nvenc -preset hp -profile:v main10 -global_quality 21 -pix_fmt yuv420p10le -look_ahead 1 -r 24000/1001 -c:a copy -c:s copy With that, i should be able to keep the 2 Audio Tracks and the Subtitles?
I get this error when i add -map 0: https://streamable.com/rw15r
Great! Thx u.
I have movies that have Dual Audio, lets say 1 audio track Spanish and another 1 in English, but when i convert the movie with FFmpeg, it only keep 1 track audio. How i can keep both of them? Thx!