-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncompressed/only FLV/TS files #99
Comments
There is no compression involved. You can extract individual streams from Matroska easily, e.g. with mkvextract. |
Oh, okay. I thought there was a compression, by seeing the weight of the file and the quality of my episode: But it looks already f*cked up originally by CR... Sorry for not having checked before posting and for having doubted you. |
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. |
And there's really not possibilites to have only the FLV/MPEG file? |
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. |
Okay, thanks for your answers :) |
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 ^^)
The text was updated successfully, but these errors were encountered: