TTUT - Udemy Inspired Tutorial Lessons (branded)

TTUT - Udemy Inspired Tutorial Lessons (branded) [Paid] 1.0.42

No permission to buy (£15.50)

tenants

Well-known member
tenants submitted a new resource:

TUT - Udemy Inspired Tutorial Lessons (branded) - upload video lessons, with video protection, and monetisation.

Please note, after purchasing the download is available for up to 3 days only
-- after that you can renew for £2.00 per month for any new updates
(renewal fees are always much cheeper an can be cancelled any time, if you just want 1 particular update, I've no issue with you just renewing for that 1 month)

[ATTACH type="full"...


Read more about this resource...
 
I'm currently working on the ToDo list "Creator Annotations"

Publishers will be able to add their own annotations to their videos, at a particular time frame, this should be done within a couple of days

annotations.webp


View attachment annoslowq.mp4

Obviously this is just a test, you wouldn't usually have so many annotations on the screen

It currently scales well, works in full screen (annotations scale and stay in place)
I want to make it work with multi line (it currently wraps well, but i want to be able to force a new line, so we can add things like links... even your own adds if you wish)

-- I've got to fix the position of the fullview button (this is custom to support annotations in full view)

I'll add an inline UI so that annotations can be places at a particular position with sliders and time start /end and fade in/out (default 10 seconds?)
Default annotations are above (I think I will make the alert one closable if I have time)
Possibly let publisher chose colours?
 
Last edited:
I dont see a forum on your site.
Do you want feedback here ?

I fullscreened the how to make a xenforo addon video and the edges were cut off
This monitor is Portrait.

1750894652223.webp

works fine on my landscape monitor.

1750895261515.webp
 
Last edited:
When you click
View attachment 324089
It'd be nice if it ends up in the
View attachment 324090
section.

It would be a nice demo of the "purchase" a tutorial (even though it's free)


It does, but... you need to complete a tutorial lesson 1st as a logged in user, you'll get a little green tick at the side once a lesson is completed
But, you'll only have persistence if logged in

Your lessons, should be in the order
-- Paid Tutorials (that you have completed / not compeleded / not even started)
-- Group Tutorials (that you have completed / not completed / not even started)
-- Free Tutorials where you have completed at least one lesson
-- Tutorials that you have paid for in the past but no longer have access to
 
Last edited:
View attachment 324087

I couldnt get the slider to work on your demo.
Not sure if that is to display a feature, or is a bug.
play/pause worked fine.
It's actualy core HTML5 (that slider comes from just a <video tag,)

I saw this too, not all the time, I thought it was just a html chrome bug, I still think it might be, but now you've made me look into it, it could be solved with ?stream

I'm going to check that out
 
Last edited:
I dont see a forum on your site.
Do you want feedback here ?
Yup feedback here is excellent

Your feed back has been great.... I think you've found an interesting bug I hadn't thought of


I fullscreened the how to make a xenforo addon video and the edges were cut off
This monitor is Portrait.
This was a great test, and I can conform, yup, there's an issue with portrait full screen, nice find. I'll look into this one asap
 
Last edited:
I fullscreened the how to make a xenforo addon video and the edges were cut off
This monitor is Portrait.
Interesting, I've fixed this one (locally for now) without knowing it existed while working on the annotations

I'm going to push the fix for this asap, I just need to tidy up the annotations / turn them off
 
View attachment 324087

I couldnt get the slider to work on your demo.
Not sure if that is to display a feature, or is a bug.
play/pause worked fine.
I think I have just solved this one too, not a bug with TTUT, but a bug with my compression (getting a 200 meg 10 min clip down to about 7 meg)
FFMPEG seems to do a much better job at compressing, I was using handbreak and it seems to mess around with meta data


These are the settings I am using now to compress videos:

Code:
ffmpeg -i inFile.mp4 -vf "scale=1280:720" -c:v libx264 -preset medium -crf 30 -r 25 -pix_fmt yuv420p -c:a aac -b:a 96k outFile.mp4

I've only update the "1. Setup Your XF Plugin" Tutorial so far, but it seems to have fixed it
 
This looks nice!

We currently use LearnDash:
Some important functionality it has:
  • Text lessons.
  • Video's can be part of text lessons.
  • Tests / Quizzes.
  • Assignments.
  • Sub-sections.
  • Notes & questions.
  • Mark as completed.
  • Dependencies. i.e. Set a course so that the student cant progress to the next lesson or course until previous lesson or course is completed.
  • Progress analytics.
  • Notifications based on criteria. For example: Remind student after inactivity. Ping instructor if course is 80% complete. Etc.
I don't now if you have any desire to offer such advanced functionality, but it would be nice to see a XenForo addon that does this.
 
Back
Top Bottom