I'm trying to find out what compressed lossless codecs BD Rebuilder recognizes when you import a video file. I know the wrappers because they are there in the drop down list in the import dialog, and the only two wrappers that can have lossless compressed codecs are AVI and MOV. I know that MOV with the DNxHR doesn't work, but I don't have a lot of choices except maybe exporting a totally uncompressed file, which would be gigantic because this is 2160p 10 bit with HDR, so even half an hour would produce a gigantic file.
I'm using Resolve Studio to edit this footage, and it doesn't have a lot of options when it comes to compressed lossless, but I'm trying to find out which codec in these two wrappers BD Rebuilder can read.
+ Reply to Thread
Results 1 to 5 of 5
-
-
You can try lossless H.264 in mp4, for example,
Code:ffmpeg.exe -i "source_file" -c:v libx264 -preset faster -qp 0 -c:a copy "lossless_output.mp4"
-
-
-
For x264 --qp 0 or --crf 0 are lossless for 8bit. --qp 0 is lossless for all bitdepths.
For x265 the option --lossless is truly lossless AFAIK.
https://x265.readthedocs.io/en/stable/lossless.html
In ffmpeg it would be -x265-params lossless=1 for example.Last edited by Sharc; 11th Mar 2025 at 08:27.
Similar Threads
-
SRestore dont accept paramaters?
By yoeymeme in forum Newbie / General discussionsReplies: 5Last Post: 2nd Feb 2024, 07:04 -
subtitle workshop cannot accept mp4 file
By zoki in forum SubtitleReplies: 1Last Post: 8th Nov 2023, 18:24 -
TMPGencDVDauthoringWorks5 doesnt accept burn to dvd-rw how to solve ?
By DBenz in forum Authoring (DVD)Replies: 0Last Post: 28th Feb 2021, 16:49 -
JVC Video Wont Accept Tape
By Darren70 in forum RestorationReplies: 0Last Post: 12th Dec 2020, 10:53 -
Muxman don't want accept audio track
By misiuro in forum Authoring (DVD)Replies: 13Last Post: 8th Apr 2020, 11:06