Ron-SSG
Results
1
issues of
Ron-SSG
Hi ! I'm extracting audio for a video using `ffmpeg` with the command: `ffmpeg -i input_video.mp4 -c copy -map a -f segment -segment_time 0.50 audio_frame-%d.wav` And when I try to...