This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[HELP] Changing Video Container takes up way too much disk space?
#2
Yes, it's normal that using Hybrid you run out of space to do what you want.

What Hybrid does when remuxing:
a. extract all raw streams
b. remux them to the target container

So what happen is your extracted raw streams are probably ~149GB and during muxing a ~150GB file is created.
So it would take at least 300 GB of free space to do the remuxing.

If you want don't have the space and your streams are already mp4 compatible use for example ffmpeg with something like:
"path to ffmpeg" -i "Path to your input file" -c copy -map 0:0 -map 0:2 "path to your output"
ffmpeg will not extract the streams and only need some temporal data so only a bit more than 150GB of free space is required during the remuxing.

-> Hybrid isn't the right to do what you want with your space restrictions.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
RE: Changing Video Container takes up way too much disk space? - by Selur - 07.06.2019, 21:19

Forum Jump:


Users browsing this thread: 1 Guest(s)