Skip to content

Commit

Permalink
Remove the wrong option ffplay
Browse files Browse the repository at this point in the history
ac is only for ffmpeg
  • Loading branch information
junhe committed Dec 5, 2024
1 parent adb819b commit 884523f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions moviepy/audio/io/ffplay_audiopreviewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ def __init__(
"s%dle" % (8 * nbytes),
"-ar",
"%d" % fps_input,
"-ac",
"%d" % nchannels,
"-i",
"-",
]
Expand Down

0 comments on commit 884523f

Please sign in to comment.