SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Github Development
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Github Development Discussion related to SageTV Open Source Development. Use this forum for development topics about the Open Source versions of SageTV, hosted on Github.

Reply
 
Thread Tools Search this Thread Display Modes
  #141  
Old 03-14-2022, 10:59 AM
jhkoenig's Avatar
jhkoenig jhkoenig is offline
Sage Advanced User
 
Join Date: Sep 2005
Location: Pleasanton, CA
Posts: 189
Quote:
Originally Posted by egeller View Post
Did you add the "transcoder/formats/MKV-H264" entries to sage.properties? They are in the first post of this thread. The new FFMPEG should recognize H265 without a H265 profile entry, but you need to give it options on what to transcode it to.

If you did add them, then I am out of ideas. I wonder if there is a dependency to the new format detector plugin. I think they both use the same new version of ffmpeg. I am on Linux so I need to wait for the Linux version of the transcoder plugin before I install the transcoder or format detector plug. I tried installing the latter only, and saw results that forced me to uninstall it.
I have this in my properties file but don't understand how the transcoder selects the proper entry:
transcoder/formats/MKV-H264\fast\ MKV=f\=matroska;MCompressionDetails\=-c copy -preset fast -c\:v libx264;]
transcoder/formats/MKV-H264\faster\ MKV=f\=matroska;MCompressionDetails\=-c copy -preset faster -c\:v libx264;]
transcoder/formats/MKV-H264Medium\ MKV=f\=matroska;MCompressionDetails\=-c copy -preset medium -c\:v libx264;]
transcoder/formats/MKV-H264slow\ MKV=f\=matroska;MCompressionDetails\=-c copy -preset slow -c\:v libx264;]
transcoder/formats/MKV-H264slower\ MKV=f\=matroska;MCompressionDetails\=-c copy -preset slower -c\:v libx264;]
transcoder/formats/MKV-H264superfast\ MKV=f\=matroska;MCompressionDetails\=-c copy -preset superfast -c\:v libx264;]
transcoder/formats/MKV-H264veryfast\ MKV=f\=matroska;MCompressionDetails\=-c copy -preset veryfast -c\:v libx264;]
transcoder/formats/MKV-H264veryslow\ MKV=f\=matroska;MCompressionDetails\=-c copy -preset veryslow -c\:v libx264;]
transcoder/formats/MKV-Remux\ MKV=f\=matroska;MCompressionDetails\=-c copy;]
__________________
Win10@16GB RAM, 30TB Disk across 6 disks. 2 Prime tuner units
Sage v9 (64bit) using OpenDCT to control the Primes
2 HD-300s, an Android mini-client, and a Windows client
Reply With Quote
  #142  
Old 03-14-2022, 11:31 AM
CptKirk CptKirk is offline
Sage Aficionado
 
Join Date: Sep 2010
Posts: 268
I don't think these have anything to do with what you are looking for 'on the fly live transcoding'.

I believe these are only used to transcode a file after it has finished recording.

You set these up when you create a favorite.
__________________
SageTV running on: Win10 21H2
SageTV 9.2.6.976 (64 bit)
Java 1.8.0 311 (64 bit)
OpenDCT 0.5.32 (64 bit)
Clients: HD300 (x2)
HDHR3-CC Prime 20220822 (Comcast CableCard) - 3 Tuners
HDFX-4K Flex 20220822 (OTA) - 4 Tuners
Reply With Quote
  #143  
Old 03-14-2022, 12:41 PM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Quote:
Originally Posted by CptKirk View Post
I don't think these have anything to do with what you are looking for 'on the fly live transcoding'.

I believe these are only used to transcode a file after it has finished recording.

You set these up when you create a favorite.
Correct that is to convert files but you have to do it manually not on the fly.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.
Reply With Quote
  #144  
Old 03-14-2022, 12:42 PM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Quote:
Originally Posted by jhkoenig View Post
I have this in my properties file but don't understand how the transcoder selects the proper entry:
transcoder/formats/MKV-H264\fast\ MKV=f\=matroska;MCompressionDetails\=-c copy -preset fast -c\:v libx264;]
transcoder/formats/MKV-H264\faster\ MKV=f\=matroska;MCompressionDetails\=-c copy -preset faster -c\:v libx264;]
transcoder/formats/MKV-H264Medium\ MKV=f\=matroska;MCompressionDetails\=-c copy -preset medium -c\:v libx264;]
transcoder/formats/MKV-H264slow\ MKV=f\=matroska;MCompressionDetails\=-c copy -preset slow -c\:v libx264;]
transcoder/formats/MKV-H264slower\ MKV=f\=matroska;MCompressionDetails\=-c copy -preset slower -c\:v libx264;]
transcoder/formats/MKV-H264superfast\ MKV=f\=matroska;MCompressionDetails\=-c copy -preset superfast -c\:v libx264;]
transcoder/formats/MKV-H264veryfast\ MKV=f\=matroska;MCompressionDetails\=-c copy -preset veryfast -c\:v libx264;]
transcoder/formats/MKV-H264veryslow\ MKV=f\=matroska;MCompressionDetails\=-c copy -preset veryslow -c\:v libx264;]
transcoder/formats/MKV-Remux\ MKV=f\=matroska;MCompressionDetails\=-c copy;]
You can use one of these to convert your file within SageTV to MKV ... I recommend very fast to test.



__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.

Last edited by nyplayer; 03-14-2022 at 12:52 PM.
Reply With Quote
  #145  
Old 03-14-2022, 02:12 PM
jhkoenig's Avatar
jhkoenig jhkoenig is offline
Sage Advanced User
 
Join Date: Sep 2005
Location: Pleasanton, CA
Posts: 189
Quote:
Originally Posted by nyplayer View Post
You can use one of these to convert your file within SageTV to MKV ... I recommend very fast to test.



Thanks for the suggestion! I gave it a try, but the resulting conversion is unplayable on Sage, or either Windows media players. It does play with VLC. The original HVEC file plays on everything except Sage.

I am getting very puzzled!
__________________
Win10@16GB RAM, 30TB Disk across 6 disks. 2 Prime tuner units
Sage v9 (64bit) using OpenDCT to control the Primes
2 HD-300s, an Android mini-client, and a Windows client
Reply With Quote
  #146  
Old 03-14-2022, 03:40 PM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Sounds like you have a problem with SageTV or your HD300.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.
Reply With Quote
  #147  
Old 03-14-2022, 04:00 PM
jhkoenig's Avatar
jhkoenig jhkoenig is offline
Sage Advanced User
 
Join Date: Sep 2005
Location: Pleasanton, CA
Posts: 189
Quote:
Originally Posted by nyplayer View Post
Sounds like you have a problem with SageTV or your HD300.
That's certainly possible, but I have tested playback using 2 HD300s. The HVEC files play fine on a Windows Sage Client that has the proper codec installed, but it seems that the Windows client operates VERY differently. The manual conversion files just produce the spinning circle of death, requiring the Sage client to be killed in Windows.

The manual conversion file tests in Windows were performed by downloading the converted files to my laptop and playing them straight out of Windows. The transcoder seems to be the only part of Sage that I am using for this experiment.
__________________
Win10@16GB RAM, 30TB Disk across 6 disks. 2 Prime tuner units
Sage v9 (64bit) using OpenDCT to control the Primes
2 HD-300s, an Android mini-client, and a Windows client
Reply With Quote
  #148  
Old 03-14-2022, 04:29 PM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Quote:
Originally Posted by jhkoenig View Post
That's certainly possible, but I have tested playback using 2 HD300s. The HVEC files play fine on a Windows Sage Client that has the proper codec installed, but it seems that the Windows client operates VERY differently. The manual conversion files just produce the spinning circle of death, requiring the Sage client to be killed in Windows.

The manual conversion file tests in Windows were performed by downloading the converted files to my laptop and playing them straight out of Windows. The transcoder seems to be the only part of Sage that I am using for this experiment.
You do have the latest SageTV transcoder plugin for your system .. ?
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.
Reply With Quote
  #149  
Old 03-14-2022, 05:37 PM
jhkoenig's Avatar
jhkoenig jhkoenig is offline
Sage Advanced User
 
Join Date: Sep 2005
Location: Pleasanton, CA
Posts: 189
I believe that I'm using the latest transcoder plugin, version 1.0.5.
__________________
Win10@16GB RAM, 30TB Disk across 6 disks. 2 Prime tuner units
Sage v9 (64bit) using OpenDCT to control the Primes
2 HD-300s, an Android mini-client, and a Windows client
Reply With Quote
  #150  
Old 03-16-2022, 02:35 PM
phelme's Avatar
phelme phelme is offline
Sage Icon
 
Join Date: Dec 2006
Posts: 1,151
Quote:
Originally Posted by jhkoenig View Post
So I can see in the SageTVTranscoder.log that it is attempting to transcode the movie on the fly, but it is using a ffmpeg DVD profile instead of an H265 profile, probably because there isn't an appropriate H265 profile.

That is what I'm seeking. Does anyone have one that works?
Quote:
Originally Posted by jhkoenig View Post
That's certainly possible, but I have tested playback using 2 HD300s. The HVEC files play fine on a Windows Sage Client that has the proper codec installed, but it seems that the Windows client operates VERY differently.

The transcoder seems to be the only part of Sage that I am using for this experiment.
My HD300 triggers the transcoding on the server as well for H.265's, but I'm not sure what decides what conversion to use. Mine are for some reason always targeted for postage stamp size resolution because the server has decided there isn't enough bandwidth, even on Ethernet. It definitely feels like something is misconfigured.
Reply With Quote
  #151  
Old 03-16-2022, 02:38 PM
jhkoenig's Avatar
jhkoenig jhkoenig is offline
Sage Advanced User
 
Join Date: Sep 2005
Location: Pleasanton, CA
Posts: 189
Quote:
Originally Posted by phelme View Post
My HD300 triggers the transcoding on the server as well for H.265's, but I'm not sure what decides what conversion to use. Mine are for some reason always targeted for postage stamp size resolution because the server has decided there isn't enough bandwidth, even on Ethernet. It definitely feels like something is misconfigured.
I think that we need the wisdom of jvl711 to move forward.
__________________
Win10@16GB RAM, 30TB Disk across 6 disks. 2 Prime tuner units
Sage v9 (64bit) using OpenDCT to control the Primes
2 HD-300s, an Android mini-client, and a Windows client
Reply With Quote
  #152  
Old 06-15-2022, 07:48 AM
DarkWolf77 DarkWolf77 is offline
Sage Advanced User
 
Join Date: Dec 2006
Posts: 169
Hi guys, I'm trying to get this working, but it seems to fail immediately even with the new profiles that were posted to this thread. I tailed the logs to see if I can see what happens, but I haven't had any luck. Here it is:

Code:
Wed 6/15 9:36:46.547 [PooledThread@5f1f4a07] Added for transcoding:MediaFile[id=39139735 A[39094588,39094560,"Bob Hearts Abishola",20495@0516.20:30,30,T] mask=TV host=Batcomputer encodedBy=DCT-HDHomeRun Prime Tuner 132532B5-0 on 127.0.0.1:9000 WTSPDT format=MPEG2-TS 0:00:01 2775 kbps [#0 Video[MPEG2-Video 29.97003 fps 1920x1080 16:9 interlaced id=0100]#1 Audio[
AC3 48000 Hz 6 channels 384 kbps MAIN idx=1 id=0101 eng]#2 Audio[AC3 48000 Hz 2 channels 192 kbps idx=2 id=0102 spa]{Trivia=, SeriesInfoID=3230221, TagLine=, MediaType=TV, SeasonFinal=false, CollectionOverview=, IMDBID=, CollectionName=, TrailerUrl=, UserRating=0, Quotes=, MediaProviderID=tvdb, MediaProviderDataID=364046, EpisodeCount=0, ScrapedBy=Phoenix, Medi
aTitle=Bob Hearts Abishola, DiscNumber=0, ScrapedDate=1652749200921, CollectionID=0}] F:\SageTV\Bob Hearts Abishola - S03E21 - 39094588-0.ts, Seg0[Mon 5/16 20:30:00.007-Mon 5/16 21:00:00.012]]
Wed 6/15 9:36:46.547 [Ministry@32e27f41] Initiating xcode for F:\SageTV\Bob Hearts Abishola - S03E21 - 39094588-0.ts
Wed 6/15 9:36:46.548 [Ministry@32e27f41] Set Transcode format source=MPEG2-TS 0:00:01 2775 kbps [#0 Video[MPEG2-Video 29.97003 fps 1920x1080 16:9 interlaced id=0100]#1 Audio[AC3 48000 Hz 6 channels 384 kbps MAIN idx=1 id=0101 eng]#2 Audio[AC3 48000 Hz 2 channels 192 kbps idx=2 id=0102 spa]{Trivia=, SeriesInfoID=3230221, TagLine=, MediaType=TV, SeasonFinal=false
, CollectionOverview=, IMDBID=, CollectionName=, TrailerUrl=, UserRating=0, Quotes=, MediaProviderID=tvdb, MediaProviderDataID=364046, EpisodeCount=0, ScrapedBy=Phoenix, MediaTitle=Bob Hearts Abishola, DiscNumber=0, ScrapedDate=1652749200921, CollectionID=0}] dest=matroska 0:00:00 0 kbps [{CompressionDetails=-c copy -preset faster -c:v libx264}]
Wed 6/15 9:36:46.548 [Ministry@32e27f41] Using 7 threads for the transcoder
Wed 6/15 9:36:46.548 [Ministry@32e27f41] Automatically adding -deinterlace option to transcoding process
Wed 6/15 9:36:46.581 [Ministry@32e27f41] File Format Parsed3 F:\SageTV\Bob Hearts Abishola - S03E21 - 39094588-0.ts=MPEG2-TS 0:29:59 8329 kbps [#0 Video[MPEG2-Video 29.97 fps 1920x1080 16:9 17598 kbps interlaced id=100]#1 Audio[AC3 48000 Hz 6 channels 384 kbps idx=1 id=101 eng]#2 Audio[AC3 48000 Hz 2 channels 192 kbps idx=2 id=102 spa]{Language=spa}]
Wed 6/15 9:36:46.583 [Ministry@32e27f41] Ministry is waiting for 180 sec
Wed 6/15 9:36:47.583 [Ministry@32e27f41] Ministry is waiting for 180 sec
Wed 6/15 9:36:50.619 [PooledThread@7400b09e] KillTranscoding for:MediaFile[id=39139735 A[39094588,39094560,"Bob Hearts Abishola",20495@0516.20:30,30,T] mask=TV host=Batcomputer encodedBy=DCT-HDHomeRun Prime Tuner 132532B5-0 on 127.0.0.1:9000 WTSPDT format=MPEG2-TS 0:00:01 2775 kbps [#0 Video[MPEG2-Video 29.97003 fps 1920x1080 16:9 interlaced id=0100]#1 Audio[AC3 48000 Hz 6 channels 384 kbps MAIN idx=1 id=0101 eng]#2 Audio[AC3 48000 Hz 2 channels 192 kbps idx=2 id=0102 spa]{Trivia=, SeriesInfoID=3230221, TagLine=, MediaType=TV, SeasonFinal=false, CollectionOverview=, IMDBID=, CollectionName=, TrailerUrl=, UserRating=0, Quotes=, MediaProviderID=tvdb, MediaProviderDataID=364046, EpisodeCount=0, ScrapedBy=Phoenix, MediaTitle=Bob Hearts Abishola, DiscNumber=0, ScrapedDate=1652749200921, CollectionID=0}] F:\SageTV\Bob Hearts Abishola - S03E21 - 39094588-0.ts, Seg0[Mon 5/16 20:30:00.007-Mon 5/16 21:00:00.012]]
Reply With Quote
  #153  
Old 06-16-2022, 08:13 AM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Quote:
Originally Posted by DarkWolf77 View Post
Hi guys, I'm trying to get this working, but it seems to fail immediately even with the new profiles that were posted to this thread. I tailed the logs to see if I can see what happens, but I haven't had any luck. Here it is:

Code:
Wed 6/15 9:36:46.547 [PooledThread@5f1f4a07] Added for transcoding:MediaFile[id=39139735 A[39094588,39094560,"Bob Hearts Abishola",20495@0516.20:30,30,T] mask=TV host=Batcomputer encodedBy=DCT-HDHomeRun Prime Tuner 132532B5-0 on 127.0.0.1:9000 WTSPDT format=MPEG2-TS 0:00:01 2775 kbps [#0 Video[MPEG2-Video 29.97003 fps 1920x1080 16:9 interlaced id=0100]#1 Audio[
AC3 48000 Hz 6 channels 384 kbps MAIN idx=1 id=0101 eng]#2 Audio[AC3 48000 Hz 2 channels 192 kbps idx=2 id=0102 spa]{Trivia=, SeriesInfoID=3230221, TagLine=, MediaType=TV, SeasonFinal=false, CollectionOverview=, IMDBID=, CollectionName=, TrailerUrl=, UserRating=0, Quotes=, MediaProviderID=tvdb, MediaProviderDataID=364046, EpisodeCount=0, ScrapedBy=Phoenix, Medi
aTitle=Bob Hearts Abishola, DiscNumber=0, ScrapedDate=1652749200921, CollectionID=0}] F:\SageTV\Bob Hearts Abishola - S03E21 - 39094588-0.ts, Seg0[Mon 5/16 20:30:00.007-Mon 5/16 21:00:00.012]]
Wed 6/15 9:36:46.547 [Ministry@32e27f41] Initiating xcode for F:\SageTV\Bob Hearts Abishola - S03E21 - 39094588-0.ts
Wed 6/15 9:36:46.548 [Ministry@32e27f41] Set Transcode format source=MPEG2-TS 0:00:01 2775 kbps [#0 Video[MPEG2-Video 29.97003 fps 1920x1080 16:9 interlaced id=0100]#1 Audio[AC3 48000 Hz 6 channels 384 kbps MAIN idx=1 id=0101 eng]#2 Audio[AC3 48000 Hz 2 channels 192 kbps idx=2 id=0102 spa]{Trivia=, SeriesInfoID=3230221, TagLine=, MediaType=TV, SeasonFinal=false
, CollectionOverview=, IMDBID=, CollectionName=, TrailerUrl=, UserRating=0, Quotes=, MediaProviderID=tvdb, MediaProviderDataID=364046, EpisodeCount=0, ScrapedBy=Phoenix, MediaTitle=Bob Hearts Abishola, DiscNumber=0, ScrapedDate=1652749200921, CollectionID=0}] dest=matroska 0:00:00 0 kbps [{CompressionDetails=-c copy -preset faster -c:v libx264}]
Wed 6/15 9:36:46.548 [Ministry@32e27f41] Using 7 threads for the transcoder
Wed 6/15 9:36:46.548 [Ministry@32e27f41] Automatically adding -deinterlace option to transcoding process
Wed 6/15 9:36:46.581 [Ministry@32e27f41] File Format Parsed3 F:\SageTV\Bob Hearts Abishola - S03E21 - 39094588-0.ts=MPEG2-TS 0:29:59 8329 kbps [#0 Video[MPEG2-Video 29.97 fps 1920x1080 16:9 17598 kbps interlaced id=100]#1 Audio[AC3 48000 Hz 6 channels 384 kbps idx=1 id=101 eng]#2 Audio[AC3 48000 Hz 2 channels 192 kbps idx=2 id=102 spa]{Language=spa}]
Wed 6/15 9:36:46.583 [Ministry@32e27f41] Ministry is waiting for 180 sec
Wed 6/15 9:36:47.583 [Ministry@32e27f41] Ministry is waiting for 180 sec
Wed 6/15 9:36:50.619 [PooledThread@7400b09e] KillTranscoding for:MediaFile[id=39139735 A[39094588,39094560,"Bob Hearts Abishola",20495@0516.20:30,30,T] mask=TV host=Batcomputer encodedBy=DCT-HDHomeRun Prime Tuner 132532B5-0 on 127.0.0.1:9000 WTSPDT format=MPEG2-TS 0:00:01 2775 kbps [#0 Video[MPEG2-Video 29.97003 fps 1920x1080 16:9 interlaced id=0100]#1 Audio[AC3 48000 Hz 6 channels 384 kbps MAIN idx=1 id=0101 eng]#2 Audio[AC3 48000 Hz 2 channels 192 kbps idx=2 id=0102 spa]{Trivia=, SeriesInfoID=3230221, TagLine=, MediaType=TV, SeasonFinal=false, CollectionOverview=, IMDBID=, CollectionName=, TrailerUrl=, UserRating=0, Quotes=, MediaProviderID=tvdb, MediaProviderDataID=364046, EpisodeCount=0, ScrapedBy=Phoenix, MediaTitle=Bob Hearts Abishola, DiscNumber=0, ScrapedDate=1652749200921, CollectionID=0}] F:\SageTV\Bob Hearts Abishola - S03E21 - 39094588-0.ts, Seg0[Mon 5/16 20:30:00.007-Mon 5/16 21:00:00.012]]
Make sure you have te latest SageTVTranscoder plugin ... also you might want to try the very fast preset.... also there should be a sagetvtranscoder log in the SageTV directory.

PS ... As long as you see converting even though it stays at 0% it is converting and be patient.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.

Last edited by nyplayer; 06-16-2022 at 09:09 AM.
Reply With Quote
  #154  
Old 06-21-2022, 10:30 AM
jvl711's Avatar
jvl711 jvl711 is offline
Sage Fanatic
 
Join Date: Jan 2004
Posts: 825
Just an FYI that I am working on adding Hardware encoding/decoding support to the SageTVTranscoder. I have a build that is working with NVENC Nvidia hardware encoding support in the works as we speak. This will probably be a Patreon only release for a while as I work thru the issues. If you interested in supporting this development you can support it on Patreon.

Thanks,
Josh
__________________
Projects I am currently maintaining
SageTV Andoid Client
Media Format Parser Plugin
JavaFFmpegLibrary
SageTVTranscoder

If you like the work I am doing and would like to support it you can become a Patreon member.
Reply With Quote
  #155  
Old 06-21-2022, 11:38 AM
TGsell TGsell is offline
Sage Advanced User
 
Join Date: Mar 2011
Location: Glen Head
Posts: 113
Can not convert files???

Not sure if theres a thread already started for this but my 64bit Sage /Win10 system does not convert files -- just a failure error. Not sure if it ever did since I cant recall the last time I tried - is there a quick fix or daignostic? thanks!
Reply With Quote
  #156  
Old 06-21-2022, 11:45 AM
jvl711's Avatar
jvl711 jvl711 is offline
Sage Fanatic
 
Join Date: Jan 2004
Posts: 825
Quote:
Originally Posted by TGsell View Post
Not sure if theres a thread already started for this but my 64bit Sage /Win10 system does not convert files -- just a failure error. Not sure if it ever did since I cant recall the last time I tried - is there a quick fix or daignostic? thanks!
There is a logfile that is generated in the root of the SageTV directory SageTVTranscoder.log. Did you look at the note on the first post of thread? The out of the box transcoding profiles are not all compatible with this plugin.

Josh
__________________
Projects I am currently maintaining
SageTV Andoid Client
Media Format Parser Plugin
JavaFFmpegLibrary
SageTVTranscoder

If you like the work I am doing and would like to support it you can become a Patreon member.
Reply With Quote
  #157  
Old 06-21-2022, 11:51 AM
jhkoenig's Avatar
jhkoenig jhkoenig is offline
Sage Advanced User
 
Join Date: Sep 2005
Location: Pleasanton, CA
Posts: 189
Possible config for H265 -> H264 ?

So a lot of videos are now distributed in H265 format, but they choke on my HD300s. Is there a profile entry to allow the transcoder to turn them into H264 streams on the fly?
__________________
Win10@16GB RAM, 30TB Disk across 6 disks. 2 Prime tuner units
Sage v9 (64bit) using OpenDCT to control the Primes
2 HD-300s, an Android mini-client, and a Windows client
Reply With Quote
  #158  
Old 06-21-2022, 01:02 PM
jvl711's Avatar
jvl711 jvl711 is offline
Sage Fanatic
 
Join Date: Jan 2004
Posts: 825
Quote:
Originally Posted by jhkoenig View Post
So a lot of videos are now distributed in H265 format, but they choke on my HD300s. Is there a profile entry to allow the transcoder to turn them into H264 streams on the fly?
h.265 is not supported on the HD300s at all, so it will always attempt to transcode. I am not sure what if any options there are for changing that. Someone else would need to chime in there. I have not used a HD300 in a few years. I am not sure how much flexibility there is there.
__________________
Projects I am currently maintaining
SageTV Andoid Client
Media Format Parser Plugin
JavaFFmpegLibrary
SageTVTranscoder

If you like the work I am doing and would like to support it you can become a Patreon member.
Reply With Quote
  #159  
Old 06-21-2022, 01:27 PM
jhkoenig's Avatar
jhkoenig jhkoenig is offline
Sage Advanced User
 
Join Date: Sep 2005
Location: Pleasanton, CA
Posts: 189
Quote:
Originally Posted by jvl711 View Post
h.265 is not supported on the HD300s at all, so it will always attempt to transcode. I am not sure what if any options there are for changing that. Someone else would need to chime in there. I have not used a HD300 in a few years. I am not sure how much flexibility there is there.
Thanks! I'm hoping that someone has a line to add to the profile. I'm failing completely on that task.
__________________
Win10@16GB RAM, 30TB Disk across 6 disks. 2 Prime tuner units
Sage v9 (64bit) using OpenDCT to control the Primes
2 HD-300s, an Android mini-client, and a Windows client
Reply With Quote
  #160  
Old 06-21-2022, 02:44 PM
DarkWolf77 DarkWolf77 is offline
Sage Advanced User
 
Join Date: Dec 2006
Posts: 169
Quote:
Originally Posted by nyplayer View Post
Make sure you have te latest SageTVTranscoder plugin ... also you might want to try the very fast preset.... also there should be a sagetvtranscoder log in the SageTV directory.

PS ... As long as you see converting even though it stays at 0% it is converting and be patient.
It fails immediately as soon as it's run, so I am having no difficulty with my patience. The installed version is 1.0.5, SageTVTranscoder (FFmpeg) Windows x64.


SageTVTranscoder.log
Code:
################################ SageTVTranscoder (FFmpeg) starting ################################
Arguments: C:\Program Files\SageTV\SageTV\SageTVTranscoder.exe -ss 390.0 -y -priority idle -skip_frame nokey -skip_idct nokey -skip_loop_filter nokey -i F:\SageTV\Nate and Jeremiah Save My House - S03E04 - 37798134-0.ts -f mjpeg -deinterlace -vf crop=0:8:0:0,scale=512:288 -vframes 1 -an -minpixvar 300 -minpixnumframes 150 -vsync 0 D:\PhoenixFanart\TV\Nate and Jeremiah Save My House\Season 3\Episodes\0004.png
Setting process priority
        Priority Argument: idle
Exiting for some other reason
################################ Exiting ################################

Last edited by DarkWolf77; 06-21-2022 at 02:51 PM. Reason: added version... and found the log. Cygwin is case sensitive!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 3 (0 members and 3 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
SageTVTranscoder.exe from 6.5.14 Stuntman SageTV Beta Test Software 2 05-13-2009 08:17 AM
What does SageTVtranscoder.exe do? autoboy SageTV Software 5 04-23-2008 01:55 PM
sagetvtranscoder.exe always at 50% showson1 SageTV Software 3 03-30-2008 01:46 AM
SageTVTranscoder.exe jgsouthard SageTV Beta Test Software 40 11-03-2007 01:13 PM
SageTvTranscoder.exe ?? mike_15 SageTV Software 4 10-21-2007 09:42 PM


All times are GMT -6. The time now is 12:49 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.