einstein95 / crunchy-xml-decoder

GNU General Public License v2.0
35 stars 14 forks source link

Uncompressed/only FLV/TS files #99

Open supalino opened 7 years ago

supalino commented 7 years ago

Hi everyone! Thanks for your amazing work.

The MKV thing is awesome, but I want the uncompressed file(s, if the audio is a sepearte file). Unfortunately, i can't found how to deactivate the reencoding in the settings or script files. :/

So... Help & thanks in advance. (Sorry for my bad english ^^)

jsonn commented 7 years ago

There is no compression involved. You can extract individual streams from Matroska easily, e.g. with mkvextract.

supalino commented 7 years ago

Oh, okay. I thought there was a compression, by seeing the weight of the file and the quality of my episode: http://screenshotcomparison.com/comparison/190367 http://screenshotcomparison.com/comparison/190366

But it looks already f*cked up originally by CR... Sorry for not having checked before posting and for having doubted you. Thanks for your quick answer :)

jsonn commented 7 years ago

File size can be slightly smaller for MKV compared to the original FLV or MPEG-TS as the muxing is a bit different, but it is still loseless mangling of the compressed stream.

supalino commented 7 years ago

And there's really not possibilites to have only the FLV/MPEG file?

jsonn commented 7 years ago

Well, at least in case of the MPEG TS, you end up with a set of streams anyway, so you would want to merge them anyway. Really, just use mkvextract, it isn't that hard to use.

supalino commented 7 years ago

Okay, thanks for your answers :)