Subversion Repositories yt_downloader

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 daniel-mar 1
 
2
With yt-dlp, you might get the error "ERROR: Postprocessing: Conversion failed!" if
3
you have a tool old ffmpeg version.
4
 
5
If you cannot update to a newer version to ffmpeg using aptitude,
6
you can download (or compile) a new ffmpeg version.
7
 
8
Example for downloading FFmpeg 5.1.1 for Raspberry Pi Buster (32 bit ARM)
9
 
10
Visit:
11
	https://johnvansickle.com/ffmpeg/
12
Download and unpack:
13
	wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-armhf-static.tar.xz
14
	tar xvf ffmpeg-release-armhf-static.tar.xz
15
	rm ffmpeg-release-armhf-static.tar.xz
16
Create a symlink:
17
	ln -s ffmpeg-5.1.1-armhf-static/ffmpeg .
18