Skip to content

OSX issue: Green lines on the left side of FFLive [Apple SIlicon] #9

@Akascape

Description

@Akascape

Hello @ramiropolla
I would like to express my sincere gratitude for creating this tool. I am currently working with FFLive arm64 version on Mac OS Sequoia 15.4.1 (Apple Silicon)
I noticed that the FFlive window is showing some random green colored lines on the left side of the live window. (not a part of the glitch)

Image

I also tried the x86_64 version of FFLive, and it is not showing those lines.

These are the parameters I used:

        ffgac_command = [
            ffgac,
            "-accurate_seek",
            "-ss", "0",
            "-stats",
            "-hide_banner",
            "-i", video_path, # add your video path
            "-s", f"{width_box.get()}x{height_box.get()}",
            "-an",
            "-mpv_flags", "+nopimb+forcemv", 
            "-qscale:v", "0", 
            "-g", "max",
            "-sc_threshold", "max", 
            "-vcodec", "mpeg4",
            "-f", "rawvideo", 
            "-"
        ]

        fflive_command = [
            fflive,
            '-i', '-',
             "-s", script_path, # add your js script path
            '-vf', "setpts=(1.0)*PTS",
            '-af', "setpts=(1.0)*PTS",
            '-stats',
            '-hide_banner',
            '-flush_packets', '0',
            '-sync', 'audio',
        ]
...

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