Skip to content

Commit

Permalink
subtle differences in gpac compared to MP4Box
Browse files Browse the repository at this point in the history
  • Loading branch information
DenizUgur committed Jun 21, 2024
1 parent 54b4e00 commit 4f4a260
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/Howtos/gpac-mp4box.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,14 @@ MP4Box is not designed to deal with live sources and its processing cannot be in

On the other hand, gpac can be interrupted using `ctrl+c` and the current session flushed to save the results of what has been done so far.

## Subtle differences in gpac

There are some subtle differences between MP4Box and gpac that may result in different behavior. Some of these are:

- Default interleaving in MP4Box is 500ms, while it is 1000ms in gpac
- `deps` option is set by default on mp4mx, you must set in on sources in gpac
- Handler name is not set by `-for-test` in gpac, for that you need to set `#HandlerName=...` property on the source


# gpac, not MP4Box

Expand Down

0 comments on commit 4f4a260

Please sign in to comment.