NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 60 61 62 63 64 … 102 Next »
Closed captions uk

 
  • 0 Vote(s) - 0 Average
Closed captions uk
a1blues
Offline

Member

Posts: 120
Threads: 22
Joined: Aug 2018
#1
2021-05-04, 12:38 AM
The subtitle button in the web player for uk tv programs is not working.
It cannot enable or disable subtitles.
Would it be possible to fix this please,, I have asked a long while back for the fix, it would be really useful to me.
Thanks.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,093
Threads: 957
Joined: May 2006
#2
2021-05-04, 12:50 AM
Transcoding with graphic DVB subtitles is a coding challenge, and it is not clear the web player even supports it. Given sub has already posted to you twice that it isn't implemented yet, I guess you can continue to watch the release announcements and until then use a direct play client, or continue to work on ffmpeg options that pass subtitles to the output stream.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,788
Threads: 769
Joined: Nov 2003
#3
2021-05-04, 01:02 AM
Since you're using windows, as a work around you can run the included nextpvr.exe. It'll let you view the subtitles.
a1blues
Offline

Member

Posts: 120
Threads: 22
Joined: Aug 2018
#4
2021-05-04, 10:39 AM
(2021-05-04, 01:02 AM)sub Wrote: Since you're using windows, as a work around you can run the included nextpvr.exe. It'll let you view the subtitles.

Thanks I will try that. I also use ffmpeg which can do it although it crashes transcoding if there isn't any subs. 
As Martin mentioned I will await a future update hopefully.
Thanks
a1blues
Offline

Member

Posts: 120
Threads: 22
Joined: Aug 2018
#5
2021-05-04, 10:40 AM
(2021-05-04, 12:50 AM)mvallevand Wrote: Transcoding with graphic DVB subtitles is a coding challenge, and it is not clear the web player even supports it.  Given sub has already posted to you twice that it isn't implemented yet, I guess you can continue to watch the release announcements and until then use a direct play client, or continue to work on ffmpeg options that pass subtitles to the output stream.

Martin

I replied to sub as well. I got it working with ffmpeg but only works if subs are present. That's why the Web button would be ideal.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,093
Threads: 957
Joined: May 2006
#6
2021-05-04, 12:50 PM
(2021-05-04, 10:40 AM)a1blues Wrote: I replied to sub as well. I got it working with ffmpeg but only works if subs are present. That's why the Web button would be ideal.

I think you can use a ? on the parameter you are using to avoid it failing iff subs aren't present.  Perhaps share your solution so sub can look at it.

Martin
a1blues
Offline

Member

Posts: 120
Threads: 22
Joined: Aug 2018
#7
2021-05-06, 04:14 PM (This post was last modified: 2021-05-06, 04:16 PM by a1blues.)
(2021-05-04, 12:50 PM)mvallevand Wrote:
(2021-05-04, 10:40 AM)a1blues Wrote: I replied to sub as well. I got it working with ffmpeg but only works if subs are present. That's why the Web button would be ideal.

I think you can use a ? on the parameter you are using to avoid it failing iff subs aren't present.  Perhaps share your solution so sub can look at it.

Martin

Well it was just the transcode hls line i added to the config.xml file. This works good for graphical subs and positions them slightly higher up the screen deliberately so they are not cut off on the web player which doesn't scale the video in full screen correct to the phones aspect ratio.
If the line could be fixed so it doesn't fail when subs are present then this would be great and maybe could be added by sub.
The only downside is that the subs are hard overlayed so will be displayed always.
Below is one whole line to add in the config.sys file.

    <TranscodeHLS>-y -analyzeduration 10M [SEEK] -i [SOURCE] -map_metadata -1 -threads [THREADS] -ignore_unknown -codec:v libx264 -b:v [BITRATE] -maxrate [BITRATE] -bufsize [BUFSIZE] -vsync vfr -profile:v high -codec:a:0 aac -c:s copy -strict experimental -c:a aac -ac 2 -ab 128k -hls_time [SEGMENT_DURATION] -start_number 0 -hls_list_size [SEGMENT_COUNT] -y -filter_complex "[0:s]scale=w=iw*1.1:h=ih/1.3[sub];[0:v][sub]overlay[v]" -map "[v]" -map 0:a:0? [TARGET]</TranscodeHLS>
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,093
Threads: 957
Joined: May 2006
#8
2021-05-06, 07:48 PM
Thanks fro sharing, that might help someone.

Martin
boringgit
Offline

Member

Posts: 104
Threads: 24
Joined: Jun 2013
#9
2021-05-07, 10:04 PM
If you use Kodi on a PC to view NPVR recordings, DVB subtitles work well.

Kodi on a Firestick (v2) is a buffering nightmare.

Not the question you asked, but perhaps of use?
a1blues
Offline

Member

Posts: 120
Threads: 22
Joined: Aug 2018
#10
2021-05-07, 10:32 PM
(2021-05-07, 10:04 PM)boringgit Wrote: If you use Kodi on a PC to view NPVR recordings, DVB subtitles work well.

Kodi on a Firestick (v2) is a buffering nightmare.

Not the question you asked, but perhaps of use?

Yeah that is a good suggestion, I will try that, thanks for that.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Closed Captions in 6.1.5 dlindyds 5 735 2024-02-24, 06:03 AM
Last Post: sub
  DVB-T closed captions no longer displayed hmc 6 1,719 2021-12-17, 04:24 PM
Last Post: sub
  V5 and SRT closed captions Dale Dewing 0 596 2021-11-25, 09:29 PM
Last Post: Dale Dewing
  srt closed captions Dale Dewing 2 1,128 2021-04-19, 05:40 PM
Last Post: Dale Dewing
  How to make closed captions sexy? chemoul 2 1,131 2021-02-19, 07:43 PM
Last Post: boringgit
  DeviceHostWindows runs continuously even when browser closed? (Solved) IanC 18 3,910 2020-07-18, 05:15 AM
Last Post: IanC

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode