|
SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI. |
|
Thread Tools | Search this Thread | Display Modes |
#141
|
||||
|
||||
Quote:
I guess the trick is finding where and then preventing a user from compressing past a certain point before the burn process begins (error / warning). So so far, I know that 9.2GB wont work, but 6.9GB will work on a 4.6GB sized media.
__________________
Phil Ciccone - CyberWEB Networks Inc. (http://www.cyberwebhosting.net) |
#142
|
||||
|
||||
I made a dvd for a friend a couple of days ago using the latest DVDBurner. It was 3 hour long shows using compression so it was probably 9gb compressed down to 4.6. It did do the compression but apparantly, all of the shows were cutoff at the half hour mark. I haven't had time to check this against other burns but has anybody seen that the compression actually preserves the whole show and doesn't just cut it off? Or was mine just a weird quirk?
|
#143
|
||||
|
||||
Quote:
I will check some of my DVDs.
__________________
Phil Ciccone - CyberWEB Networks Inc. (http://www.cyberwebhosting.net) |
#144
|
|||
|
|||
Quote:
|
#145
|
|||
|
|||
Quote:
|
#146
|
|||
|
|||
I might also try another compression program and see how it works in comparison. Stay tuned.
|
#147
|
||||
|
||||
Quote:
Totally confused on what the pattern is...
__________________
Phil Ciccone - CyberWEB Networks Inc. (http://www.cyberwebhosting.net) |
#148
|
||||
|
||||
I can confirm that all of my dvd's are getting chopped instead of compressed.
|
#149
|
|||
|
|||
I don't think it the DVDBurner app messing up but the external program. Here is what goes on inside the EXE after everything has been demuxed to the "\working" directory and the menu file has been added.
1) Take the MaxSize of the DVD passed in from the STV and multiply it by 0.976. This allows for a little overhead. 2) Calculate the TotalSize of everything in the \working directory. 3) Print the value to screen 4) Check to see if Compression should run. i.e. If TotalSize > MaxSize 5) Calculate the total size of all video files ".mpv" (VideoSize) 6) Calculate the NonVideoSize. NonVideoSize=TotalSize-VideoSize 7) Compute the size we are over the DVD MaxSize (BytesOverDVDAmount = TotalSize - DVDMaxSize) 8) Computer the Compression % (CompressionPercent = VideoSize / (VideoSize - BytesOverDVDAmount) ) The value CompressionPercent above is what is passed to the external program. From a pure mathamatical standpoind it shouldn't matter if we are compressing 1 file or 5 files as the CompressionPercent should be the same. |
#150
|
|||
|
|||
Phil, in your journeys have you done a comparison of the starting file MPV to the ending file to see if it maches the compression percentage being shown?
|
#151
|
||||
|
||||
this might help...with my problem at least
I recorded 3 1-hour long shows onto a dvd and 1 1-hour long show to a dvd. I had compression on for both shows, even though the 1 hour long show was only 2.98gbs. In both cases, it chopped off the each individual show at the half hour mark (roughly...29:48 for one, 29:56 for another) I'm going to try running the 1 1hour long show wihtout compression and see what happens. It could be that my problem is extraneous of compression |
#152
|
||||
|
||||
I posted my burn of a 1 1-hour long show.
-I actually had compression enabled but it seems like it didn't actually run the compression...thats good -Seems like it deleted the working directory, created the working directory, deleted the wokring directory and created it again. I'm thinking one of those has to be extraneous -While mine actually produced a working ISO, i'm wondering if others aren't experiencing problems (on the other thread) because of the fact that the CLI for videoredo explicitly states the .mpv file but not the .mpa file. CLI: videoredo.cmd "D:\TV\LawOrder-Fluency-3455184-0.mpg" "D:\TEMP\working\title1-0.mpv" -After all that, I still got my hour long show chopped to half an hour. I think i have an explanation though i don't want to admit it. Might the problem be that VideoRedo, in trial version, only makes half hour shows? I hope thats not the problem and maybe you can check up on that... |
#153
|
|||
|
|||
I changed the internal functionality of how the program handles "dual" directories. Internally, everything is set to work with 2 working directories. So even if you are only using one, it internally uses them as two. Hence the reason you see cleanup happen twice. Besides showing it in the log file it doesn't hurt anything.
VDR trial mode. Yup, I bet that is it. |
#154
|
|||
|
|||
Quote:
__________________
Windows 10 Home 64-bit, i5-2500K, 8GB RAM, 2TB and 4TB SATA HDD's SageTV v9.1.2.662, SageTV7.xml STV, Java v1.8.0_121 Server operating headless with 3 HD300 extenders as clients Two HDHomeRun Primes (6 tuners) with 20170512beta1 firmware Comcast cable TV, two cablecards in HDHRP's OpenDCT 0.5.28 network encoder |
#155
|
|||
|
|||
I just set my Commercial Cut to Disabled and did a test burn.
I get /cutter=disabled in my log file. So it could be that I've hanged something to fix this but I don't recall doing this. Anyway, this is on Cayars18TestB which you don't have. I just got done making some other changes to fix a couple of other things so I'm going to package this up and get it uploaded. Test B of the STV should be up in a half hour or so. |
#156
|
||||
|
||||
Quote:
Is that 1.59% higher, or shrink 59% or --- So what would that do to a 2.31GB file?
__________________
Phil Ciccone - CyberWEB Networks Inc. (http://www.cyberwebhosting.net) |
#157
|
||||
|
||||
Quote:
- MPV files are now at about 1.25GB. MPA files are around 253K each. - Original size (audio/video) of MPG is 2.42GB (I am rounding these numbers from the bytes display so they are slighly off). - Compression reports 1.59% so.... 2.42 X .59 = 1.428GB vs. 1.25GB video + 253K audio = 1.5GB So, I am using rough math here BUT it seems correct? 1.5GB X 3 = 4.5GB + overhead. This is the current job running now. Let me see what the ISO size ends up being when its done. Its authoring the ISO now.
__________________
Phil Ciccone - CyberWEB Networks Inc. (http://www.cyberwebhosting.net) |
#158
|
|||
|
|||
pciccone, check out message 149 which shows exactly how it's determined.
BTW, I just uploaded Cayars18TestB so anyone on the VIP list should upgrade. This fixes the /workdir2 issue and the /cutter works too. |
#159
|
||||
|
||||
Quote:
This means I have a different problem somewhere not relating to compression. 2 good, 1 bad - 66% success
__________________
Phil Ciccone - CyberWEB Networks Inc. (http://www.cyberwebhosting.net) |
#160
|
|||
|
|||
Quote:
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|