|
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 |
#381
|
|||
|
|||
Quote:
GUI for dvdauthor does support mpeg directly but how do you place NAV packets in your mpeg files? For that matter, what are NAV packets? |
#382
|
||||
|
||||
Nope, with imgBurn 2.0+ you can build directly to DVD.
As for the nav packets, I have no idea what they are, I just know the DVD VOB's need 'em
__________________
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) |
#383
|
|||
|
|||
Quote:
For the NAV packets, how do you add them to an mpg file? |
#384
|
||||
|
||||
I use SageTVTranscoder (or ffmpeg if you like ) and the command...
Code:
SageTVTranscoder.exe -i input.mpg -target ntsc-dvd -acodec copy -vcodec copy nav_packet_output.mpg
__________________
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) |
#385
|
|||
|
|||
evilpenguin,
I am having a problem with your DVD program. This is my Setup SageTV Server Recording to Drives m:\ and n:\ .... no unc paths Sharing drives as sagem$ and sagen$ full access Sage Tv client I have mapped drives m:\ (sagem$) and n:\ (sagen$) Below you will find your logs. vdinfo FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard configuration: --enable-memalign-hack --enable-a52 --enable-gpl --enable-xvid --enable-faac --enable-mp3lame --disable-debug libavcodec version: 51.9.0 libavformat version: 50.4.0 built on May 12 2006 11:07:09, gcc: 3.2.3 (mingw special 20030504-1) M:\LawOrderCriminalIntent-Blink-235208-0.mpg: I/O error occured Usually that means that input file is truncated and/or corrupted. log posted below...
__________________
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; 09-15-2006 at 03:11 PM. |
#386
|
||||
|
||||
can you rename the logs to .txt and post them directly to the forums, it looks like some data is getting eaten.
__________________
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) |
#387
|
|||
|
|||
Here it is.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#388
|
||||
|
||||
Hey, there should be another file in your Y:\DVD folder called dvdList.log, can you rename it to txt and post it?
__________________
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; 09-15-2006 at 03:17 PM. |
#389
|
|||
|
|||
Here it is :-)
Ps if I run this batchfile it works so I know The file is good. SageTVTranscoder.exe -i M:\LawOrderCriminalIntent-Blink-235208-0.mpg -target ntsc-dvd -acodec copy -vcodec copy c:\output.mpg
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#390
|
||||
|
||||
Bah, XML file, my old nemesis... I was wondering how those illegal chars were sneaking out of there.
Oh well, this should be an easy fix. Try opening up your advanced.pref file and changing the lines... Code:
RegEX to Strip out problem charactors for file names='|"|\\|/|\||<|>|:|\*|\?|\& RegEX to strip out problem charactors for menu generation='|\& Code:
RegEX to Strip out problem charactors for file names='|"|\\|/|\||<|>|:|\*|\?|\&|\; RegEX to strip out problem charactors for menu generation='|\&|\; and if that works, even better might be... Code:
RegEX to Strip out problem charactors for file names='|"|\\|/|\||<|>|:|\*|\?|\&|\;|amp\; RegEX to strip out problem charactors for menu generation='|\&|\;|amp\;
__________________
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; 09-15-2006 at 03:39 PM. |
#391
|
|||
|
|||
Penguin,
Neither change worked. Same error. here is the log for the first change.
__________________
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; 09-15-2006 at 03:51 PM. |
#392
|
|||
|
|||
Not burning
Hi all,
I'm very sorry that my first-ever post is a probably a stupid question, but since I'm not getting an error message, I'm having trouble finding an answer by searching. My spankin' new HTPC seems to working working fine--we're not watching anything on it, but I got SageMC installed and it's been recording favorites all week. I installed the burning mod and thought I had everything going, but nothing burns. When I hit "Burn to DVD" and then pick Single Video, I get the busy icon and then nothing. In fact it just goes back to the "Send To" menu. I've also tried a multi-video DVD and then went to Other Programs to burn it, but clicking on the file results in no visible activity. My DVD directory has a 1kb qdvd file (and the dvdlist file) and my other programs directory has a batch file, but as far as I can tell nothing is transcoding and imgBurn is obviously not running. I've changed the dirmonless option to disabled and back again a few times with no difference. I also restarted my whole system. Any ideas where my breakdown is occuring? Thanks, Tim |
#393
|
||||
|
||||
Quote:
Are you using dirmon or not? My guess is you aren't using dirmon (though I HIGHLY recommend it myself, then you can also use Show Analyzer and get great commercial detection!). So I think you have to kick off the work from the menu. Then once it has processed the file it will change from a little dot to a DVD symbol. You click on that, stick in the DVD and off goes img burn. At least thats how it worked for me.
__________________
Sage Machine: P4 2.4GHz, 1GBB DDR-2 RAM, 20GB System HD, 300GB, 500GB, 1TB for recordings, BenQ DL DVD Burner, Hauppage 350, USB2, and HVR-1600 |
#394
|
||||
|
||||
is there a way to start img burn and the dos window hidden?
Thanks, Ryan |
#395
|
|||
|
|||
Quote:
Tim |
#396
|
||||
|
||||
Quote:
|
#397
|
|||
|
|||
Quote:
Thanks for the assistance, regardless
__________________
My systems: Server: AMD Phenom Quad-Core 2.3Ghz, 4GB RAM, ECS A780GM-A MB, 2x HD-PVRs (connected to DirecTV HD STBs using ethernet channel changing), 1x AverMedia A180, OS RAID-1 mirror - 2x250GB 7200rpm SATA, Media RAID-1 mirror - 2x1TB 7200rpm SATA, USB-UIRT (remote control) Main Client: Sage STX-HD100 Media extender Second Client: Athlon XP 4000+, 2GB MB PC3200 DDR, Asus A8N5X MB, 512MB PCI-E ATI HD Radeon 3650, 160 GB SATA - hardware mirrored |
#398
|
|||
|
|||
Got it!
Successfully burned two (single file) DVDs today.
Just one clarification, if you guys don't mind. If I have dirmon set up correctly, should it automatically transcode and automatically burn after I select "Send To DVD", or do I still need to go to Other Programs and burn from there? Thanks guys, Tim |
#399
|
||||
|
||||
Quote:
__________________
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) |
#400
|
|||
|
|||
Hi all,
I've managed to burn a dvd with this plugin, but have a problem with the audio synchronising with video. It looked good when I started playing my dvd, but the sound was going slightly slower than the picture, so by the time I got half an hour in they were totally out of sync! Has anyone else experienced this problem - I'm using the SageTV MPEG Audio decoder, Default Audio Renderer and Sage TV MPEG Video Decoder. Might it be anything to do with these settings? Would be really grateful if anyone had any ideas - let me know if you need any more info. Thanks, Gand BTW - great work evil penguin, I hope I can get over this hurdle. |
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 |