Jump to content

Anyway to limit the duration a video can be played?


thefctnwelive

Recommended Posts

thefctnwelive

Hello,

 

I am wondering if there is a way to limit how long a videos can be played. For example, I want to limit the viewing of all videos in my library to just the first 45 seconds of each video only. Is there anyway to achieve this?

 

Thanks!

Link to comment
Share on other sites

Fratopolis

Lol sounds like you want a try before you buy option on your emby server for possible new users Haha

  • Like 2
Link to comment
Share on other sites

Jdiesel

Create a script to have ffmpeg do batch process on your library, something like:

ffmpeg -i movie.mkv -ss 00:00:00 -t 00:00:45 -async 1 /path/to/test/libray/movie.mkv 

Give access to the test library rather than the full library

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...