Lyes Touati

Results 9 comments of Lyes Touati

I think it is an interesting functionnality. Because we should always test first if our key is elligible to decrypt or not.

I got the same error when trying to install openABE on a debian docker container. **I fixed by installing git!** Hope this helps you.

Handling any other base would have been better

Handling many bases is better in my opinion

You should try: `gpac avgen:dur=1/25 -o f.ts`

The command line `gpac -h jsf:js=script.js` still doesn't work It seems that [this if statement](https://github.com/gpac/gpac/blob/5df43d8626d8232271f4b9c31efa944185964996/applications/gpac/gpac_help.c#L2196) is causing the issue

There is an inconsistency in the code: the argument [ufadts.mpeg2](https://github.com/gpac/gpac/blob/9c261926c5e70647420db9a1ae1f2f085b64b8f1/src/filters/rewrite_adts.c#L397) is an enum but it's declared as a [Bool](https://github.com/gpac/gpac/blob/9c261926c5e70647420db9a1ae1f2f085b64b8f1/src/filters/rewrite_adts.c#L38) and is also treated as a boolean throughout the code. @jeanlf...

@jeanlf Thanks for the update! Now that the `mpeg2` option fix is merged into master, this PR is ready to go as well. Feel free to merge it when convenient.