Different location of split files
Steps to reproduce
1) Create two folders with write access, say C:\A and C:\B
2) Put test.mp4 in C:\A
3) Open a command window and switch to C:\B
CD /D C:\B
4) Do a split
C:\yourpath2mp4box\mp4box.exe C:\A\test.mp4 -splitx 10:60
5) Now look for test_10_60.mp4 where is it?
With "GPAC version 0.5.0-rev4065" the split file is in C:\A (where the original file is located).
With "GPAC version 0.5.2-DEV-rev158-g141c356-master" the split file is in C:\B (current location of cmd window).
6) Do a demux (still from C:\B calling)
C:\yourpath2mp4box\mp4box.exe -raw 1 C:\A\test.mp4
Both versions create test_track1.h264 in C:\A
IMHO the old behavior (split file created in original path) should be restored (consistent behavior in all subprograms).
If a different output path is needed one can use -out parameter.