Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Media file management > Converting audio/video files
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 12-03-2015, 08:56 AM
cksachdev cksachdev is offline
Junior Member
 
Join Date: Nov 2015
Posts: 2
cksachdev is on a distinguished road
Default

How to convert .ts file saved from livestreamer to an audio file(mp3)


How can I convert .ts to .mp3 file? Are there any parameters required to have a high quality .mp3 output from .ts?
Reply With Quote
  #2  
Old 04-08-2016, 03:55 AM
KsU KsU is offline
Junior Member
 
Join Date: Apr 2016
Posts: 4
KsU is on a distinguished road
Default

Re: How to convert .ts file saved from livestreamer to an audio file(mp3)


I know this TS to MP3 converter. it's totally free and most of the quality will be reserved after conversion.

And the automatic choice is proper I don't change parameters by hand.
Reply With Quote
  #3  
Old 09-20-2016, 06:21 AM
ihryjfbd ihryjfbd is offline
Senior Member
 
Join Date: Oct 2015
Posts: 212
ihryjfbd is on a distinguished road
Default

Re: How to convert .ts file saved from livestreamer to an audio file(mp3)


ffmpeg -i .ts -c:a copy -bsf:a aac_adtstoasc .mp3

or something like.
Keep in mind though .ts can contain hundreds of audio tracks and videos, it's a format used to multiplex multiple tv streams.
Reply With Quote
  #4  
Old 04-13-2017, 05:51 AM
ami_go ami_go is offline
Junior Member
 
Join Date: May 2014
Posts: 19
ami_go is on a distinguished road
Default

Re: How to convert .ts file saved from livestreamer to an audio file(mp3)


Hi all ,

===
"...\ffmpeg.exe" -i "video.ts" 2> video.ts.txt
===
open 'video.ts.txt' with a text editor . Example : In it you can read :
...
Stream #0:0[0x101]: Data: timed_id3 (ID3 / 0x20334449)
Stream #0:1[0x102]: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p(tv, smpte170m/smpte170m/bt709), 320x240 [SAR 161:160 DAR 161:120], 29.97 fps, 29.97 tbr, 90k tbn, 180k tbc
Stream #0:2[0x103]: Audio: aac (LC) ([15][0][0][0] / 0x000F), 32000 Hz, mono, fltp, 36 kb/s
...
===
"...\ffmpeg.exe" -i "video.ts" -map 0:2 -vcodec libmp3lame -f mp3 Audio_Only.mp3
===

Cheers .
Reply With Quote
Reply Post New Thread
Tags: ,



Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 01:46 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons