Hi,
I would like to be able to extract all streams from ISO Files at once using mp4box...
Let me take an example : I have a file containing 2 tracks (with trackID=1 & trackID=2 respectively). So, my feature request might be done like this :
MP4Box -raw 1,2 input.mp4
So, using the comma to separate the different tracks ID. What do you think ? Is it feasible ?
Thanks in advance.
This is already supported:
MP4Box -raw 1 -raw 2 file.mp4
I will consider having a -raw * file.mp4, that's a good request.
Great, thanks...
In addition, could you also take into account multiple output files within multiple extraction ?
Using the example above, something like that :
MP4Box -raw 1 -raw 2 input.mp4 -out video.h264 -out audio.mp3
Thanks in advance
Now on SVN:
MP4Box -raw 1:output=filename test.mp4
and
MP4Box -raw * test.mp4