SageTV Community  

Go Back   SageTV Community > SageTV Products > SageTV Software
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Software Discussion related to the SageTV application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the SageTV software application should be posted here. (Check the descriptions of the other forums; all hardware related questions go in the Hardware Support forum, etc. And, post in the customizations forum instead if any customizations are active.)

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-17-2010, 11:45 AM
phelme's Avatar
phelme phelme is offline
Sage Icon
 
Join Date: Dec 2006
Posts: 1,151
SageTVTranscoder and Convert: can I force "-acodec copy"?

Is there notation for transcoder/formats that can force "-acodec copy"?

if I leave off the [bf\=aud;] notation and try to use "-acodec copy" in MCompressionDetails, Sage throws in "-an" to disable audio decoding altogether.

Any ideas?
__________________
Server: AMD 9600 Phenom on XP, Gigabyte GA-MA78GPM, 2GB RAM, 320+250+500 GB SATA drives, HDHomeRun Prime, HD-PVR x.5.1, Paterson serial
Client/Encoder:AMD 3800+ X2, 512 MB RAM, ATI X1650 XT, nMediaPC case, Hauppauge HD-PVR, Cyberlink/ArcSoft decoders, USB-UIRT
Client/Encoder: AMD 3800+ X2, 512 MB RAM, 6150 graphics, nMediaPC case, ArcSoft decoders
Client: HD300, Asus Pundit P1-AH1, AMD 3800+ X2 CPU, 1 GB RAM, 6150 graphics, ArcSoft decoders
Backup: Synology
SageTV version: FINAL
Reply With Quote
  #2  
Old 06-17-2010, 12:32 PM
JREkiwi's Avatar
JREkiwi JREkiwi is offline
Sage Icon
 
Join Date: Jan 2005
Location: Auckland, New Zealand
Posts: 2,132
I always thought just having [bf\=aud;] did a copy of the audio.

John
Reply With Quote
  #3  
Old 06-17-2010, 12:39 PM
phelme's Avatar
phelme phelme is offline
Sage Icon
 
Join Date: Dec 2006
Posts: 1,151
Quote:
Originally Posted by JREkiwi View Post
I always thought just having [bf\=aud;] did a copy of the audio.

John
yeah, that's what I hoped it would do, but it did an ac3, 2 channel encode instead of "-acodec copy" when I tried it. which I think forces a re-encode of the audio. maybe I did something else wrong. I'll keep fiddling; the drag is having to stop and restart the service each time for editing the properties file.
__________________
Server: AMD 9600 Phenom on XP, Gigabyte GA-MA78GPM, 2GB RAM, 320+250+500 GB SATA drives, HDHomeRun Prime, HD-PVR x.5.1, Paterson serial
Client/Encoder:AMD 3800+ X2, 512 MB RAM, ATI X1650 XT, nMediaPC case, Hauppauge HD-PVR, Cyberlink/ArcSoft decoders, USB-UIRT
Client/Encoder: AMD 3800+ X2, 512 MB RAM, 6150 graphics, nMediaPC case, ArcSoft decoders
Client: HD300, Asus Pundit P1-AH1, AMD 3800+ X2 CPU, 1 GB RAM, 6150 graphics, ArcSoft decoders
Backup: Synology
SageTV version: FINAL

Last edited by phelme; 06-17-2010 at 02:30 PM.
Reply With Quote
  #4  
Old 06-17-2010, 04:51 PM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
You could try this.

[bf\=aud;f\=copy;]
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.
Reply With Quote
  #5  
Old 06-17-2010, 06:01 PM
phelme's Avatar
phelme phelme is offline
Sage Icon
 
Join Date: Dec 2006
Posts: 1,151
Quote:
Originally Posted by nyplayer View Post
You could try this.

[bf\=aud;f\=copy;]
well, maybe that use to work, but with 7.0b10 it gives me this:

"C:\Program Files\SageTV\SageTV\SageTVTranscoder.exe" ... -acodec ac3 -ac 2 -ar 48000 -ab 384000 ...

It always mixes down to 2 channels, even on 5.1 encoded content, which is not what we want. I saw in past messages in the forum that "f\=copy" use to be used throughout the transcoder formats in the prop file, but today they seem to have been all stripped out.

If I run the SageTVTranscoder directly substituting "-acodec copy" it works just fine. So we just need to get Sage to address this. I guess that means I should file a bug.

I went down this path because I've discovered that when down converting via SageTVTranscoder, audio is still sometimes out of sync on some HD-PVR encoded transport streams in 7.0. I was trying to see if any options would address this. After spending some time on the ffmpeg.org site, I've found that the "-dts_delta_threshold 0 " option can work and so far I haven't found any cases where it doesn't. Which is encouraging.
__________________
Server: AMD 9600 Phenom on XP, Gigabyte GA-MA78GPM, 2GB RAM, 320+250+500 GB SATA drives, HDHomeRun Prime, HD-PVR x.5.1, Paterson serial
Client/Encoder:AMD 3800+ X2, 512 MB RAM, ATI X1650 XT, nMediaPC case, Hauppauge HD-PVR, Cyberlink/ArcSoft decoders, USB-UIRT
Client/Encoder: AMD 3800+ X2, 512 MB RAM, 6150 graphics, nMediaPC case, ArcSoft decoders
Client: HD300, Asus Pundit P1-AH1, AMD 3800+ X2 CPU, 1 GB RAM, 6150 graphics, ArcSoft decoders
Backup: Synology
SageTV version: FINAL
Reply With Quote
  #6  
Old 06-19-2010, 01:33 PM
phelme's Avatar
phelme phelme is offline
Sage Icon
 
Join Date: Dec 2006
Posts: 1,151
Just an update. Sage confirms that there is no (supported) AC3 audio copy method at this time for the SageTVTranscoder and don't recommend using "-dts_delta_threshold 0" either for audio sync. Both have issues in the ffmpeg core where 100% reliability of conversions is a problem.

I can confirm since my last post I've seen some craziness on at least one HD-PVR ts file converted with "-dts_delta_threshold 0." While using the Cyberlink H.264 decoder at least, the video was all screwy (but the audio was in sync!! ). The file played fine with ArcSoft and MPC-HC however.

Back to using mediashrink and Handbrake full-time I guess.
__________________
Server: AMD 9600 Phenom on XP, Gigabyte GA-MA78GPM, 2GB RAM, 320+250+500 GB SATA drives, HDHomeRun Prime, HD-PVR x.5.1, Paterson serial
Client/Encoder:AMD 3800+ X2, 512 MB RAM, ATI X1650 XT, nMediaPC case, Hauppauge HD-PVR, Cyberlink/ArcSoft decoders, USB-UIRT
Client/Encoder: AMD 3800+ X2, 512 MB RAM, 6150 graphics, nMediaPC case, ArcSoft decoders
Client: HD300, Asus Pundit P1-AH1, AMD 3800+ X2 CPU, 1 GB RAM, 6150 graphics, ArcSoft decoders
Backup: Synology
SageTV version: FINAL
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
"Set defaults" for Series forgets "Keep"/"Auto-delete" setting maxpower SageMC Custom Interface 9 05-14-2008 09:44 PM
I want to "force" hidden channels to be visible reboot_this SageTV EPG Service 4 12-14-2007 11:41 AM
Feature Request: "Copy file" for Sage Conversion utility pawn SageTV Software 5 07-10-2007 05:36 PM
how to copy the entire "mediaplayer OSD" widget from one stv to another reboot_this SageTV Studio 1 01-04-2007 01:07 PM
Can one "force" a re-fetch of EPG data? stevech SageTV Software 3 04-03-2006 09:52 AM


All times are GMT -6. The time now is 10:39 PM.


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