But how much do you guys write?
I don't know if there have been developments and I don't know if my tool to create a raw BL+EL+RPU file can still be useful or not but, as promised, you can find the tool
HERE.
For those who do not want to use the command line, after unpacking the archive, click on the "start_bl_el_rpu_builder.bat" file and follow the instructions on the screen.
A "BL_EL_RPU.hevc" file will be created in the same folder of this program (so pay attention to how much free space you have left on the disk)
For those who want to use the command line (on Windows, MacOS and Linux), you can use your version of Python (with python >= 3) but you must first install "bitstring"
Windows users can also use the interpreter present in the "python-3.7.6.amd64" folder.
To see the available options, run the source code (in the "src" folder) with the "-h" switch.
Code: Select all
python src/bl_el_rpu_builder.py -h
or(Windows users)
python-3.7.6.amd64\python.exe src\bl_el_rpu_builder.py -h
Hoping that everything works correctly (forgive any errors), I recommend you to mux the file obtained using mp4muxer (as far as I know it is the only program able to process the information present in the NAL relating to the Enhancement Layer).
Try both with profile 4 and with profile 7.
Happy testing everyone!
CHANGELOG
Code: Select all
Version 0.0.3
-- Fixed HDR10+ bug
-- Fixed "Malformed NALu EOS" bug
-- Fixed "Folders and files with spaces in the name" bug
-- Fixed "EL_ANALYSIS hanging at 0.0%" bug
-- Changed the values of the switch "-lbf" for a better management of the RAM.
Default value: 500. Incremental steps of 100
-- Improved logic and readability of the code
Version 0.0.2
-- Improved logic and readability of the code
-- The "-tbw" switch (time before the writer) has been removed and replaced by an internal mechanism.
-- The "-mode" switch has been added. Allows you to choose the output mode:
BL + EL + RPU (Single Track Double Layer == default) or BL + RPU (Single Track Single Layer).
For more information, run the program with the "-h" switch
Version 0.0.1
-- initial release
v0.0.4 ALFA
Download:
HERE
Instructions and considerations:
HERE
CHANGELOG
Code: Select all
initial release
-- Management of raw HEVC streams from REMUXed files
-- DEMUX capability (BL_EL_RPU.hevc ---> BL.hevc + EL_RPU.hevc)