forked from FFmpeg/FFmpeg
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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)
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
Labels
No labels
