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 Nov 28, 2024
1 parent 27fefe2 commit 5df6685
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 5df6685

Please sign in to comment.