Is it possible to choose a custom pixel format option instead of the ones already available in frameserver? (RGB24, 36, YUV2, v210)
I've done a bit of testing with frameserver, trying to achieve true lossless conversion. but after running PSNR and SSIM checks, the original footage and the exported footage always have some differences, without modifying them inside premiere.
This could be due to alot of factors that i'm unaware of so i'm hoping to get some insight here.
i've tried matching the sequence settings as best as i could to original footage, or instead convert the original footage to a matching sequence before importing it to premiere. but the export results are the same. exporting to an image sequence has given better quality matching results, but still not identical results.
I understand this may be an unusual approach, I'm just testing a proof of concept to find a method that preserves the highest possible quality for future projects.
On a side note,
not sure if this issue is on ffmpeg's side or frameserver's (or mine), but when exporting footage as video and NOT as image sequence, ffmpeg will post some errors when comparing original footage to export:
"not matching timebases found between first input: 1/24000 and second input 125/2997, results may be incorrect!"
"Application provided invalid, non monotonically increasing dts to muxer in stream 0: 237 >= 237"
when exporting to an image sequence and comparing, the mismatching timebases error still shows, but the latter doesn't and the test is a lot more accurate.