Is there an elegant and automated way to skip the duration of video for which a specific subtitle is visible? Like if the video show "opening song" from 00:05 to 00:10 then the player would skip those 5 seconds?
Also the subtitles are embedded in the (matroska) video file.
One way I can think is that I can extract the subtitles using ffmpeg, get the duration for the subtitle, and then write it into a potplayer .pbf file with the same name as the video file. Potplayer would be configured to skip that chapter and therefore that part will be skipped. But this method is very long winded and janky.
So i wanted to ask if you guys could think of a better way/workflow to achieve this![]()
+ Reply to Thread
Results 1 to 3 of 3
-
-
First thing that popped into my mind were edl list, see: https://en.wikipedia.org/wiki/Edit_decision_list
But the main idea would be the same:
1. extract subtitle
2. create edl list with it
3. play media file alongside edl fileusers currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
VCR's with commercial skip
By snafoo in forum Newbie / General discussionsReplies: 7Last Post: 9th Jan 2021, 17:15 -
possible to tell MPC-HC to always skip the last 30 seconds of a video?
By Gwar in forum Software PlayingReplies: 5Last Post: 12th Nov 2020, 06:36 -
Prevent Potplayer from selecting a specific subtitle?
By heartog in forum Software PlayingReplies: 0Last Post: 30th Sep 2020, 14:14 -
Set subtitles to start at a specific time code using Subtitle Edit
By seorimpaek in forum SubtitleReplies: 1Last Post: 28th Jul 2020, 22:03 -
skip line
By compras22 in forum Newbie / General discussionsReplies: 1Last Post: 3rd Jun 2020, 12:11