SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Customizations
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

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.

Reply
 
Thread Tools Search this Thread Display Modes
  #81  
Old 06-19-2010, 01:18 PM
hugenbdd hugenbdd is offline
Sage Advanced User
 
Join Date: Feb 2009
Location: Cincinnati, KY
Posts: 81
Quote:
Originally Posted by jdamore View Post
Mike, Thanks for the utility! Just what I needed!

I got it working just how I want it but, I'm having trouble, I think from not knowing MS cmd to well..

When I ran a few tests I copied a few mkvs to directory "F:\test" and it worked.

Now that I'm confident on what I'm doing, I want to run it on all my movies. I pointed audioconvert to "F:\HD MOVIES\HD Movies" but it tells me its an invalid directory.

Is it the spaces between "HD Movies" that makes it an invalid directory?
Can you post the actual command you are using? In the CMD window you have to have the " " around the directory path. I can't tell if your are doing that from your post or not. Here is an example of how I use it.

SAGEAudioConvert.exe -inplace -kbps=640 -priority=normal -language=all defAc3Lang=en -force "D:\\Movies\Movie with spaces in it (2009)"

You can also get the command in place in the CMD window without the directory at the end. Browse with Windows explorer and drag it over to your CMD window and it will include the quotes around the directory.

Dave
Reply With Quote
  #82  
Old 06-19-2010, 06:44 PM
jdamore jdamore is offline
Sage Aficionado
 
Join Date: Nov 2006
Location: Hillsborough, NJ
Posts: 292
aaaaaaaaaaah whoops.. I didn't put the quotations in there. Got it now. Thank you hugenbdd!

When I was testing it worked with the following:
sageaudioconvert -force -defAc3Lang=en F:\test

but when I tried:
sageaudioconvert -force -defAc3Lang=en F:\HD MOVIES\HD Movies
it did not work.

So don't forget to put the quotes around the directory... got it
Reply With Quote
  #83  
Old 06-22-2010, 07:52 AM
electronics4lif electronics4lif is offline
Sage Advanced User
 
Join Date: Dec 2006
Posts: 141
I just updated to the latest beta to get rid of the experation notice. When I run the command below on a bluray ripped move, it starts playing in vlc media player. I don't think this is normal..??

SAGEAudioConvert.exe -inplace -kbps=640 -priority=normal -language=all defAc3Lang=en -force
Reply With Quote
  #84  
Old 07-10-2010, 09:06 AM
electronics4lif electronics4lif is offline
Sage Advanced User
 
Join Date: Dec 2006
Posts: 141
Quote:
Originally Posted by electronics4lif View Post
I just updated to the latest beta to get rid of the experation notice. When I run the command below on a bluray ripped move, it starts playing in vlc media player. I don't think this is normal..??

SAGEAudioConvert.exe -inplace -kbps=640 -priority=normal -language=all defAc3Lang=en -force
Bump, I'd like to set this up with SJQ.
Reply With Quote
  #85  
Old 08-26-2010, 08:51 AM
tpowell tpowell is offline
Sage User
 
Join Date: Feb 2010
Location: Atlanta Metro
Posts: 8
Error

I am also receiving the error that was reported several posts back and hasn't been responded too.

I'm running SageTV7, latest beta, with the latest versions of SJQ and SJQc on Windows 7.

SageAudioConvert.exe runs great from a command prompt, but when I try to schedule it to run under SJQ I receive the following client error:

Executing command line: C:/SAGEAudioConvert/SAGEAudioConvert.exe -language=en -inplace -kbps=640 -markdone -priority=low "\\nas2\nasvol_mediac1\SageTV_import\HD\The.Losers.2010\The.Losers.2010.Bluray.720p.DTS.x264.mkv"
SAGEAudioConvert 0.1.15

using madshi eac3to http://forum.doom9.org/showthread.php?t=125966
mediainfo dll http://mediainfo.sourceforge.net
mkvtooolnix http://www.bunkus.org/videotools/mkvtoolnix/index.html
Thread priority set to: Idle
Language Filter: [en, eng] English
Analyzing The.Losers.2010.Bluray.720p.DTS.x264.mkv.
Audio track: [en] DTS 5.1.
No corresponding AC-3 track found.
Creating AC-3 track.

Unhandled Exception: System.IO.IOException: The handle is invalid.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.Console.GetBufferInfo(Boolean throwOnNoConsole, Boolean& succeeded)
at System.Console.get_CursorTop()
at DESIKE.SAGEAudioConvert.Program.MakeAC3AudioTrack(String movie, AudioTrack dtsTrack, String& newFilename)
at DESIKE.SAGEAudioConvert.Program.ConvertMovie(String movie, String language)
at DESIKE.SAGEAudioConvert.Program.Main(String[] args)

Thu Aug 26 10:43:14 EDT 2010: Starting task with priority 1/1/10
Executing command line: C:/SAGEAudioConvert/SAGEAudioConvert.exe -language=en -inplace -kbps=640 -markdone -priority=low "\\nas2\nasvol_mediac1\SageTV_import\
HD\The.Losers.2010.Bluray.720p.DTS.x264-CHD\The.Losers.2010.Bluray.720p.DTS.x264.mkv"

Unhandled Exception: System.IO.IOException: The handle is invalid.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.Console.GetBufferInfo(Boolean throwOnNoConsole, Boolean& succeeded)
at System.Console.get_CursorTop()
at DESIKE.SAGEAudioConvert.Program.MakeAC3AudioTrack(String movie, AudioTrack dtsTrack, String& newFilename)
at DESIKE.SAGEAudioConvert.Program.ConvertMovie(String movie, String language)
at DESIKE.SAGEAudioConvert.Program.Main(String[] args)

SAGEAudioConvert 0.1.15

using madshi eac3to http://forum.doom9.org/showthread.php?t=125966
mediainfo dll http://mediainfo.sourceforge.net
mkvtooolnix http://www.bunkus.org/videotools/mkvtoolnix/index.html
Thread priority set to: Idle
Language Filter: [en, eng] English
Analyzing The.Losers.2010.Bluray.720p.DTS.x264-CHD.mkv.
Audio track: [en] DTS 5.1.
No corresponding AC-3 track found.
Creating AC-3 track.



Any help on this would be greatly appreciated.
Reply With Quote
  #86  
Old 10-10-2010, 08:30 AM
ohpleaseno ohpleaseno is offline
Sage Aficionado
 
Join Date: Apr 2009
Location: South Florida
Posts: 464
Quote:
Originally Posted by tpowell View Post
I am also receiving the error that was reported several posts back and hasn't been responded too.

I'm running SageTV7, latest beta, with the latest versions of SJQ and SJQc on Windows 7.

SageAudioConvert.exe runs great from a command prompt, but when I try to schedule it to run under SJQ I receive the following client error:

Executing command line: C:/SAGEAudioConvert/SAGEAudioConvert.exe -language=en -inplace -kbps=640 -markdone -priority=low "\\nas2\nasvol_mediac1\SageTV_import\HD\The.Losers.2010\The.Losers.2010.Bluray.720p.DTS.x264.mkv"
SAGEAudioConvert 0.1.15

using madshi eac3to http://forum.doom9.org/showthread.php?t=125966
mediainfo dll http://mediainfo.sourceforge.net
mkvtooolnix http://www.bunkus.org/videotools/mkvtoolnix/index.html
Thread priority set to: Idle
Language Filter: [en, eng] English
Analyzing The.Losers.2010.Bluray.720p.DTS.x264.mkv.
Audio track: [en] DTS 5.1.
No corresponding AC-3 track found.
Creating AC-3 track.

Unhandled Exception: System.IO.IOException: The handle is invalid.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.Console.GetBufferInfo(Boolean throwOnNoConsole, Boolean& succeeded)
at System.Console.get_CursorTop()
at DESIKE.SAGEAudioConvert.Program.MakeAC3AudioTrack(String movie, AudioTrack dtsTrack, String& newFilename)
at DESIKE.SAGEAudioConvert.Program.ConvertMovie(String movie, String language)
at DESIKE.SAGEAudioConvert.Program.Main(String[] args)

Thu Aug 26 10:43:14 EDT 2010: Starting task with priority 1/1/10
Executing command line: C:/SAGEAudioConvert/SAGEAudioConvert.exe -language=en -inplace -kbps=640 -markdone -priority=low "\\nas2\nasvol_mediac1\SageTV_import\
HD\The.Losers.2010.Bluray.720p.DTS.x264-CHD\The.Losers.2010.Bluray.720p.DTS.x264.mkv"

Unhandled Exception: System.IO.IOException: The handle is invalid.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.Console.GetBufferInfo(Boolean throwOnNoConsole, Boolean& succeeded)
at System.Console.get_CursorTop()
at DESIKE.SAGEAudioConvert.Program.MakeAC3AudioTrack(String movie, AudioTrack dtsTrack, String& newFilename)
at DESIKE.SAGEAudioConvert.Program.ConvertMovie(String movie, String language)
at DESIKE.SAGEAudioConvert.Program.Main(String[] args)

SAGEAudioConvert 0.1.15

using madshi eac3to http://forum.doom9.org/showthread.php?t=125966
mediainfo dll http://mediainfo.sourceforge.net
mkvtooolnix http://www.bunkus.org/videotools/mkvtoolnix/index.html
Thread priority set to: Idle
Language Filter: [en, eng] English
Analyzing The.Losers.2010.Bluray.720p.DTS.x264-CHD.mkv.
Audio track: [en] DTS 5.1.
No corresponding AC-3 track found.
Creating AC-3 track.



Any help on this would be greatly appreciated.
Me too

Code:
Unhandled Exception: System.IO.IOException: The handle is invalid.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.Console.GetBufferInfo(Boolean throwOnNoConsole, Boolean& succeeded)
   at System.Console.get_CursorTop()
   at DESIKE.SAGEAudioConvert.Program.MakeAC3AudioTrack(String movie, AudioTrack dtsTrack, String& newFilename)
   at DESIKE.SAGEAudioConvert.Program.ConvertMovie(String movie, String language)
   at DESIKE.SAGEAudioConvert.Program.Main(String[] args)
__________________
Server: WHS with 11TB of storage
Clients:1) HD-200 to a Samsung 32" Slimfit CRT HDTV 2) HD-200 to a Pioneer 26" X1 LCD
Tuners: 1) HD-Homerun 2) Avermedia USB ATSC
Twitter: ohpleaseno
Reply With Quote
  #87  
Old 10-10-2010, 11:07 AM
mikep mikep is offline
Sage User
 
Join Date: Nov 2009
Location: Canada, QC
Posts: 65
Hi

The error occur because sjq capture the console output and I am doing the same to report back the progress % of externals programs. If I add a new switch like -noprogress it will fix the problem.

Do you have any others request before I recompile it?

Mike
__________________
Server: Sage 7 on WinXP with 1TB of storage
NAS: Unraid with 6TB of storage
Clients: 4 HD-200 and 3 Sage Clients PC
Capture: 2 HD-PVRs + SA4250HDs
Reply With Quote
  #88  
Old 10-10-2010, 11:40 AM
wrems's Avatar
wrems wrems is offline
Sage Icon
 
Join Date: Feb 2007
Location: Marietta, GA
Posts: 1,332
I really like your tool. I used it the other day and it worked great.

I had both the DTS and AC3 tracks embedded. When I went to play it on my HD200 it defaulted to the DTS track and I had to push the audio button on the remote. Is there a way to make the AC3 track default or remove the DTS track with your tool?
Reply With Quote
  #89  
Old 10-10-2010, 11:59 AM
ohpleaseno ohpleaseno is offline
Sage Aficionado
 
Join Date: Apr 2009
Location: South Florida
Posts: 464
That would fix the only problem that I have with it. Thanks!
__________________
Server: WHS with 11TB of storage
Clients:1) HD-200 to a Samsung 32" Slimfit CRT HDTV 2) HD-200 to a Pioneer 26" X1 LCD
Tuners: 1) HD-Homerun 2) Avermedia USB ATSC
Twitter: ohpleaseno
Reply With Quote
  #90  
Old 10-12-2010, 05:37 PM
mikep mikep is offline
Sage User
 
Join Date: Nov 2009
Location: Canada, QC
Posts: 65
Quote:
Originally Posted by wrems View Post
I really like your tool. I used it the other day and it worked great.

I had both the DTS and AC3 tracks embedded. When I went to play it on my HD200 it defaulted to the DTS track and I had to push the audio button on the remote. Is there a way to make the AC3 track default or remove the DTS track with your tool?
I will check that out soon. Right now I am going to solve the other bug

Mike
__________________
Server: Sage 7 on WinXP with 1TB of storage
NAS: Unraid with 6TB of storage
Clients: 4 HD-200 and 3 Sage Clients PC
Capture: 2 HD-PVRs + SA4250HDs
Reply With Quote
  #91  
Old 10-12-2010, 05:40 PM
mikep mikep is offline
Sage User
 
Join Date: Nov 2009
Location: Canada, QC
Posts: 65
Quote:
Originally Posted by ohpleaseno View Post
That would fix the only problem that I have with it. Thanks!
I made something different. Can you try that one SageAudioConvert0.1.16. Just replace the .exe with this one.

Thanks
__________________
Server: Sage 7 on WinXP with 1TB of storage
NAS: Unraid with 6TB of storage
Clients: 4 HD-200 and 3 Sage Clients PC
Capture: 2 HD-PVRs + SA4250HDs
Reply With Quote
  #92  
Old 10-12-2010, 05:42 PM
ohpleaseno ohpleaseno is offline
Sage Aficionado
 
Join Date: Apr 2009
Location: South Florida
Posts: 464
Quote:
Originally Posted by mikep View Post
I made something different. Can you try that one SageAudioConvert0.1.16. Just replace the .exe with this one.

Thanks

I would, but going to the link above gives me this...

Code:
The webpage at https://www.dropbox.com/s/ipad8kceg5m89ay/SAGEAudioConvert_0-1-16.rar might be temporarily down or it may have moved permanently to a new web address.
__________________
Server: WHS with 11TB of storage
Clients:1) HD-200 to a Samsung 32" Slimfit CRT HDTV 2) HD-200 to a Pioneer 26" X1 LCD
Tuners: 1) HD-Homerun 2) Avermedia USB ATSC
Twitter: ohpleaseno
Reply With Quote
  #93  
Old 10-12-2010, 05:44 PM
mikep mikep is offline
Sage User
 
Join Date: Nov 2009
Location: Canada, QC
Posts: 65
Quote:
Originally Posted by ohpleaseno View Post
I would, but going to the link above gives me this...

Code:
The webpage at https://www.dropbox.com/s/ipad8kceg5m89ay/SAGEAudioConvert_0-1-16.rar might be temporarily down or it may have moved permanently to a new web address.
I just check and it is working.
Retry it in a few minutes.
Mike
__________________
Server: Sage 7 on WinXP with 1TB of storage
NAS: Unraid with 6TB of storage
Clients: 4 HD-200 and 3 Sage Clients PC
Capture: 2 HD-PVRs + SA4250HDs
Reply With Quote
  #94  
Old 10-12-2010, 05:51 PM
ohpleaseno ohpleaseno is offline
Sage Aficionado
 
Join Date: Apr 2009
Location: South Florida
Posts: 464
Quote:
Originally Posted by mikep View Post
I just check and it is working.
Retry it in a few minutes.
Mike
Got it. Now I just need to fix a SJQ problem Im having and I'll get back to you.
__________________
Server: WHS with 11TB of storage
Clients:1) HD-200 to a Samsung 32" Slimfit CRT HDTV 2) HD-200 to a Pioneer 26" X1 LCD
Tuners: 1) HD-Homerun 2) Avermedia USB ATSC
Twitter: ohpleaseno
Reply With Quote
  #95  
Old 10-12-2010, 06:36 PM
ohpleaseno ohpleaseno is offline
Sage Aficionado
 
Join Date: Apr 2009
Location: South Florida
Posts: 464
Still getting this.

It's reporting as v.0.1.15 still.

Code:
Tue Oct 12 20:32:02 EDT 2010: Starting task with priority 1/1/10
Executing command line: C:/progs/sac/SAGEAudioConvert.exe -recursive -markdone -priority=low "\\WHS\Videos\Movies\A Charlie Brown Thanksgiving\A Charlie Brown Thanksgiving (1973).mkv"
SAGEAudioConvert 0.1.15
 
 using madshi eac3to http://forum.doom9.org/showthread.php?t=125966
       mediainfo dll http://mediainfo.sourceforge.net
       mkvtooolnix   http://www.bunkus.org/videotools/mkvtoolnix/index.html
 Thread priority set to: Idle
 Language Filter: All
  Analyzing A Charlie Brown Thanksgiving (1973).mkv.
   Audio track: [und] DTS 5.1.
   No corresponding AC-3 track found.
     Creating AC-3 track.

Unhandled Exception: System.IO.IOException: The handle is invalid.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.Console.GetBufferInfo(Boolean throwOnNoConsole, Boolean& succeeded)
   at System.Console.get_CursorTop()
   at DESIKE.SAGEAudioConvert.Program.MakeAC3AudioTrack(String movie, AudioTrack dtsTrack, String& newFilename)
   at DESIKE.SAGEAudioConvert.Program.ConvertMovie(String movie, String language)
   at DESIKE.SAGEAudioConvert.Program.Main(String[] args)
__________________
Server: WHS with 11TB of storage
Clients:1) HD-200 to a Samsung 32" Slimfit CRT HDTV 2) HD-200 to a Pioneer 26" X1 LCD
Tuners: 1) HD-Homerun 2) Avermedia USB ATSC
Twitter: ohpleaseno
Reply With Quote
  #96  
Old 10-12-2010, 06:45 PM
mikep mikep is offline
Sage User
 
Join Date: Nov 2009
Location: Canada, QC
Posts: 65
Quote:
Originally Posted by ohpleaseno View Post
Still getting this.

It's reporting as v.0.1.15 still.

Code:
Tue Oct 12 20:32:02 EDT 2010: Starting task with priority 1/1/10
Executing command line: C:/progs/sac/SAGEAudioConvert.exe -recursive -markdone -priority=low "\\WHS\Videos\Movies\A Charlie Brown Thanksgiving\A Charlie Brown Thanksgiving (1973).mkv"
SAGEAudioConvert 0.1.15
 
 using madshi eac3to http://forum.doom9.org/showthread.php?t=125966
       mediainfo dll http://mediainfo.sourceforge.net
       mkvtooolnix   http://www.bunkus.org/videotools/mkvtoolnix/index.html
 Thread priority set to: Idle
 Language Filter: All
  Analyzing A Charlie Brown Thanksgiving (1973).mkv.
   Audio track: [und] DTS 5.1.
   No corresponding AC-3 track found.
     Creating AC-3 track.

Unhandled Exception: System.IO.IOException: The handle is invalid.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.Console.GetBufferInfo(Boolean throwOnNoConsole, Boolean& succeeded)
   at System.Console.get_CursorTop()
   at DESIKE.SAGEAudioConvert.Program.MakeAC3AudioTrack(String movie, AudioTrack dtsTrack, String& newFilename)
   at DESIKE.SAGEAudioConvert.Program.ConvertMovie(String movie, String language)
   at DESIKE.SAGEAudioConvert.Program.Main(String[] args)

You still have version 0.1.15. Look at the 3rd row. You should have 0.1.16.
Have you replace the .exe? The modifiy date should be today around 7:32pm.

Mike
__________________
Server: Sage 7 on WinXP with 1TB of storage
NAS: Unraid with 6TB of storage
Clients: 4 HD-200 and 3 Sage Clients PC
Capture: 2 HD-PVRs + SA4250HDs
Reply With Quote
  #97  
Old 10-12-2010, 06:49 PM
ohpleaseno ohpleaseno is offline
Sage Aficionado
 
Join Date: Apr 2009
Location: South Florida
Posts: 464
Yeah, it's updated and says 7:32. That's why I said it was still reporting 0.1.15
__________________
Server: WHS with 11TB of storage
Clients:1) HD-200 to a Samsung 32" Slimfit CRT HDTV 2) HD-200 to a Pioneer 26" X1 LCD
Tuners: 1) HD-Homerun 2) Avermedia USB ATSC
Twitter: ohpleaseno
Reply With Quote
  #98  
Old 10-12-2010, 06:52 PM
mikep mikep is offline
Sage User
 
Join Date: Nov 2009
Location: Canada, QC
Posts: 65
Quote:
Originally Posted by ohpleaseno View Post
Yeah, it's updated and says 7:32. That's why I said it was still reporting 0.1.15
What it is reporting from the command line? Just launch SageAudioConvert.exe without parameters.
__________________
Server: Sage 7 on WinXP with 1TB of storage
NAS: Unraid with 6TB of storage
Clients: 4 HD-200 and 3 Sage Clients PC
Capture: 2 HD-PVRs + SA4250HDs
Reply With Quote
  #99  
Old 10-12-2010, 07:14 PM
ohpleaseno ohpleaseno is offline
Sage Aficionado
 
Join Date: Apr 2009
Location: South Florida
Posts: 464
0.1.16, but I'm realizing that SJQ is acting up like a mofo, so let me sort this out before I get too much farther.
__________________
Server: WHS with 11TB of storage
Clients:1) HD-200 to a Samsung 32" Slimfit CRT HDTV 2) HD-200 to a Pioneer 26" X1 LCD
Tuners: 1) HD-Homerun 2) Avermedia USB ATSC
Twitter: ohpleaseno
Reply With Quote
  #100  
Old 10-13-2010, 03:24 PM
ohpleaseno ohpleaseno is offline
Sage Aficionado
 
Join Date: Apr 2009
Location: South Florida
Posts: 464
I won't get into the type of "operator error" that caused me to not get this right, but after sitting down and actually thinking for a minute, everything works perfectly. Queued up, processed and finished with NO problem.

Thanks!
__________________
Server: WHS with 11TB of storage
Clients:1) HD-200 to a Samsung 32" Slimfit CRT HDTV 2) HD-200 to a Pioneer 26" X1 LCD
Tuners: 1) HD-Homerun 2) Avermedia USB ATSC
Twitter: ohpleaseno
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Utility: SageMCEDisplay Jere_Jones SageTV Customizations 37 04-13-2009 03:53 PM
Srt2Smi utility alon24 SageTV Customizations 4 12-08-2008 02:31 PM
Burn in utility mattdcknsn The SageTV Community 2 07-20-2007 01:38 PM
Which compression utility is the best? davephan General Discussion 7 01-03-2007 06:57 AM


All times are GMT -6. The time now is 04:29 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.