|
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 |
#41
|
|||
|
|||
Hi evilpenguin,
the new version always tries to transcode my SDTV recording. I tried it with the defaullt setting Maximum Bitrate=7800 as well as the standard one from the previous version (6000) ... Here is the critical section from the log file: Code:
------------video Info Loop #0 ---------------- Full Path[0] = \\mediapc\recordings\TheOffice-CasinoNight-815914-0.mpg Extention[0] = \\mediapc\recordings\TheOffice-CasinoNight-815914-0(.mpg) Filename[0] = \\mediapc\recordings\(TheOffice-CasinoNight-815914-0.mpg) File[0] = (TheOffice-CasinoNight-815914-0).mpg Full file[0] = (\\mediapc\recordings\TheOffice-CasinoNight-815914-0).mpg HDTV[0] = (4)@@@The Office###Casino Night$$$Employees take some big gambles when they host a charity casino-night in their warehouse.%%% showTitle[0] = (The Office)###Casino Night$$$Employees take some big gambles when they host a charity casino-night in their warehouse.%%% episodeName[0]= (Casino Night)$$$Employees take some big gambles when they host a charity casino-night in their warehouse.%%% episodeDesc[0]= (Employees take some big gambles when they host a charity casino-night in their warehouse.)%%% Getting Video Info: "E:\Video\SageTV\SageTV\SageTVTranscoder.exe" -i "\\mediapc\recordings\TheOffice-CasinoNight-815914-0.mpg" -t 1 "E:\Video\tmp\TheOffice-CasinoNight-815914-0.WorkFolder\temp.mpg" 2>"E:\Video\tmp\TheOffice-CasinoNight-815914-0.WorkFolder\TheOffice-CasinoNight-815914-0.vidInfo.txt" Duration Line[0]: Duration: 00:42:58.5, start: 0.289344, bitrate: 4687 kb/s hours[0] = 00 minutes[0] = 42 seconds[0] = 58.5 totalMin[0] = 42.975 Video Info Line[0]: Stream #0.0[0x1e0], 29.97 fps(r): Video: mpeg2video, yuv420p, 720x480, 4000 kb/s Resolution[0] = 720x480 Bitrate[0] = 4000 Frame Rate[0] = 29.97 Format[0] = mpeg2video ------------Video Info Loop Finished ---------------- Total DVD time = 42.975 minutes # of Videos = 1 Avg Bitrate = 14240 Bitrate TOO HIGH -> 6000 ------------ffmpeg Loop #0 ---------------- (4000 - 978.666666666667)*42.975*60 < 36718750 * (42.975/42.975) No Transcoding nessisary. Adding Nav Packets Transcoding Video: "E:\Video\SageTV\SageTV\SageTVTranscoder.exe" -i "\\mediapc\recordings\TheOffice-CasinoNight-815914-0.mpg" -target ntsc-dvd -acodec copy -vcodec copy "E:\Video\tmp\TheOffice-CasinoNight-815914-0.WorkFolder\TheOffice-CasinoNight-815914-0.2dvd.mpg" Dirk |
#42
|
||||
|
||||
Nope, not at all, for a 42 minute video that is the kb/sec that will fill the entire 4.7 billion byte DVD. The math on getting videos to fit on DVD's is a little strange. I'll post a little something about my calculations on the install page tommorow.
Every looks like it's going good, let me know how the DVD turns out
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#43
|
|||
|
|||
Quote:
now I am a litltle confused ... Shouldn't a 42 minutes show (encoded with standard 3.2 GB/hr quality) fit well on 4.7 GB DVD without the need for transcoding ? All I can tell is that the very same show had been demuxed/remuxed with the previous version, that's why I ask ... I would prefer *not* to transcode, since it uses almost 100% on my CPU compared to 30-40% with demux/remux ... Dirk |
#44
|
||||
|
||||
Yeah, that log file is a tome of lies. There's a lot of stuff in there that says one thing, but I know it means another just because I wrote it For instance,
(4000 - 978.666666666667)*42.975*60 < 36718750 * (42.975/42.975) No Transcoding nessisary. Adding Nav Packets Transcoding Video: "E:\Video\SageTV\SageTV\SageTVTranscoder.exe" -i "\\mediapc\recordings\TheOffice-CasinoNight-815914-0.mpg" -target ntsc-dvd -acodec copy -vcodec copy "E:\Video\tmp\TheOffice-CasinoNight-815914-0.WorkFolder\TheOffice-CasinoNight-815914-0.2dvd.mpg" The first equasion is what I use to determine if an SDTV show in DVD format needs to be transcoded. If it's true, the no transcoding is nessisary, however if it is false the video needs to be transcoded. The next line tells you that the script determined that the equasion is true and that no transcoding is nessisary. I know the next line says "Transcoding Video", but it's really not The parameters -target ntsc-dvd -acodec copy -vcodec copy just tells ffmpeg to demux/remux into a dvd complient mpeg. You can tell for sure that it's doing this because the output file size will get bigger really fast; pretty much as fast as it takes your computer to copy a 1 gig file.
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) Last edited by evilpenguin; 05-20-2006 at 09:26 AM. |
#45
|
|||
|
|||
Quote:
I should have just read then changelog more thoroughly 5/19/06 v0.9 - Started using SageTVTranscode for sdtv demux/remux. This seems to clear up all of the issues I was having with bbdmux, mpgtx, and mplex. But I ran into a new issue: selecting "Send To Single File DVD" does not create the qdvd file for the show in the recording directory any more, but a dvdlist.0.qdvd file in the work directory ... I debugged the code in Studio, and found the parameters with which add2DVDq.exe is called, so I called it manually from the command line: Code:
E:\Video\SageTV\SageTV>add2DVDQ.exe "\\mediapc\recordings\TheOffice-ConflictReso lution-777495-0.mpg!!!4@@@The Office###Conflict Resolution$$$Chaos ensues when M ichael takes responsibility for conflict resolution from the Human Relations dep artment.%%%", 1740000 Creating qdvd file for \\mediapc\recordings\TheOffice-ConflictResolution-777495- 0.mpg!!!4@@@The Office###Conflict Resolution$$$Chaos ensues when Michael takes r esponsibility for conflict resolution from the Human Relations department.%%%, Creating qdvd file from E:\video\tmp\dvdList.0 Code:
E:\Video\SageTV\SageTV>add2DVDQ.exe "\\mediapc\recordings\TheOffice-ConflictReso lution-777495-0.mpg!!!4@@@The Office###Conflict Resolution$$$Chaos ensues when M ichael takes responsibility for conflict resolution from the Human Relations dep artment.%%%", 1740000 Creating qdvd for a single video - \\mediapc\recordings\TheOffice-ConflictResolu tion-777495-0.mpg!!!4@@@The Office###Conflict Resolution$$$Chaos ensues when Mic hael takes responsibility for conflict resolution from the Human Relations depar tment.%%%,=1740000 Is this a configuration issue, or a bug in v0.9 ? Thanks, Dirk |
#46
|
||||
|
||||
That's actually working as intended. When I was doing all my testing I thought it was a pain to have my .qdvd files in multiple places, so changed add2DVDQ to put everything in the work folder. I did, however, get a little lazy and I didn't re-add the code that named the qdvd files readably.
Is there anything about the functionality of add2DVDQ.exe v0.8 you want me to readd?
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#47
|
|||
|
|||
Quote:
It would be nice if the file gets properly named again, but other than that, it works now flawlessly, and ImgBurn just burned my first DVD successfully ! Thanks for all your work, Dirk |
#48
|
||||
|
||||
Woo, first successful burn by somone other than me
Would you want the .qdvd file named properly, or would it be better if I just name the batch script that you see in Sage better, like the full episode/title of the first video on the DVD?
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#49
|
|||
|
|||
Quote:
Quote:
Only if it's not too much work .... Dirk |
#50
|
|||
|
|||
Good news... I've been able to successfully burn a DVD also! Nice work indeed.
But not without some glitches: It may be something I'm doing wrong, but I get an error in the log file when using DirMon to call perl2dvd.exe (everything works when I run it manually from a command line) A "dvdList.1.WorkFolder" directory gets generated, and the vidInfo.txt log file says something like this: Code:
FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard configuration: --disable-debug --enable-memalign-hack --enable-a52 --enable-gpl --enable-xvid --enable-faac --enable-mp3lame libavcodec version: 51.1.0 libavformat version: 50.0.0 built on Apr 13 2006 15:07:54, gcc: 3.2.3 (mingw special 20030504-1) S:\EverybodyLovesRaymond-TheMentor-36143-0.mpg: I/O error occured Usually that means that input file is truncated and/or corrupted. Quote:
The other issue I'm having is that the few SD shows that I've burned are in a widescreen format. Shouldn't it preserve the 4:3 aspect ratio for SDTV? Thanks again. I look forward to seeing progress on this project. I love the DVD menus & ability to customize them! Jason |
#51
|
||||
|
||||
Quote:
1) Run dirmon2 hidden 2) Run dirmon2 service as your username (I use this one) As for the 16x9 SDTV shows, can you go ahead and email me the log files for those DVD's at the email address I'm PMing you. That's definitely a bug I want to squash quick
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#52
|
||||
|
||||
I was looking around the media portal forums over the weekend and I stumbled upon the BlueTwo Dark Metal theme, which I think makes a pretty slick looking DVD menu...
Or even, better, override the little windows guy with the hp_vidoes.png from MetalMod...
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) Last edited by evilpenguin; 05-23-2006 at 10:08 AM. |
#53
|
|||
|
|||
Hi evilpenguin,
I kicked off another DVD last night, and this time I disabled the debug flag and noticed that the *.bat file got blown away during cleanup (or never got created). The img file was there, and I could burn it just fine. I'll try another one tonight to see if I can reproduce it ... Dirk |
#54
|
||||
|
||||
Quote:
Code:
print "**> Creating batch file\n"; $link = new Win32::Shortcut(); $link->Path("$localSageOthers\\$showTitle[0].$qdvdFile.burn.bat"); $link->WorkingDirectory($localSageOthers); $link->Save("$sageOthers\\$showTitle[0].$qdvdFile.burn.lnk"); $link->Close(); print "<** Done\n";
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#55
|
||||
|
||||
I can reproduce the 16x9 SDTV bug pretty easily with zoomplayer. It looks like DVDauthor is guessing the wrong aspect ratios for the videos and, while Sage lets me get away with it, more specialized DVD playing software (or even a standalone player) doesn't put up with it. Should be an easy fix
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) Last edited by evilpenguin; 05-22-2006 at 01:19 PM. |
#56
|
||||
|
||||
5/23/06 v1.0
- Fixed bug where the mpegBitrate wasn’t being adjusted when the average bitrate was over the max bitrate - Fixed bug where .bat files with spaces were not being deleted - Added an optional and semi-experimental way to set transcode priority. It has worked in all of my testing so far, but just the same I added the ability to revert back to the old method by setting the priority to ‘off’ - I am now explicitly telling dvdauthor the aspect ratios and widescreen status of the videos instead of letting it wrongly infer them. Unfortunately, a side effect is that all 16:9 videos will have 16:9 menus and the same thing for 4:3. This is necessary to ensure better compliance with the DVD standard - imgBurn batch files are now named with the filename of the first video on the DVD. I looked at naming the .qdvd files all like this, but it introduced too many complications - Started adding PAL support. I’m not quite there yet, think 1.1 - Added a bunch of extra error checking that will abort the script if things start going wrong - Added the ability to override the default max characters per line for the sub menu description - Since they dynamic menus are my favorite part of this, I added the option to pick random themes for every DVD. If you set your theme folder as ‘random’, it will scan your theme folders and any one that contains a themeName.override file, even an empty one, will be considered.
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#57
|
||||
|
||||
Ok, I originally had no intention of adding animations to the menus, but I stumbled upon an adorable little animation in the BlueTwo Dark Metal theme that I just couldn't resist
https://home.comcast.net/~zadigian/m...nd.animate.mpg Still needs some tweaking as far as the animation speed and the location goes, but I think it'll look great when its done
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#58
|
|||
|
|||
Quote:
Dirk |
#59
|
||||
|
||||
Glad to hear it!
v1.0 should be pretty solid so I don't anticipate any major problems. So if you have SageMC and a DVD burner, don't hesitate to try it out. Configuration is a lot easier than it looks. I've been burning a bunch of HDTV season finale's for friends, including the two hour 24 one, and they've all come out looking/sounding great
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink) |
#60
|
||||
|
||||
I've installed everything, and followed all instructions, but when I choose send to dvd, nothign happens. how can I best troubleshoot my setup?
__________________
XP Pro SP2, P4 2.6 ghz, 1GB RAM, 2 X 80GB seagate serial ATA barracuda HDDs,2 X 160 GB samsung silent parallel ATA HDDs, antec sonata v1.1, msi gforce 6600gt vivo, hpage pvr150, sagetv v5, harmony remote, hauppauge media mvp, USB UIRT, Bell Expressvu |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
DVD Burning Mod or Standalone DVD Burner | jradi | SageTV Customizations | 6 | 10-01-2006 07:18 PM |
DVD burning software | k9k9 | The SageTV Community | 6 | 05-01-2006 03:27 PM |
DVD Burning | Mysticeti | SageTV Software | 7 | 08-27-2005 06:34 AM |
burning to DVD | aoehlke | General Discussion | 4 | 05-05-2005 12:35 PM |
Burning DVD for use in DVD players | jpannier | SageTV Recorder Software | 8 | 11-06-2003 12:18 PM |