Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

H264 3D videos seem to have unsynchronized frames #76

Open
Firepal opened this issue Jul 10, 2024 · 0 comments
Open

H264 3D videos seem to have unsynchronized frames #76

Firepal opened this issue Jul 10, 2024 · 0 comments
Labels
queue I'll try to fix/add it as soon as possible

Comments

@Firepal
Copy link

Firepal commented Jul 10, 2024

Playback is not synchronous with both eyes, the right eye will get a later/sooner(?) frame than the left eye.
On scene changes this is exhibited as a small stereo "flicker" as one eye sees something completely different than the other.
(I currently only tried 3D videos with H264.)

This is my conversion command, a version of the README conversion script that only calls ffmpeg once.

ffmpeg -i <INPUT> -lavfi "[0:v]scale=800x240:flags=neighbor[scaled],[scaled]split[x][y];[x]stereo3d=sbsl:ml[l];[y]stereo3d=sbsl:mr[r]" -map [l] -map [r] -map 0:a -ac 2 <OUTPUT>
@Core-2-Extreme Core-2-Extreme added the queue I'll try to fix/add it as soon as possible label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
queue I'll try to fix/add it as soon as possible
Projects
None yet
Development

No branches or pull requests

2 participants