Skip to content

One eye freezes #87

@CharlesOliner

Description

@CharlesOliner

I keep running into an issue where the video freezes for one eye while the video continues playing for the other. I know it's not an issue with ffmpeg because the freezes always happen at different parts of the video, even when the file isn't re-uploaded to the 3DS.

Here's the script I'm using to convert it:

ffmpeg \
    -i 0-bbb_sunflower_1080p_30fps_stereo_abl.mp4 \
    -filter_complex "[0]stereo3d=abl:ml[left];[0]stereo3d=abl:mr[right]" \
    -s 400x240 -c:a aac -c:v mpeg1video -r 24 \
    -map '[left]' -map 0:a:0 -map '[right]' output.mp4

The video I'm using is the stereo 3D abl version of Big Buck Bunny. I'm on an original 3DS.

The issue appeared to go away when I turned eco mode off.

This issue did not appear when I used an output resolution of 400x225, but I got a different issue where some of the pixels on the right and bottom side of the screen were black on 3DS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions