Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
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?
|
#2
|
|||
|
|||
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. |
#3
|
|||
|
|||
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. |
#4
|
|||
|
|||
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 . |
Tags: conversion, ts2mp3 |
Thread Tools | |
Display Modes | |
|
|