Projekt PUTVDNLD - Download von Fernsehsendungen: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „== Download von ORF.ON Sendungen == Dafür gibt es das Windows-Kommandozeilenprogramm [https://github.com/badlogic/orfondl orfondl], das kann irgendwo abgelegt werden, muss im PATH sein. Dieses braucht auch noch [https://github.com/FFmpeg/FFmpeg FFMPEG], Download unter https://github.com/BtbN/FFmpeg-Builds/releases, auch das muss im PATH sein Kommandos: * <code>set PATH=%PATH%;P:\Software\By_Platform\Windows\orfondl_ORFon_downloader</code> * <code>set…“) |
Keine Bearbeitungszusammenfassung |
||
Zeile 9: | Zeile 9: | ||
* <code>set PATH=%PATH%;P:\Software\By_Platform\Windows\orfondl_ORFon_downloader</code> | * <code>set PATH=%PATH%;P:\Software\By_Platform\Windows\orfondl_ORFon_downloader</code> | ||
* <code>set PATH=%PATH%;P:\Software\By_Platform\Windows\ffmpeg\ffmpeg-master-latest-win64-lgpl\ffmpeg-master-latest-win64-lgpl\bin</code> | * <code>set PATH=%PATH%;P:\Software\By_Platform\Windows\ffmpeg\ffmpeg-master-latest-win64-lgpl\ffmpeg-master-latest-win64-lgpl\bin</code> | ||
* Beispiel | * Aufruf: | ||
*: <code>orfondl-windows-amd64.exe ''video-URL'' ''ausgabe-datei''</code> | |||
*: (scheinbar muss man eine Ausgabedatei angeben, sonst entsteht keine Ausgabe) | |||
* Beispiel: | |||
*: <code>orfondl-windows-amd64.exe https://on.orf.at/video/14239871/erlebnis-buehne-der-diener-zweier-herren-aus-schloss-kobersdorf DienerZweierHerren.mp4</code> |
Version vom 28. Jänner 2025, 21:44 Uhr
Download von ORF.ON Sendungen
Dafür gibt es das Windows-Kommandozeilenprogramm orfondl, das kann irgendwo abgelegt werden, muss im PATH sein.
Dieses braucht auch noch FFMPEG, Download unter https://github.com/BtbN/FFmpeg-Builds/releases, auch das muss im PATH sein
Kommandos:
set PATH=%PATH%;P:\Software\By_Platform\Windows\orfondl_ORFon_downloader
set PATH=%PATH%;P:\Software\By_Platform\Windows\ffmpeg\ffmpeg-master-latest-win64-lgpl\ffmpeg-master-latest-win64-lgpl\bin
- Aufruf:
orfondl-windows-amd64.exe video-URL ausgabe-datei
- (scheinbar muss man eine Ausgabedatei angeben, sonst entsteht keine Ausgabe)
- Beispiel:
orfondl-windows-amd64.exe https://on.orf.at/video/14239871/erlebnis-buehne-der-diener-zweier-herren-aus-schloss-kobersdorf DienerZweierHerren.mp4