|
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. |
|
Thread Tools | Search this Thread | Display Modes |
#21
|
||||
|
||||
works great so far!
the only files I have a problem with are these oddball MKV's I have that have Opus Audio encoded tracks on them, dead silent. any chance you could add support for those? |
#22
|
||||
|
||||
Quote:
I am not sure if/when the client uses the transcoder. I do not think it does, but I could be incorrect. Quote:
Here are the ones I have identified already. rc_lookahead -> rc-lookahead directpred -> direct-pred There is also something it does not like about flag2 options. I will need to decide how I want to handle this. I may modify SageTVTranscoder to accept both parameters. That way it will support both the old and new one. I want this to be as plug and play as possible. 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. |
#23
|
||||
|
||||
Hi,
Here is a modified profile I was playing with. It does work. Again, I am going to see if I can make the other profiles work. transcoder/formats/MPEG4\ HDTV-TestHigh\ Quality\ H.264\ MKV=f\=matroska;MCompressionDetails\=-coder 1 -flags +loop -cmp +chroma -partitions +parti8x8+parti4x4+partp8x8+partb8x8 -me_method hex -subq 2 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -b_strategy 1 -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -bf 3 -refs 1 -direct-pred 1 -trellis 0 -wpredp 0 -rc-lookahead 10;[bf\=vid;f\=h264;br\=7500000;][bf\=aud;] 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. |
#24
|
|||
|
|||
Quote:
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#25
|
||||
|
||||
Josh,
I thought this was working previously, but maybe not. I have some 4k drone video (mp4 h.264) that I can watch over the LAN without transcoding on miniclient on firetv 4k. When I flip on, say, fixed transcoding at 3mbps, it just yields a black screen and watching processes on the server I can see the transcoder never starts. Would it be possible to have the 4k content transcode also? I'll PM you a link to a very small example file. |
#26
|
|||
|
|||
Quote:
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#27
|
||||
|
||||
Version 1.0.1 posted.
Windows x32 build is the only change. Not feature changes. 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. |
#28
|
|||
|
|||
x2 on this.
|
#29
|
|||
|
|||
Quote:
|
#30
|
|||
|
|||
sage.properties make Sure Sage is shutdown first.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#31
|
|||
|
|||
#32
|
|||
|
|||
The new profile failed for me.
Trans Log Quote:
Quote:
|
#33
|
||||
|
||||
Hi,
What Sage.jar are you using, and are you using my media format plugin? There was a bug introduced by me in the last version of Sage where the format matroska gets translated to matroska,webm. Newer versions of ffmpeg report the container like that, so I added a translation for it. Unfortunately, sage tries to convert it back when transcoding. 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. |
#34
|
|||
|
|||
Quote:
2) No |
#35
|
||||
|
||||
https://forums.sagetv.com/forums/sho...45&postcount=7
See this post. I think this is a bug that is already fixed for the next version. 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. |
#36
|
||||
|
||||
Quote:
Do you mean it's being fixed in a new version of SageTV that's going to be released soon, or you are fixing it in an upcoming version of Sage.jar or plugin you are working on. As you'll see in the thread you referenced, the change in the Sage.jar at the time did not fix the problem for me... Tnx -Steve
__________________
Server: Win 10 Pro 64 Bit, Intel i5, 8 GB, Samsung EVO 850 500 GB for OS, WD Black 4 TB + WD Black 1 TB for Recordings, 36TB Synology 1019+ for DVD/Bluray Rips, Music, Home Movies, etc., SageTV Server 64 Bit Ver 9.2.6.976, HDPVR x 2, Bell TV 6131 Receiver x 2, USB-UIRT with 56 KHz Receiver Clients: PC Client x 2, HD-300 x 2 (1 Using Netgear MoCA Coax Bridges), SageTV Miniclient on NVidia Shield x 3 |
#37
|
||||
|
||||
Quote:
I apologize, I do not think I saw your response in the other thread. Your issue was not directly related to the conversion issue. I think your issue is that my plugin was identifiying content as MATROSKA,WEBM. Since I had to remove the code in SageTV to map MATROSKA,WEBM -> MATROSKA because of the other bug, we will also need to change the media format plugin to identify the format as MATROSKA. You may need to run a forced reindex to re-identify the media formats. Keep your eyes out for a new version. This whole WEBM format thing has been a real headache
__________________
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. |
#38
|
|||
|
|||
So this plugin, is it only for windows installations or will it work on Linux implementations?
|
#39
|
||||
|
||||
Quote:
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. |
#40
|
|||
|
|||
I am having a problem when the application is generating thumbnails from the Sage Client software.
My environment is that I have a SageTV server running both the service and the client. On that PC, the thumbnails do not generate. From a Placeshifter client, the thumbnails do generate. Attached are 4 log files. The two that start with Placeshifter are the logs from where it works successfully. The other two are from the Sage Client SW where the generation fails. The only difference I see is that in the failing log files, the file name is preceded with "stv://127.0.0.1/". |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
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 |