|
General Discussion General discussion about SageTV and related companies, products, and technologies. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Create an mp3 from .ts file
Can someone tell me how to pull the audio track from an h.264 Sage .ts recording and convert it to an MP3?
__________________
Central Sage Server Win 10 64 Bit, Two HD200, Three HD300, & One PC Client 21 TB storage. SageTv 64 Bit |
#2
|
||||
|
||||
you'll need a demuxing tool to pull out the audio track, and then something to convert it to MP3. EAC3TO will demux for you, and it also converts to some formats (FLAC, WAV), but not to MP3 directly.
__________________
SageTV V7 (WHS), Diamond UI Server: WHS with Xeon X3350, 4GB ECC, ASUS P5BV-C/4L, recording into a 6.6TB Drive pool Tuners: 4 (2x HDHR) Clients: 2x HD300, 1x HD200 Extenders, 1x Placeshifter 2x Roku XD |
#3
|
|||
|
|||
Quote:
2) regsvr32 the two filters 3) build a graph (see screen shot); the last filter is dump http://forums.sagetv.com/forums/atta...1&d=1239733670 4) play Last edited by Opus4; 04-14-2009 at 12:56 PM. Reason: image is too wide to be posted inline; changed to link |
#4
|
||||
|
||||
You could do it with SageTVTranscoder:
Code:
<SageTVPath>\SageTVTranscoder.exe -i <filename>.ts -vn -acodec mp3 -ab 128k output.mp3 -doh, or maybe not, looks like the Sage version of ffmpeg doesn't have mp3 encoding enabled. So lets try this again, but with mencoder: Code:
<pathtomencoder>\mencoder -oac mp3lame -lameopts preset=standard -ovc frameno -of rawaudio -o output.mp3 input.ts Last edited by stanger89; 04-14-2009 at 02:40 PM. |
#5
|
|||
|
|||
is the syntax for the transcoder documented anywhere?
|
#6
|
||||
|
||||
You can do -h, or it's just ffmpeg, so the ffmpeg docs/info apply.
|
#7
|
|||
|
|||
Quote:
The Transcoder option does not work, and I think you are saying that above. I would like to try the mencoder option but I don't think I understand it. Where do you put the file name <filename.ts>? Have you tried this option, and does it work?
__________________
Central Sage Server Win 10 64 Bit, Two HD200, Three HD300, & One PC Client 21 TB storage. SageTv 64 Bit |
#8
|
||||
|
||||
I don't know about ts files, but I extract mp3's from mpegs using
sagetvplayer -dumpaudio filename.mpg -dumpfile newfile.mp3 it might be worth a try |
#9
|
||||
|
||||
Quote:
Sorry, I called it "input.ts", how's that for consistency. And yes it works. |
#10
|
|||
|
|||
Quote:
Thanks anyway!
__________________
Central Sage Server Win 10 64 Bit, Two HD200, Three HD300, & One PC Client 21 TB storage. SageTv 64 Bit |
#11
|
|||
|
|||
Quote:
Silly me, I thought mencoder was probably another program within sage. I see now that it is a seperate program that is a free download. I will have to download it and learn to use it. Before I go thru all that, will this option give me a high quality .mp3?
__________________
Central Sage Server Win 10 64 Bit, Two HD200, Three HD300, & One PC Client 21 TB storage. SageTv 64 Bit |
#12
|
||||
|
||||
Well it uses lame with whatever parameters you want, so as far as the mp3 encoding goes, it shouldn't get much better. You could change preset to insane if you don't care about size
|
#13
|
|||
|
|||
I am not having any luck here. I downloaded the windows version of mplayer version 0.6.7 but mencoder was not included with it. From what I read mencoder is a companion program for mplayer, but I don't see any place to download just it. Also I tried to play the Sage .ts file thru Mplayer and it crashed my computer. Not sure why?
__________________
Central Sage Server Win 10 64 Bit, Two HD200, Three HD300, & One PC Client 21 TB storage. SageTv 64 Bit |
#14
|
||||
|
||||
#15
|
|||
|
|||
eac3to worked very well to get me a flac file
Now 2 related questions... how do I manage a split recording in sage into a single flac file? What's the best way to break the flac into individual tracks? |
#16
|
|||
|
|||
I want to thank all those who offered suggestions here, but in the end none of these worked out for me. I was really looking for a windows based software that I could just drag and drop an HDPVR file (.ts) into and create an mp3. After a lot of searching I found that there are a lot of programs out there that will meet my requirements for most video formats but not for the .ts files that sage creates from the hdpvr. I have found one that will however, and it is Quick Media Converter version 3.6.5. I was able to use this to create the mp3 files I needed. The file was very large however so I used another program, Slice Audio File Splitter version 2.0, to split the mp3 file into smaller segments. I thought this might help someone else looking to do the same thing I was. These are free programs, and you should proceed with caution when loading and trying. As always use at your own risk. One of the programs I wanted to test (not one of these) tried to load a trojan virus on my computer. Fortunately my antivirus software stopped it.
__________________
Central Sage Server Win 10 64 Bit, Two HD200, Three HD300, & One PC Client 21 TB storage. SageTv 64 Bit |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UTF-16 File Names throwing playback exception on mp3 | PAF | SageTV Beta Test Software | 3 | 08-14-2008 02:43 PM |
Create .edl file with Comskip? | chadman | SageTV Customizations | 9 | 02-05-2008 10:52 AM |
How to create a posting | richardhood36 | General Discussion | 1 | 03-16-2007 12:39 PM |
Any tricks to create my own filenames? | whardy7 | SageTV Software | 0 | 09-07-2004 01:14 PM |
How to create extensions ? | nelis | SageTV Customizations | 3 | 08-03-2004 10:03 AM |