Open slhck opened 2 days ago
This would be because the timestamps are not aligned between the files, this is an area that needs improvement. Adjusting the 'frameoffset' by pressing '<' and '>' keys is a workaround, but it is a bit annoying when the difference is rather large. I think vivict could handle this better by:
I will look into fixing this
You're right, I noticed this just now, trying to calculate full reference quality metrics. For some reason the frames are not aligned, apparently a different configuration of the original encoding service.
If you have an easy fix, that'd be great, but it's also not trivial, I think, to find good alignments in all cases.
I have these two files I want to compare:
https://storage.googleapis.com/aveq-storage/examples/vivictpp/Dancers_8s-premium.ts
https://storage.googleapis.com/aveq-storage/examples/vivictpp/Dancers_8s-plus.ts
When I open each one individually in
vivictpp
, I can press Space and they will play.Yet, when I specify both, playback no longer works upon pressing Space; instead it toggles a small window showing frame information (Edit: This just seems to be the "pause" state.)
Both videos play fine in
ffplay
andmpv
. When I convert them to MP4 they also play fine invivictpp
:This is Vivict++ 1.1.0 running under macOS without hardware acceleration.
Do you have any idea why the MPEG-TS files might not be supported?