DEUTSCHE VERSION |
|
Links | | | Forums | | | Comments | | | Report news |
Chat | | | Polls | | | Newsticker | | | Archive |
amiga-news.de Forum > Amiga, AmigaOS 4 > YouTube mit GetVideo | [ - Search - New posts - Register - Login - ] |
-1- 2 3 | [ - Post reply - ] |
2009-07-27, 21:08 h tploetz Posts: 4026 User |
Hallo, mal eine Frage geht GetVideo mit OWB und YouTube auf OS4.1? tploetz [ - Answer - Quote - Direct link - ] |
2009-07-27, 21:19 h tommysammy Posts: 227 User |
getVideo -------- This ARexx script can be used to grab some information from popular video portals like YouTube so you can download the FLV (Flash Video) files and play it using mplayer. It is based on the youtube_downloader ARexx script from Fabien Coeurjoly. Many thanks to FAB for this pattern because my ARexx skills are limited and without his help I wouldn't had a chance to write this script. Readme Index: 1. Requirements 2. History 3. Install 4. Usage 5. Setup for OWB MorphOS 6. Setup for IBrowse 7. Supported Sites 1. Requirements: * working ARexx setup * a TCP/IP stack with a working TCP handler * some cli commands (filenote,delete,touch,requestchoice,requestfile) * wget command in your system path or another path (setup required) * mplayer for playing FLV files. mplayer must be in system path or another path (setup required) 2. History: * 0.20 [2009-] + add support for the following sites - blip.tv - megavideo - vimeo * 0.19 [2009-07-13] + add support for the following sites - dumpert - funnyordie + add some kind of development pack but it is not well described * 0.18 [2009-06-25] + removed a bug in youtube playlist support + fixed a stupid bug in youtube support that leads to 404 error + add support for youtube HD video if available + improved google video support + little bit improved polylog support + add "Setup for OWB MorphOS" to this readme * 0.17 [2009-06-03] + add support for sevenload again (only for http streams) + improved youtube playlist support + add "max_rc_buttons" settings to getvideo.cfg * 0.16 [2009-05-11] + add 3GP filetype for youtube + extended support for ardmediathek + fixed support for the following sites - cttv - myvideo - current.tv - dailymotion - fitforfun - metacafe - youtube - dailymotion filetype preselection in getvideo.cfg is no more available - google filetype "mp4" removed - removed support for sevenload * 0.15 [2008-10-14] + changed the setup for mplayer_exe and wget_exe in the config. if you use default settings this don't concern you. if you have wget and mplayer in a special directory then you have to setup the path again ... sorry with this change you can easily setup another player if you want + add a "ask" filetype and set it as default. if you don't want a requester that ask you for the prefered filetype than you have to preset it in getvideo.cfg + add support for the following sites - ardmediathek - ct-tv - YLE + add .asx and mms: direct support - removed support for hronline * 0.14 [2008-09-23] + changed gametrailers support (i hope it is more useable now) + add support for the following sites - 3sat - arte - stream-tv (only linking) - zdf + fixed support for the following sites - dailymotion - clipfish - tubevube (only linking) + dailymotion filetypes changed in config - google filetype "avi" removed - videotube support removed + support now all urls that use a http reroute to a supported url * 0.13 [2008-08-27] + add youtube filetype selection in config file + add crackle filetype selection in config file + add support for the following sites - evisor - gamersyde (only low quality) - gametrailers (very limited, not realy useable) - polylog - searchforvideo + fixed support for the following sites - crackle - hausgemacht - metacafe - sevenload + removed support for the following sites, because i can't fix the support for it ... sorry - mail.ru - ntv.ru - yahoo * 0.12 [2008-03-01] + add support for the following sites - video.mail.ru + fixed support for the following sites - hronline (ctmagazin.tv) - dailymotion + add dailymotion filetype selection in config file - removed Stage6 support, because site has closed - yahoo support is broken it seems they use RTMP now and no more RTMPT http://en.wikipedia.org/wiki/Real_Time_Messaging_Protocol can't get it to work currently and don't see many chances for the future * 0.11 [2008-01-28] + fixed support for the following sites - clipfish music videos - last.fm - metacafe + fixed a stupid TYPO that leads to errors with saveplay action + add alternative installpaths more info in the install section of this readme * 0.10 [2008-01-28] + fixed support for youtube * 0.9 [2007-12-01] + i found a site with embedded YouTube video that had the following url scheme: http://www.youtube.com/p/xxxxxx this is a link to a playlist >> add Playlist support for YouTube. + add infolevel option in config file and set the default info output for action "play" to "only errors". + getVideo.html is now also a feedback tool ... please take the two minutes and make sure you are connected to the internet. * 0.8 [2007-11-26] + add support for the following sites - last.fm - dailymotion.com (embedded videos) - guba.com - crackle.com (linked by google, crackle interface need flash) * 0.7a [2007-10-25] + emergency release. 0.7 executable don't work on OS4, so all is changed back to script files. this is also good for the guys who want it open source * 0.7 [2007-10-21] + add support for the following sites - stage6.com + add support for age control videos on youtube some work some not ... just try it sorry can't grab a title here + add mplayer_arg_net variable to getVideo.cfg + getvideo is a executable now (thanks for your feedback Michael) sorry this kills support for R the gui generator + add overwrite option, if the output file allready exists - yahoo support is broken for some vids and i don't get it to work * 0.6 [2007-10-10] + add a action selection. this changes the command args (sorry) please look in the usage area for more info (thx for your feedback sami) + add support for 'http://www.youtube.com/v/xxxxxx' URL scheme this way you can download embedded youtube videos using the Plugin File contextmenu of IBrowse. Also works with embedded google video files. (thx for your feedback Kicko) Please look at the "Setup for IBrowse" area for setup instruction + replaced the crap implementation of the thirdlevel domain check with a better(?) one + add support for the following sites - video.yahoo.com (thx for your feedback Paul) + add config file support to get the settings out of the rexx file getVideo.cfg is optional and not needed if you only use default settings * 0.5 [2007-10-01] + add support for the following sites - tubevube (YouTube frontend) - fitforfun.de (not realy interessting) + changed the filetype selection for google and break to the settings area on top of the getvideo.rexx file + configurable path to wget in getvideo.rexx + fixed a problem with aweb that gave to much quotes (thx Hubert) + supported portals now in alphabetic order (killerfeature!) * 0.4 [2007-09-06] + add support for domains without thirdlevel domain (www) Example: http://youtube.com/watch?v=xxxxxx This is a crap implementation, because domains with 'co.uk' or 'com.tr' or other toplevel domains with point will fail. + add support for URLs without 'http://' + add support for the following sites - videotube.de * 0.3 [2007-08-26] + add support for the following sites - hausgemacht.tv - scivee.tv - sevenload.de + fixed support for MyVideo * 0.2 [2007-08-11] + add Resume and Save as... requester + add more input checks + add support for the following sites - myspace.com - metacafe.com - current.tv - news.ntv.ru - hronline.de (ctmagazin.tv) + add filetype selection for google and break - default is flv to change this you have to edit the getvideo.rexx file in the main part. search for host='google' or host='break' and edit the extension variable to your need. * 0.1 [2007-08-05] + first public release 3. Install: simply copy getVideo, getVideo.rexx and getVideo.cfg (optional) to c: or use the following alternative installpaths getVideo to c: getVideo.rexx to rexx: getVideo.cfg (optional) to env: or envarc: 4. Usage: getVideo "url" "action" "download directory" Example: getVideo "http://www.youtube.com/watch?v=xxxxxx" save ram: This will download the FLV file to ram disk. Actions: save - save file to download directory play - gives the FLV URL to mplayer for this option the filetype is set to flv saveplay - save file to download directory and try to play the file using mplayer Config: please look inside the getVideo.cfg file for instructions 5. Setup for OWB MorphOS * go to Settings Menu -> Preferences... -> Contextual Menus * click on 'Add' and edit this new menu entry to Category: Link Name: getVideo Action: c:getvideo "%l" save ram: * click on 'Add' and edit this new menu entry to Category: Page Name: getVideo Action: c:getvideo "%u" save ram: 6. Setup for IBrowse: * go to Settings -> GUI -> FAB Menus * Open 'Link' and add a Custom menu entry * Edit Custom menu entry to Name: getVideo Action: Command [c:getvideo] [%l save ram:] * Open 'Imagelink' and add a Custom menu entry * Edit Custom menu entry to Name: getVideo Action: Command [c:getvideo] [%l save ram:] * Open 'Page' and add a Custom menu entry * Edit Custom menu entry to Name: getVideo Action: Command [c:getvideo] [%u save ram:] * Open 'Plugin File' and add a Custom menu entry * Edit Custom menu entry to Name: getVideo Action: Command [c:getvideo] [%e save ram:] 7. Supported Sites please have a look at getVideo.html Ich habe es bisher nicht hinbekommen.Warte lieber auf den GnashPlayer -- SamFlex800/1GB/250GBHD/DVD-RW/Radeon9250 128MB/OS4.1 A1200T / BPPC 603e+ 240MHz/060 / 256MB FastRAM / Mediator LT4 / Voodoo3 16MB / OS3.9/OS4.0 VIP Member von http://www.amigaemuboard.net - Amiga still alive !!! [ - Answer - Quote - Direct link - ] |
2009-07-27, 21:27 h tploetz Posts: 4026 User |
@tommysammy: Wenn Du es nicht hinkriegst, werde ich das auch nicht schaffen. Gibt es den GnashPlayer bald? tploetz [ - Answer - Quote - Direct link - ] |
2009-07-27, 21:31 h tommysammy Posts: 227 User |
Zitat: Ja der sollte bald verfügbar sein.Es wird gerade der Feinschliff gemacht. -- SamFlex800/1GB/250GBHD/DVD-RW/Radeon9250 128MB/OS4.1 A1200T / BPPC 603e+ 240MHz/060 / 256MB FastRAM / Mediator LT4 / Voodoo3 16MB / OS3.9/OS4.0 VIP Member von http://www.amigaemuboard.net - Amiga still alive !!! [ - Answer - Quote - Direct link - ] |
2009-07-27, 22:23 h analogkid Posts: 2394 User |
Für getvideo muss das Laufwerk TCP: angemeldet sein. Den passenden Dosdriver gibt im AmiTCP4-Demo-Archiv im Aminet. [ - Answer - Quote - Direct link - ] |
2009-07-28, 00:57 h IamSONIC Posts: 131 User |
Hallo hier eine deutsche Schnellanleitung zur Nutzung von getVideo unter AmigaOS 4.1 1. Aktuellste Version von getVideo herunterladen. http://aminet.net/package/comm/www/getvideo 2. Aktuellste Version von WGet aus dem OS4Depot herunterladen. http://www.os4depot.net/index.php?function=showfile&file=utility/misc/wget-bin.tar.gz 3. Aktuellste Version von Mplayer aus dem OS4Depot herunterladen. http://www.os4depot.net/index.php?function=showfile&file=video/play/mplayer.lha 3. Alle Drei Archive zB.: nach OS:Programs/.../ (in jeweils ein eigenes Verzeichnis) entpacken. 4. In das Verzeichnis gehen in welches das getVideo Archiv extrahiert wurde. Von hier die Datei "getVideo.rexx" nach rexx: (Bei OS 4.1 zu finden unter OS:S/ARexx) kopieren und die Datei "getVideo.cfg" nach env: (OS:Prefs/Env-Archive). 5. Nun mit dem Notepad die user-startup öffnen (OS:S/user-startup) und folgendes einfügen ABER WICHTIG DIE PFADE BITTE ANPASSEN und zwar genau auf jende in die das getVideo, mplayer und WGet Archiv entpackt wurden !!! ASSIGN C: "OS:Programs/MPlayer/" ADD ASSIGN C: "OS:Programs/wget-1.9.1-ppc-bin/bin" ADD ASSIGN C: "OS:Programs/getVideo-0.20/" ADD 6. Abspeichern, AMIGA neustarten und loslegen und zwar so, mit OWB gewünschte Seite öffnen z.B.: http://www.youtube.com, gewünschtest Video auswählen und dann kommt erstmal nichts, außer einer Meldung das JavaScript bzw. Flash fehlt. Kein Ding, an dieser Stelle einfach die gesamte Adresse aus der Adressleiste vom OWB kopieren, den Browser minimieren. Befehl ausführen (Rechte Maustaste auf Workbench, dann Workbench, dann Befehl ausführen) und folgendes eingeben: getVideo "http://hier.den.ganzen.link.reinpasten" play und Enter drücken, funktioniert alles wunderbar, so öffnet sich ein Popfenster bei dem ihr das Videoformat auswählen könnt. Eines aussuchen und genießen. 7. Möchte man das Video gerne auf der Festplatte verewigen -> Befehl ausführen getVideo "http://hier.den.ganzen.link.reinpasten" save partition: 8. Wenn man das ein paar mal gemacht hat und zudem Amiga Shortcuts verwendet, kann man ratz fatz ein Video anschauen indem man folgende Kombinationen benutzt. AR = Rechte Amiga Taste. In OWB AR+C, gefolgt von AR+I (Browser ikonifizieren), auf Workbench AR+E (Befehl ausfürhen), getVideo "AR+V" play Nach ein paar mal flutscht das dann richtig. 9. Dosdriver oder TCP Laufwerk wird unter OS 4.1 nicht benötigt. Viel Erfolg ! [ - Answer - Quote - Direct link - ] |
2009-07-28, 16:55 h geit Posts: 332 [Former member] |
Zitat: Unter MorphOS 2.x auch nicht, denn TCP ist Bestandtteil des OS. Geit [ - Answer - Quote - Direct link - ] |
2009-07-28, 18:57 h tploetz Posts: 4026 User |
@IamSONIC: Ich habe die Programme entpackt, die assign in der user-startup kopiert und gespeichert. Die Assigns werden auch gefunden, aber wie kopiere ich die Zeile vom OWB-Browser,das geht mit Copy nicht. tgloetz [ - Answer - Quote - Direct link - ] |
2009-07-28, 19:10 h tommysammy Posts: 227 User |
@tploetz: Rechte Windowstaste+C Aber Achtung ,manche Tastaturen haben keine rechte Windowstaste ,sowie meine.Ich muß mir auch noch ne neue Tastatur besorgen -- SamFlex800/1GB/250GBHD/DVD-RW/Radeon9250 128MB/OS4.1 A1200T / BPPC 603e+ 240MHz/060 / 256MB FastRAM / Mediator LT4 / Voodoo3 16MB / OS3.9/OS4.0 VIP Member von http://www.amigaemuboard.net - Amiga still alive !!! [ - Answer - Quote - Direct link - ] |
2009-07-28, 19:38 h tploetz Posts: 4026 User |
@tommysammy: diese Fehlermeldung wird von getvideo ausgegeben, wenn ich die Adresse in die Befehlszeile, rechte Maustaste/Worbench. [getVideo] v0.20 ERROR: action selection is wrong expected actions are: save, play and saveplay usage: getvideo "url" action "download path" Please read the documentation what URLs are supported. tploetz [ Dieser Beitrag wurde von tploetz am 28.07.2009 um 19:42 Uhr geändert. ] [ - Answer - Quote - Direct link - ] |
2009-07-28, 20:14 h ZeroG Posts: 1487 User |
@tploetz: Da steht doch ganz klip und klar was falsch ist UND wie man es richtig macht. [ - Answer - Quote - Direct link - ] |
2009-07-28, 21:25 h tploetz Posts: 4026 User |
@ZeroG: habe bei der Adresse vergessen, die Anführungszeichen zu setzen."" aber der Ton ist eher fertig als das Video bei YouTube. tploetz [ Dieser Beitrag wurde von tploetz am 28.07.2009 um 21:26 Uhr geändert. ] [ Dieser Beitrag wurde von tploetz am 28.07.2009 um 22:18 Uhr geändert. ] [ - Answer - Quote - Direct link - ] |
2009-07-29, 08:27 h Thore Posts: 2266 User |
Zitat:Das haben viele flv, sind etwas asynchron. Allerdings bemerk ich dieses Phänomen oft auch auf nicht-Amigas. Probier mal das Video mit ffmpeg umzukonvertieren und schau obs besser ist. Syntax ffmpeg -i Input-Datei <optionale Parameter> Output-Datei Beispiel flv nach mpeg: ffmpeg -i Video.flv Video.mpeg Beispiel flv nach mpeg4 avi: ffmpeg -i Video.flv -vcodec msmpeg4 Video.avi (ffmpeg -formats gibt eine Liste an möglichen Formaten) [ - Answer - Quote - Direct link - ] |
2009-07-29, 12:21 h Lord_Helmchen Posts: 532 User |
Zitat: Also bei mir klappt es. Hast Du die getvideo-Dateien auch alle in c: abgelegt, wie es in der ReadMe steht? Und der Befehl dazu lautet: getvideo "hier den Link einfügen" save irgendwo: Die Anführungsstriche müssen getippt werden. Dann sollte es funktionieren... -- Anagramm von Regierung = Genug Irre [ - Answer - Quote - Direct link - ] |
2009-07-29, 16:18 h tploetz Posts: 4026 User |
@Lord_Helmchen: bei den Einstellungen des Videos, läuft der Ton nur mit mp4 nicht symchron, alle anderen Eiinstellungen funktionieren, allerdings ist da der Ton in mono. tploetz [ - Answer - Quote - Direct link - ] |
2009-07-29, 19:01 h tploetz Posts: 4026 User |
Hallo, gibt es einen Abspieler für mp4, getvideo spielt es nich ab. tploetz [ - Answer - Quote - Direct link - ] |
2009-07-29, 19:28 h tommysammy Posts: 227 User |
@tploetz: Mplayer -- SamFlex800/1GB/250GBHD/DVD-RW/Radeon9250 128MB/OS4.1 A1200T / BPPC 603e+ 240MHz/060 / 256MB FastRAM / Mediator LT4 / Voodoo3 16MB / OS3.9/OS4.0 VIP Member von http://www.amigaemuboard.net - Amiga still alive !!! [ - Answer - Quote - Direct link - ] |
2009-07-29, 20:10 h ZeroG Posts: 1487 User |
Zitat: Natürlich nicht, getvideo lädt die Videos nur und reicht sie an MPlayer weiter oder speichert sie. Je nachdem was du getvideo gesagt hast das es tun soll... [ - Answer - Quote - Direct link - ] |
2009-07-29, 21:40 h tploetz Posts: 4026 User |
@ZeroG: mplayer spielt das gespeicherte Video in mp4 nicht synchron mit dem Ton ab. Kann mal wohl nicht ändern. Aber die Tonqualität von mp4 ist sehr gut und ist in stereo. tploetz [ Dieser Beitrag wurde von tploetz am 29.07.2009 um 21:43 Uhr geändert. ] [ - Answer - Quote - Direct link - ] |
2009-07-29, 22:21 h Thore Posts: 2266 User |
@tploetz Ich hab weiter oben eine Möglichkeit zum konvertieren gegeben. Spielt er es in einem anderen Format synchron ab? [ - Answer - Quote - Direct link - ] |
2009-07-30, 16:53 h Stefan Posts: 936 User |
Zitat: mplayer hat ein Delay, also wo eine kleine Vor-oder Nachlaufzeit eingestellt werden kann, damit es wieder synchron wird. Der Normalfall ist das natürlich nicht. Ob das im OS4-Port drin ist, weiss ich nicht. Da musste mal nachgucken. Im Linux-Port sind es Tasten auf dem Ziffernblock, glaube "*" und "-". Vielleicht hilft das noch, um die Tasten rauszukriegen bzw. kann es auch gleich als Parameter übergeben werden. http://www.mplayerhq.hu/DOCS/HTML/de/control.html#ctrl-cfg [ - Answer - Quote - Direct link - ] |
2009-07-30, 18:26 h tploetz Posts: 4026 User |
Zitat: im Avi-Format läüft Ton und Bild synchron, der Ton ist aber in mono. tploetz [ - Answer - Quote - Direct link - ] |
2009-07-30, 18:38 h Fred_AROS Posts: 471 User |
Ich dachte immer die FLV Teile haben eh nur Mono Sound, der wird halt nur über beide Soundkanäle abgespielt ... Muss man halt beim Konvertieren Stereo mit angeben [ - Answer - Quote - Direct link - ] |
2009-07-30, 18:50 h tploetz Posts: 4026 User |
@Fred_AROS: ich habe vom mp4 auf Avi konvertiert,nicht flv, daher in mono. Aber ich kann mi ffmeggui das mp4 video auf mp3 konvertieren, dann ist nur die Musik da, natürlich in Stereo, das ist ja sehr gut. tploetz [ Dieser Beitrag wurde von tploetz am 30.07.2009 um 19:15 Uhr geändert. ] [ - Answer - Quote - Direct link - ] |
2009-07-31, 19:22 h tploetz Posts: 4026 User |
Es sind nicht alle Videos in mp4 von Youtube nicht synchron, es sind auch welche die synchron laufen, außerdem ist die Lautstärke unterschiedlich. tploetz [ Dieser Beitrag wurde von tploetz am 31.07.2009 um 19:48 Uhr geändert. ] [ - Answer - Quote - Direct link - ] |
2009-07-31, 23:59 h Fred_AROS Posts: 471 User |
Das liegt am Ursprungsformat mit dem das Vid hochgeladen wurde und leider nicht zu ändern .... das ist sogar aufm PC so [ - Answer - Quote - Direct link - ] |
2009-08-01, 14:10 h tploetz Posts: 4026 User |
Zitat: [ - Answer - Quote - Direct link - ] |
2009-08-03, 17:27 h tploetz Posts: 4026 User |
Hallo, habe festgestellt, das die Videos, wo der Ton mono ist, synchron abgespielt werden, stereo ist immer nicht synchron. tploetz [ - Answer - Quote - Direct link - ] |
2009-08-06, 19:45 h tommysammy Posts: 227 User |
Ich habe heute meine neue Tastatur bekommen.Damit habe ich endlich eine Rechte windows Taste ,damit ich Urls kopieren kann.Das funzt prima .Youtube auf Amiga ,genial -- SamFlex800/1GB/250GBHD/DVD-RW/Radeon9250 128MB/OS4.1 A1200T / BPPC 603e+ 240MHz/060 / 256MB FastRAM / Mediator LT4 / Voodoo3 16MB / OS3.9/OS4.0 VIP Member von http://www.amigaemuboard.net - Amiga still alive !!! [ - Answer - Quote - Direct link - ] |
2009-08-06, 20:04 h tploetz Posts: 4026 User |
@tommysammy: Bei mir funktioniert das auch einmalig mit der rechten Windows-Taste + c und einfügen mit rechter Windowstaste +v. Klappt prima mit YouTube und getvideo. tploetz [ Dieser Beitrag wurde von tploetz am 06.08.2009 um 20:05 Uhr geändert. ] [ - Answer - Quote - Direct link - ] |
-1- 2 3 | [ - Post reply - ] |
amiga-news.de Forum > Amiga, AmigaOS 4 > YouTube mit GetVideo | [ - Search - New posts - Register - Login - ] |
Masthead |
Privacy policy |
Netiquette |
Advertising |
Contact
Copyright © 1998-2024 by amiga-news.de - all rights reserved. |