1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-10-10 01:41:23 +02:00

jellyfin/ffmpeg: added a guide to concatenate videos

This commit is contained in:
TiynGER
2021-04-19 22:49:33 +02:00
parent 319b15f38b
commit 76433e874b
2 changed files with 28 additions and 0 deletions

View File

@@ -13,3 +13,11 @@ You can add IP-TV under `Live TV` in the administration panel.
To include a m3u IP-TV stream just put the file on the server or copy its URL
and add it under `Live TV`.
After that make sure to setup `DVR` to your liking to record.
## Handling of movies consisting of multiple files
Jellyfin does not have the capability to seamlessly transition between multiple
files of a movie.
The easiest way to achieve a seamless movie experience is to concatenate the two
movie files.
This can be done with [ffmpeg](./linux/ffmpeg.md).