AusCelebs Forums

View active topics It is currently Fri Mar 29, 2024 8:02 am



Reply to topic 
 [ 846 posts ] 
Go to page Previous  1 ... 78, 79, 80, 81, 82, 83, 84, 85  Next
 Aerobics Oz Style 
Message Author

Postby yabbitboy » Mon Apr 20, 2020 8:46 pm


Channel 10 has added some full episodes of Aerobics Oz Style from the mid 1990's. I hope they add some older episodes :-)

https://10play.com.au/aerobics-oz-style/


Use FFmpeg to record the episodes


1
Selma Bouvier
User avatar

Joined: Fri Dec 07, 2007 11:58 pm
Posts: 28
Karma: 74.07 (20 thanks)
Mon Apr 20, 2020 8:46 pm
Profile

Postby HIPPYD » Fri Apr 24, 2020 9:57 pm


Can you download the eps?


Judge Roy Snyder
User avatar

Joined: Sat Aug 18, 2001 6:52 pm
Posts: 866
Karma: 524.48 (4542 thanks)

Location: W.A
Fri Apr 24, 2020 9:57 pm
Profile

Postby ringofyre » Fri Apr 24, 2020 11:58 pm


HIPPYD wrote:
Can you download the eps?

youtube-dl works.


Carl Carlson
User avatar

Joined: Thu Nov 27, 2008 7:29 am
Posts: 575
Karma: 126.66 (727 thanks)
Fri Apr 24, 2020 11:58 pm
Profile

Postby HIPPYD » Sat Apr 25, 2020 1:14 pm


ringofyre wrote:
HIPPYD wrote:
Can you download the eps?

youtube-dl works.


Tried googling ffmpeg and youtube-dl, do you have to be a programmer or something to use these things? Have no idea how to use whatever I downloaded. Or is there a site with user friendly versions?


Judge Roy Snyder
User avatar

Joined: Sat Aug 18, 2001 6:52 pm
Posts: 866
Karma: 524.48 (4542 thanks)

Location: W.A
Sat Apr 25, 2020 1:14 pm
Profile

Postby ringofyre » Sat Apr 25, 2020 1:18 pm


HIPPYD wrote:
ringofyre wrote:
HIPPYD wrote:
Can you download the eps?

youtube-dl works.


Tried googling ffmpeg and youtube-dl, do you have to be a programmer or something to use these things? Have no idea how to use whatever I downloaded. Or is there a site with user friendly versions?

https://mrs0m30n3.github.io/youtube-dl-gui/

If you aren't up to using the commandline, you install it and literally just have to paste the link from the tenplay aerobics oz style page into it and then download.

EDIT: from memory (haven't really ever used it but set my kids up with it years ago) it's got an "update" button. Use it.


Carl Carlson
User avatar

Joined: Thu Nov 27, 2008 7:29 am
Posts: 575
Karma: 126.66 (727 thanks)
Sat Apr 25, 2020 1:18 pm
Profile

Postby HIPPYD » Sat Apr 25, 2020 2:43 pm


Cheers for the assistance, but it doesn't work. I put the link in the thing then clicked add then start and within a second it's says complete and there's no resulting vid.


Judge Roy Snyder
User avatar

Joined: Sat Aug 18, 2001 6:52 pm
Posts: 866
Karma: 524.48 (4542 thanks)

Location: W.A
Sat Apr 25, 2020 2:43 pm
Profile

Postby yabbitboy » Sat Apr 25, 2020 3:32 pm


HIPPYD wrote:
ringofyre wrote:
HIPPYD wrote:
Can you download the eps?

youtube-dl works.


Tried googling ffmpeg and youtube-dl, do you have to be a programmer or something to use these things? Have no idea how to use whatever I downloaded. Or is there a site with user friendly versions?


Obtaining the download URL:
A - Goto the channel 10 website with them AOS clips is at. From there you need the download URL, if your using Chrome, on the upper right of your screen you should see "3 vertical dots" next to your google avatar, click on that, go to "more tools" and then click on "developers tools", under the filters box - type in "m3u8"....

B - choose a episode to view from the site.. For this example I chose the episode from the 11 July 2002, click on that link and search result should filter only the m3u8 links..

C - From there we have now got the video URL... in this case it is "h**ps://10play-vod.global.ssl.fastly.net/1587846143_4c060010dad0878c2a6fc68c5ddff740a3f9743090777627832be42d8fb7d887/OTFP/ca498ec879e4d613fbc5575fdfc183c411b4681d7b676098e337418b1d61f018/ozaer-aos16_249-1500000.m3u8". save this URL in your notepad, as you need this for ffmpeg.

M 1838x1034 228
M 1844x1038 178


Last edited by yabbitboy on Sat Apr 25, 2020 4:00 pm, edited 1 time in total.



Selma Bouvier
User avatar

Joined: Fri Dec 07, 2007 11:58 pm
Posts: 28
Karma: 74.07 (20 thanks)
Sat Apr 25, 2020 3:32 pm
Profile

Postby yabbitboy » Sat Apr 25, 2020 3:43 pm


1 - download FFmpeg:

If you are on windows 10, 64bit then search for this file:

ffmpeg-20190911-944d76a-win64-static.zip


otherwise go here to download for your platform ( linux , windows , apple )

https://www.ffmpeg.org/download.html


2 - create this directory and unzip all files here:

C:\ffmpeg





3 - If your on Windows 10, open the command prompt by typing "cmd" under the windows 10 search bar.

4 - copy and paste this below in to goto directory of ffmpeg:

CD C:\FFmpeg

5 - copy and paste this below to cmd:

ffmpeg -i "https://10play-vod.global.ssl.fastly.net/1587846143_4c060010dad0878c2a6fc68c5ddff740a3f9743090777627832be42d8fb7d887/OTFP/ca498ec879e4d613fbc5575fdfc183c411b4681d7b676098e337418b1d61f018/ozaer-aos16_249-1500000.m3u8" -c copy typefilenamehere.mp4

S 723x407 137
S 1920x1080 128
M 1920x1080 128


Selma Bouvier
User avatar

Joined: Fri Dec 07, 2007 11:58 pm
Posts: 28
Karma: 74.07 (20 thanks)
Sat Apr 25, 2020 3:43 pm
Profile

Postby HIPPYD » Sat Apr 25, 2020 5:49 pm


I'm very close to giving up on all this haha.

I got to number 5 on your list and got this:
'https:' is not recognized as an internal or external command, the filename, directory name, or volume label syntax is incorrect.


Judge Roy Snyder
User avatar

Joined: Sat Aug 18, 2001 6:52 pm
Posts: 866
Karma: 524.48 (4542 thanks)

Location: W.A
Sat Apr 25, 2020 5:49 pm
Profile

Postby yabbitboy » Sat Apr 25, 2020 6:04 pm


HIPPYD wrote:
I'm very close to giving up on all this haha.

I got to number 5 on your list and got this:
'https:' is not recognized as an internal or external command, the filename, directory name, or volume label syntax is incorrect.


see below post


Last edited by yabbitboy on Sat Apr 25, 2020 6:23 pm, edited 1 time in total.



Selma Bouvier
User avatar

Joined: Fri Dec 07, 2007 11:58 pm
Posts: 28
Karma: 74.07 (20 thanks)
Sat Apr 25, 2020 6:04 pm
Profile
Display posts from previous:  Sort by  
Reply to topic 
 [ 846 posts ] 
Go to page Previous  1 ... 78, 79, 80, 81, 82, 83, 84, 85  Next

Who is online

Users browsing this forum: No registered users and 14 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software for PTF.