NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 17 18 19 20 21 … 56 Next »
New Tool: ShowBurner DVD Burning [with menus]

 
  • 0 Vote(s) - 0 Average
New Tool: ShowBurner DVD Burning [with menus]
mila06
Offline

Member

Posts: 210
Threads: 47
Joined: Dec 2005
#251
2007-01-24, 07:38 AM
pBS Wrote:i can make a decent menu template for yal if i had a good small pal mpeg to work with..[720x576x25fps, less than one meg is fine...]

Sounds very good!!!

Here you are...... http://www.milaweb.dk/Banjos.zip
Michael Larsen

[SIZE="1"]HTPC:
Asus AMD 785G- M4A785TD-M/EVO, ATI 4200 HDMI,
AMD Phenom II X2 550 - 3.0 GHz,
2 GB Ram, 500 GB Seagate Barracuda
Terratec Cinergy C PCI HD, NVidia PureVideo, Cyberlink
Windows 7 ULT, NPvr v1.5.33[/SIZE]
Website
stu8080
Offline

Senior Member

Posts: 639
Threads: 52
Joined: Aug 2004
#252
2007-01-24, 11:36 AM
Thanks pBS. Do you think that adjusting ffmpeg for PAL will allow the files to be processed, or will i need to try a different mux?
stu8080
Offline

Senior Member

Posts: 639
Threads: 52
Joined: Aug 2004
#253
2007-01-24, 02:17 PM
Mila - any hance you could pm me a copy of the mux you use at the moment so i can see if that helps?

Ive tried Showshifter - (recordings just dont start recording) and TwinHam cyberlink mux (get error playing back file and need to reboot to watch file). Didnt bother with Intervideo as it reportedly gives many users bad recordings.
mila06
Offline

Member

Posts: 210
Threads: 47
Joined: Dec 2005
#254
2007-01-24, 02:35 PM
stu8080 Wrote:Mila - any hance you could pm me a copy of the mux you use at the moment so i can see if that helps?

Certainly I would, but you have to tell me where to look for it. I don't think i have changed the default MUX-settings from my init-install of GBPVR....
Can I find it in a log-file, or in the config ?
Michael Larsen

[SIZE="1"]HTPC:
Asus AMD 785G- M4A785TD-M/EVO, ATI 4200 HDMI,
AMD Phenom II X2 550 - 3.0 GHz,
2 GB Ram, 500 GB Seagate Barracuda
Terratec Cinergy C PCI HD, NVidia PureVideo, Cyberlink
Windows 7 ULT, NPvr v1.5.33[/SIZE]
Website
stu8080
Offline

Senior Member

Posts: 639
Threads: 52
Joined: Aug 2004
#255
2007-01-24, 08:35 PM
you dont use one, im an idiot!

You only need them with DVB-T or ATSC devices... i didnt notice you used a PVR-150 when i posted!

Bummer, i really want this feature but i have no idea what changed in three months to stop my files being compatible with this brilliant little utility.
joecool335
Offline

Junior Member

Posts: 3
Threads: 0
Joined: Aug 2006
#256
2007-01-25, 09:52 PM
HI,

I am having the same probable as the other guy above. I can transcode and everything else but no burn dvd button any where. I am using the original blue skin too. I don't know what to edit. Can anyone help.

Thanks,
Joe
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#257
2007-01-26, 04:50 AM (This post was last modified: 2007-01-26, 05:01 AM by pBS.)
well, if you've installed it [from the wiki page] and are using 99.5 gbpvr then if you look in video library then you'll see a transcode button...
highlight a file and hit this button and use the 'add to dvd' and 'burn dvd' profiles on the files...Big Grin

for Stu: you ca run them thru a re-coder to fix them...like say ffmpeg using -f dvd or mencoder using -format dvd and just recompress the audio and see if that helps..
usually DVB cards produce .ts files so the mux is either making them into ps-mpeg style .mpg's or they're still .ts files renamed...
the mux's default settings are probably what's being used so if you can find how to set those permanently then you'll be in bussiness..
i use a little proggy i made with graphedit that uses the ati filters to remux really fast..[depends on how broken the files youu have are]

but i think jsut running them thru ffmpeg with -vcodec copy and -acodec mp2 and -f dvd should do it if it's just the audio...and won't lose and video info..Smile
let me know if that works for you..

might try setting the mux output settings in the app they came with and setting them there...
otherwise, in the burndvd.bat at the top you'll see acodec and vcodec stuff..
adjust the line in adddvd.bat or make those "set acodec=mp2 -ab 128 -ac 2 " and leave vcodec=copy at top of burndvd.bat and see if that doesn't work for all files fed to showburner...Smile [only if you check from cmdline with ffmpeg first]
[note: it will take much longer to burn,but won't alter original files at all..Smile]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
stu8080
Offline

Senior Member

Posts: 639
Threads: 52
Joined: Aug 2004
#258
2007-01-26, 12:25 PM
pBS Wrote:but i think jsut running them thru ffmpeg with -vcodec copy and -acodec mp2 and -f dvd should do it if it's just the audio...and won't lose and video info..Smile
let me know if that works for you..

Yes this works for me, if i run the file through ffmpeg first with the above settings, the output file is procesed by showburner correctly and gives me a perfect DVD.

However if i try to adjust either adddvd.bat or dvdburn.bat i get an empty VIDEO_TS folder :confused:
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#259
2007-01-31, 12:03 AM
ahh,yes, probably because of the new ffmpeg options...
[i wrote the line when it was still the old one so it needs to be adjusted for new parameters...]

basically just use the same line as the re-code you did, and put it in adddvd.bat.....before the "|dvdauthor.exe etc etc...."
-i input filename should be the same as is in there already[i believe "%1" or similar], and output is just a "-"

also it needs -f dvd to make it right format...
i'll adjust this better for next release...then should be able to just adjust those [copy] variables in burndvd.bat to recompress anything..Smile
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
stu8080
Offline

Senior Member

Posts: 639
Threads: 52
Joined: Aug 2004
#260
2007-02-02, 02:58 PM
Thanks, ill give this a try
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (34): « Previous 1 … 24 25 26 27 28 … 34 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  External tool: Transfer Season Record schedules from GBPVR to NPVR kendrak24 37 21,312 2013-04-11, 05:58 AM
Last Post: kendrak24
  SubMenu - A main menu replacement supporting sub menus imilne 47 17,665 2012-01-15, 12:41 AM
Last Post: Mattyb3806
  HDHomeRun Channel Mapping Tool beta whurlston 13 10,793 2010-04-25, 08:48 PM
Last Post: bienson
  BDA Channel Migration Tool JavaWiz 28 11,305 2009-09-16, 02:00 PM
Last Post: JavaWiz
  Configuration tool for remote control athomas 0 1,446 2008-12-04, 12:45 PM
Last Post: athomas
  Sky Channel Sync Tool Version 1.0.2 systemshark 0 1,194 2008-08-17, 07:26 AM
Last Post: systemshark
  Sky Channel Sync Tool systemshark 2 1,480 2007-11-05, 01:20 PM
Last Post: systemshark
  File Renaming Tool: ZRename zehd 0 1,132 2007-05-01, 05:23 AM
Last Post: zehd
  Features for Channel Logo Tool V4.0 systemshark 5 2,907 2007-04-19, 09:20 PM
Last Post: allsighs
  Channel Logo Tool V3 systemshark 50 15,143 2007-04-14, 08:43 PM
Last Post: systemshark

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode