How to start/stop playing M3U segments at a specific point in time - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52) +---- Thread: How to start/stop playing M3U segments at a specific point in time (/showthread.php?tid=373920) |
How to start/stop playing M3U segments at a specific point in time - Csimbi - 2023-07-28 Hello, I have a bunch of videos. Instead of having to recut/reencode/remux/etc. several gigabytes of clips, I figured it would be much easier to tell Kodi how to play them back correctly. A batch playback of specific intervals from each segment, if you like. Playing through the M3U segments would result in a seamless playback, appearing as a single continuous video, without having to recut/reencode/remux the segments. Example: Code: #EXTM3U How would I make this happen? Thanks! Edit I know about #EXT-X-START in RFC8216, but a) I don't want to calculate seconds, I just want to enter the timestamp I see on my screen and b) this does not have a 'stop' pair. I also know about #EXTVLCOPTtart-time and #EXTVLCOPTtop-time but again, I don't want to calculate seconds, I just want to enter the timestamp I see on my screen. |