* [gentoo-user] TS (transport stream) files: how to strip anything unwanted?
@ 2011-02-13 2:12 meino.cramer
2011-02-13 11:39 ` Neil Bothwick
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: meino.cramer @ 2011-02-13 2:12 UTC (permalink / raw
To: Gentoo
Hi,
from recording from my dvbt-card I have some ts-files (transport
stream).
To save space AND quality, I want to strip anything from those files,
which is not wanted: anything, which is neither audio nor video. But
I dont want to reencode audio and video for that.
How can I do that?
Thank you very much for any help in advance!
Have a nice weekend!
Best regards,
mcc
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] TS (transport stream) files: how to strip anything unwanted?
2011-02-13 2:12 [gentoo-user] TS (transport stream) files: how to strip anything unwanted? meino.cramer
@ 2011-02-13 11:39 ` Neil Bothwick
2011-02-13 17:16 ` Florian Philipp
2011-02-13 21:04 ` Walter Dnes
2 siblings, 0 replies; 5+ messages in thread
From: Neil Bothwick @ 2011-02-13 11:39 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 552 bytes --]
On Sun, 13 Feb 2011 03:12:29 +0100, meino.cramer@gmx.de wrote:
> from recording from my dvbt-card I have some ts-files (transport
> stream).
>
> To save space AND quality, I want to strip anything from those files,
> which is not wanted: anything, which is neither audio nor video. But
> I dont want to reencode audio and video for that.
If you are using MythTV to record, just do a lossless transcode, or use
mythtranscode with the --mpeg2 option.
Otherwise, ffmpeg -i infile.mpg -acodec copy -vcodec copy outfile.mpg
should do it.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] TS (transport stream) files: how to strip anything unwanted?
2011-02-13 2:12 [gentoo-user] TS (transport stream) files: how to strip anything unwanted? meino.cramer
2011-02-13 11:39 ` Neil Bothwick
@ 2011-02-13 17:16 ` Florian Philipp
2011-02-13 21:04 ` Walter Dnes
2 siblings, 0 replies; 5+ messages in thread
From: Florian Philipp @ 2011-02-13 17:16 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 811 bytes --]
Am 13.02.2011 03:12, schrieb meino.cramer@gmx.de:
> Hi,
>
> from recording from my dvbt-card I have some ts-files (transport
> stream).
>
> To save space AND quality, I want to strip anything from those files,
> which is not wanted: anything, which is neither audio nor video. But
> I dont want to reencode audio and video for that.
>
> How can I do that?
>
> Thank you very much for any help in advance!
> Have a nice weekend!
> Best regards,
> mcc
>
My advice: Mux it into a different container. TS is meant for streaming
over lossy networks and has a pretty high overhead. I don't have a TS
file ready for some testing but even the simpler PS has in my test 4%
more size than the equivalent MKV file. For TS I guess it is more in the
5-6% range.
Regards,
Florian Philipp
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] TS (transport stream) files: how to strip anything unwanted?
2011-02-13 2:12 [gentoo-user] TS (transport stream) files: how to strip anything unwanted? meino.cramer
2011-02-13 11:39 ` Neil Bothwick
2011-02-13 17:16 ` Florian Philipp
@ 2011-02-13 21:04 ` Walter Dnes
2011-02-13 21:20 ` Michael Hampicke
2 siblings, 1 reply; 5+ messages in thread
From: Walter Dnes @ 2011-02-13 21:04 UTC (permalink / raw
To: gentoo-user
On Sun, Feb 13, 2011 at 03:12:29AM +0100, meino.cramer@gmx.de wrote
> from recording from my dvbt-card I have some ts-files (transport
> stream).
>
> To save space AND quality, I want to strip anything from those files,
> which is not wanted: anything, which is neither audio nor video.
What you've just described is reencoding, even if it's from a TS with
multiple subchannels, 4 different audio tracks, and a week of program
info in PSIP to a single-channel TS. The fact that the output container
is similar to the input container is irrelavant. It's still reencoding.
--
Walter Dnes <waltdnes@waltdnes.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] TS (transport stream) files: how to strip anything unwanted?
2011-02-13 21:04 ` Walter Dnes
@ 2011-02-13 21:20 ` Michael Hampicke
0 siblings, 0 replies; 5+ messages in thread
From: Michael Hampicke @ 2011-02-13 21:20 UTC (permalink / raw
To: gentoo-user
>> from recording from my dvbt-card I have some ts-files (transport
>> stream).
>>
>> To save space AND quality, I want to strip anything from those files,
>> which is not wanted: anything, which is neither audio nor video.
>
> What you've just described is reencoding, even if it's from a TS with
> multiple subchannels, 4 different audio tracks, and a week of program
> info in PSIP to a single-channel TS. The fact that the output container
> is similar to the input container is irrelavant. It's still reencoding.
No it's not. What Meino want's to do, is to remux his video file.
Re encoding is when you actually change something, like audio or video
codec.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-02-13 21:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-13 2:12 [gentoo-user] TS (transport stream) files: how to strip anything unwanted? meino.cramer
2011-02-13 11:39 ` Neil Bothwick
2011-02-13 17:16 ` Florian Philipp
2011-02-13 21:04 ` Walter Dnes
2011-02-13 21:20 ` Michael Hampicke
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox