[Cin] old libavconv with David's patches for IGS (BD menu)

Andrew Randrianasulu randrianasulu at gmail.com
Thu Dec 16 00:44:43 CET 2021


I was building this revision

https://github.com/libav/libav/tree/d6251368772a170987387bdc508433c8fcf54cda

on arm/termux it required --disable-asm but othervise worked.

I applied 4 patches I fished out of mailbox archive with plain cat | patch
- p1

patches attached.

procedure seems to be documented in patches themselves:
===

These changes add support for copying overlay streams.

So to extract IGS menu from m2ts file:
$ avconv -i source.m2ts -vn -an -sn output.mnu

To mux IGS menu with h264 video in ts:
$ avconv -i video.264 -i test.mnu -f mpegts out.ts

Still todo: update mpegts muxer to set correct PID so
output may be compatible to BDAV format.

Signed-off-by: David Girault <david at dhgirault.fr>
====
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20211216/0e8f354a/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002.patch
Type: text/x-diff
Size: 10156 bytes
Desc: not available
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20211216/0e8f354a/attachment-0004.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004.patch
Type: text/x-diff
Size: 4589 bytes
Desc: not available
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20211216/0e8f354a/attachment-0005.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003.patch
Type: text/x-diff
Size: 40207 bytes
Desc: not available
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20211216/0e8f354a/attachment-0006.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001.patch
Type: text/x-diff
Size: 33353 bytes
Desc: not available
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20211216/0e8f354a/attachment-0007.bin>


More information about the Cin mailing list