Hello all,
In case you are interested in smart editing of HEVC MP4, Transport Stream files with our SDK, we prepared some preliminary demo.
please test it and send us your feedback/questions.
Here is updated 64 bits SDK to support MP4 with HEVC frame accuracy editing.
http://solveigmm.com/files/SolveigMM_Video_Editing_SDK_x64_3_0_1705_3_Full_Beta.exefor testing please use command line tool SMM_BatchSplit.exe.
Example of command line string:
"C:\Program Files\Solveig Multimedia\SolveigMM Video Editing SDK x64\Bin\release\SMM_BatchSplit.exe" trim.xtl
Sample of trim.xtl to feed to SMM_BatchSplit.exe.
<timelines version="2">
<timeline>
<group output="D:\tests-hevc\output\Sample-HEVC-MC-preset1080p_0001.mp4">
<track video="1" audio="1" text="0" accuracy="frame">
<clip src="D:\tests-hevc\input\Sample-HEVC-MC-preset1080p.mp4" start="84000000" stop="1000000000" timeFormat="100ns_units"/>
<clip src="D:\tests-hevc\input\Sample-HEVC-MC-preset1080p.mp4" start="1050000000" stop="16089000000" timeFormat="100ns_units"/>
</track>
</group>
</timeline>
</timelines>
Regards,
Dmitry