Closed w2daemon closed 4 months ago
Hey. You can set ffmpeg location via Options instance, as it's yt-dlp option.
Can you provide an example for that? Thank you!
$yt->download(
Options::create()
->ffmpegLocation(...)
->url(...)
);
Thank you! I will give it a try.
Yeah, it's working! Is there any way to compress the audio file? It is bigger than the webm file. What should I set for audio quality? I tried 1 and 2...but there is no change. 0 should be the best...Anyway, you can mark this issue as solved. Thank you!
Hi! How can I set the path for ffmpeg? I'm getting this error on MacOs Sonoma: ffprobe and ffmpeg not found. Please install or provide the path using --ffmpeg-location. The path for it is /usr/local/bin/ffmpeg. I'm able to set the path for yt-dlp. Same directory BTW. Thanks!