+ Reply to Thread
Results 31 to 40 of 40
-
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
What exactly is the problem? What version of Fedora are you using? (I've succeded to compile it on MacOS, and that's usually harder to do than compiling on any Linux with quite current software.)
-
It will NOT compile on Fedora despite installing dependencies as recommended. It simply won't. My question was to PSXman_uk, primarily, to see if he needed further help;
I no longer have Devine installed, but I did find a solution for the last Fedora release which involves adding a repository which had a pre-compiled version of ccextracror and making symbolic links to libraries.
cc_extractor is rather poorly written to accept only a specific library version - later versions are ignored. See the problems: All those libraries are indeed installed - but later versions.
[Attachment 81003 - Click to enlarge]Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
libcrypto - I don't see why that is needed; if it is indeed, then yes, libcrypto-1.1 is a poor dependency nowadays. Probably because of a libcurl dependency.
The same holds for liblept and tesseract-4 - these dependencies are definitely not bound to that version.
Here on my Mac it uses:
Code:$ otool -L /opt/local/bin/ccextractor /opt/local/bin/ccextractor: /opt/local/lib/libgpac.dylib (compatibility version 0.0.0, current version 0.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1345.120.2) /opt/local/lib/libiconv.2.dylib (compatibility version 9.0.0, current version 9.1.0) /opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.3.1) /opt/local/lib/libavcodec.58.dylib (compatibility version 58.0.0, current version 58.134.100) /opt/local/lib/libavformat.58.dylib (compatibility version 58.0.0, current version 58.76.100) /opt/local/lib/libavutil.56.dylib (compatibility version 56.0.0, current version 56.70.100) /opt/local/lib/libswscale.5.dylib (compatibility version 5.0.0, current version 5.9.100) /opt/local/lib/libleptonica.6.dylib (compatibility version 7.0.0, current version 7.0.0) /opt/local/lib/libtesseract.5.dylib (compatibility version 6.0.0, current version 6.4.0) /opt/local/lib/libarchive.13.dylib (compatibility version 21.0.0, current version 21.4.0) /opt/local/lib/libcurl.4.dylib (compatibility version 13.0.0, current version 13.0.0)
Last edited by Obo; 27th Jul 2024 at 07:36.
-
-
I am running on Debian 12 version 6.0.1 (from deb-multimedia.org) and it works,
on older Debian 11 with version 4.3.7 it does not work as someone else mentioned ....
Code:$ apt list -a --installed ffmpeg Listing... Done ffmpeg/stable-backports 10:6.1.2-dmo0~bpo12+1 amd64 ffmpeg/stable,now 10:6.0.1-dmo0+deb12u1 amd64 [installed] ffmpeg/stable,stable-security 7:5.1.5-0+deb12u1 amd64
Code:$ apt-cache policy ffmpeg ffmpeg: Installed: 10:6.0.1-dmo0+deb12u1 Candidate: 10:6.0.1-dmo0+deb12u1 Version table: 10:6.1.2-dmo0~bpo12+1 100 100 https://www.deb-multimedia.org bookworm-backports/main amd64 Packages *** 10:6.0.1-dmo0+deb12u1 500 500 https://www.deb-multimedia.org bookworm/main amd64 Packages 100 /var/lib/dpkg/status 7:5.1.5-0+deb12u1 500 500 http://deb.debian.org/debian bookworm/main amd64 Packages 500 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages
-
Updated the guide:
#EDIT 6th Aug 2024
- Small corrections/improvements (that not always save....)
- Added more options in section "Testing your setup"
- Updated N_m3u8DL-RE to 508f39b
If you compiled your own version of N_m3u8DL-RE,
you can update it or download latest commit
#Updating N_m3u8DL-RE (00bce19..508f39b) #422
Code:git -C ~/git/N_m3u8DL-RE pull cd ~/git/N_m3u8DL-RE dotnet publish src/N_m3u8DL-RE -r linux-x64 -c Release -o artifact ./artifact/N_m3u8DL-RE --version ./artifact/N_m3u8DL-RE --help sudo cp ./artifact/N_m3u8DL-RE /usr/local/bin/ N_m3u8DL-RE --version N_m3u8DL-RE --help
Code:#ZIP zip -j ~/Downloads/N_m3u8DL-RE_Beta_linux-x64_20240724 ./artifact/N_m3u8DL-RE #TAR cd artifact tar -cvf ~/Downloads/N_m3u8DL-RE_Beta_linux-x64_20240724.tar.gz N_m3u8DL-RE
Code:#Download: curl -kL https://forum.videohelp.com/attachments/81273-1722967115/N_m3u8DL-RE_Beta_linux-x64_20240724.zip -o ~/Downloads/N_m3u8DL-RE_Beta_linux-x64_20240630.zip
Code:#UNzip sudo unzip ~/Downloads/N_m3u8DL-RE_Beta_linux-x64_20240724.zip -d /usr/local/bin/ #UNtar (VH.com does not accept TAR.GZ files)!! :( sudo tar zxvf ~/Downloads/N_m3u8DL-RE_Beta_linux-x64_20240724.tar.gz -C /usr/local/bin/
-
Updated version of "N_m3u8DL-RE" - "0.2.1+e9b6c9f3c31d648cb259c700e5c519102a5bb9c c" is available to download:
#Latest - v0.2.1-beta
https://github.com/nilaoda/N_m3u8DL-RE/releases/latest
#Linux #x64 (Window$ and Mac also available)
https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v0.2.1-beta/N_m3u8DL-RE_Beta_...0240828.tar.gz
Code:cd ~/Downloads curl --doh-url https://dns.mullvad.net/dns-query -kLO https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v0.2.1-beta/N_m3u8DL-RE_Beta_linux-x64_20240828.tar.gz sudo tar xvf N_m3u8DL-RE_Beta_linux-x64_20240828.tar.gz --strip-components=1 -C /usr/local/bin/ --verbose sudo chmod a+rx /usr/local/bin/N_m3u8DL-RE sudo chown root:root /usr/local/bin/N_m3u8DL-RE ls -ilha /usr/local/bin/
Code:N_m3u8DL-RE --version N_m3u8DL-RE --help
-
#EDIT 17th Dec 2024
- Added QuickGuide at the TOP of the page
- Updated N_m3u8DL-RE (Beta version) - 20241203 (QuickGuide)
- Instructions on how to compile CCExtractor v0.93 (QuickGuide)
- Instructions for downloading Shaka-Packager v2.6.1 (QuickGuide)
- Small corrections/improvements (that not always save....)
Code:#----------------------- # Update/Upgrade REPOS; #----------------------- sudo apt update; sudo apt list --upgradable -a; \ sudo apt -V upgrade -y; sudo apt full-upgrade #--------------- #Create DIR's; #--------------- mkdir ~/Downloads mkdir ~/git mkdir ~/wvd mkdir ~/py #----------------------- # Install Dependencies; #----------------------- sudo apt install \ python3 python3-pip python3-setuptools python-is-python3 python3.12-venv python3-ttconv \ unrar \ zip unzip \ ffmpeg \ mkvtoolnix mkvtoolnix-gui \ mediainfo mediainfo-gui \ aria2 curl git nano \ vlc mpv \ asciinema \ #Fin; #------------------------------------------------ #Download "N_m3u8DL-RE" to "Downloads" DIRectory; #------------------------------------------------ cd ~/Downloads curl -kLO https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v0.3.0-beta/N_m3u8DL-RE_v0.3.0-beta_linux-x64_20241203.tar.gz ## (Debian 13/Trixie does not allow to unpack/untar directly into the "/usr/local/bin/" DIRectory); # Check the package is OK; gunzip -tv vimeo-dl_0.2.0_linux_amd64.tar.gz # Check what is inside the TAR.GZ archive; tar -tvvf N_m3u8DL-RE_v0.3.0-beta_linux-x64_20241203.tar.gz # Unpack; tar -xvf N_m3u8DL-RE_v0.3.0-beta_linux-x64_20241203.tar.gz N_m3u8DL-RE # Move to "/usr/local/bin/"; sudo mv N_m3u8DL-RE /usr/local/bin/ # Make the BInary file "EXEcutable; sudo chmod a+rx /usr/local/bin/N_m3u8DL-RE # List the file; ls -ilha /usr/local/bin/N* # Check the version N_m3u8DL-RE --version #------------------------------------------------ #Download "Vimeo-DL" to "Downloads" DIRectory; #------------------------------------------------ cd ~/Downloads curl -kLO https://github.com/akiomik/vimeo-dl/releases/download/v0.2.0/vimeo-dl_0.2.0_linux_amd64.tar.gz # Check the package is OK; gunzip -tv vimeo-dl_0.2.0_linux_amd64.tar.gz # Look inside; tar -tvvf vimeo-dl_0.2.0_linux_amd64.tar.gz # Unpack tar -xvf ~/Downloads/vimeo-dl_0.2.0_linux_amd64.tar.gz vimeo-dl # Move to "/usr/local/bin/" sudo mv vimeo-dl /usr/local/bin/ # Make the BInary file "EXEcutable; sudo chmod a+rx /usr/local/bin/vimeo-dl vimeo-dl -v #------------------ #Bento4 1.6.0-641; #------------------ cd ~/Downloads curl -kL https://www.bok.net/Bento4/binaries/Bento4-SDK-1-6-0-641.x86_64-unknown-linux.zip -o ~/Downloads/Bento4-SDK-1-6-0-641.x86_64-unknown-linux.zip sudo unzip -j Bento4-SDK-1-6-0-641.x86_64-unknown-linux.zip 'Bento4-SDK-1-6-0-641.x86_64-unknown-linux/bin/*' -d /usr/local/bin/ ls -ilha /usr/local/bin/ mp4decrypt mp4info #------------------------- #Shaka-Packager v2.6.1; #------------------------- sudo curl -kL https://github.com/shaka-project/shaka-packager/releases/download/v2.6.1/packager-linux-x64 -o /usr/local/bin/shaka-packager sudo chmod a+rx /usr/local/bin/shaka-packager shaka-packager --version #-------------------- #Hola-Proxy LATEST; #-------------------- sudo curl -kL https://github.com/Snawoot/hola-proxy/releases/latest/download/hola-proxy.linux-amd64 -o /usr/local/bin/hola-proxy sudo chmod a+rx /usr/local/bin/hola-proxy hola-proxy -version #------------------------- #LATEST #Windscribe-Proxy; #------------------------- sudo curl -kL https://github.com/Snawoot/windscribe-proxy/releases/latest/download/windscribe-proxy.linux-amd64 -o /usr/local/bin/windscribe-proxy sudo chmod a+rx /usr/local/bin/windscribe-proxy windscribe-proxy -version #------------------ #LATEST #YT-DLP; #------------------ sudo curl -kL https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp sudo chmod a+rx /usr/local/bin/yt-dlp yt-dlp --version #------------------ #LATEST - #Poetry; #------------------ curl -sSL https://install.python-poetry.org | python3 - #Edit to "Set environment variables" nano ~/.bashrc ## Poetry export PATH="/home/$USER/.local/bin:$PATH" #--------------------- #LATEST Get_iPlayer; #--------------------- sudo apt install -y \ libwww-perl \ libcgi-pm-perl \ libxml-simple-perl \ libxml-libxml-perl \ liblwp-protocol-https-perl \ atomicparsley \ libmojolicious-perl \ libass-dev #Fin; cd ~/Downloads curl -kLO https://raw.github.com/get-iplayer/get_iplayer/master/get_iplayer sudo install -m 755 ./get_iplayer /usr/local/bin sudo chmod 755 ./get_iplayer get_iplayer -V #----------------------------------- #Optional Get_iPlayer prefferences; #----------------------------------- get_iplayer --prefs-add --release-check --subtitles --subsraw --subs-embed --metadata=generic --thumb --thumbnail-size=1920 --long --file-prefix="<nameshort>_<00seriesnum>-<00episodenum>_<episode>_<pid>_<mode>" get_iplayer --prefs-show #-------------- #LATEST #GPAC; #-------------- sudo apt install -y \ libglew-dev \ libglfw3-dev \ cmake \ gcc \ libcurl4-gnutls-dev \ tesseract-ocr \ libtesseract-dev \ libleptonica-dev \ clang \ libclang-dev \ autoconf \ build-essential \ pkg-config \ g++ \ git \ yasm cd ~/git git clone https://github.com/gpac/gpac.git cd gpac ./configure make -j$(nproc) ./bin/gcc/MP4Box -version; ./bin/gcc/gpac -version; sudo make install MP4Box -version gpac -version ---------------------- #v0.93 (Aug 16, 2021) CCExtractor [needs GPAC installed] ---------------------- c7ebd45 commit c7ebd45d9fec39dcdd6dc2312f1a9c89838e2b85 (HEAD, tag: v0.93) cd ~/git git clone https://github.com/CCExtractor/ccextractor.git cd ~/git/ccextractor/ git log git checkout c7ebd45 cd ~/git/ccextractor/linux make clean sudo make uninstall make distclean ./autogen.sh ./configure --without-rust make -j$(nproc) ./ccextractor --version sudo make install ccextractor --version cd ~
Code:# Python | PIP; python -V; python -m pip -V; pip -V; # Python3 | PIP3; python3 -V; python3 -m pip -V; pip3 -V; # FFMpeg; ffmpeg -version; ffprobe -version; # MKV ToolNix; mkvextract --version; mkvmerge --version; # Aria; aria2c --version; # cURL; curl -V; # VLC; vlc --version; # MPV; mpv --version; # Git; git -v; # Nano Editor; nano --version; # MediaInfo; mediainfo --version; # Asciinema; asciinema --version; #Fin;
Code:# Shaka Packager; shaka-packager -version; # Hola Proxy; hola-proxy -version; # Windscribe Proxy windscribe-proxy -version; # CCExtractor; ccextractor --version; # GPAC Suite; mp4box -version; gpac -version; # Bento4 ; mp4info; mp4decrypt; # Poetry; poetry --version; # N_m3u8DL-RE; N_m3u8DL-RE --version; # Vimeo-DL; vimeo-dl -v # YT-DLP; yt-dlp --version; # Get_iPlayer; get_iplayer -V; #Fin;
Similar Threads
-
Video guide to get your Win system set-up for .....
By pssh in forum Video Streaming DownloadingReplies: 19Last Post: 26th Mar 2025, 17:08 -
Generate a name based on an image
By VideoFan576 in forum ComputerReplies: 0Last Post: 5th May 2024, 14:28 -
Event based panel help
By membervip39 in forum Video Streaming DownloadingReplies: 0Last Post: 18th Dec 2023, 11:48 -
[LINUX] can ffmpeg (or any othe linux command) genere an ANIMATED waveform
By Jintor_Universe in forum ProgrammingReplies: 5Last Post: 28th Oct 2021, 19:29 -
Can someone guide how to set video player for x265 HDR films
By lorcav123 in forum Software PlayingReplies: 19Last Post: 24th Mar 2021, 10:48