abakum

Results 22 comments of abakum

https://github.com/ahupp/python-magic/pull/189

For the new version, it would be nice to implement useful functionality at a low price. Already now the muxer can make multi title disks using --mplsOffset=1 --m2tsOffset=10 --mplsOffset=2 --m2tsOffset=20...

``` 2D object_type playback_type mobj_id_ref bdjo_file_name FirstPlayback 1 0 0 x TopMenu 1 1 4 x TitleLast 1 0 3 x Title 1 0 2 x 3D object_type playback_type mobj_id_ref...

For 3-titles BD without Java popup look at b.bat from https://yadi.sk/d/GuJfK3SUpmWUPQ

For 2-titles BD3D without Java popup look at c.bat from https://yadi.sk/d/GuJfK3SUpmWUPQ c.bat depends from a.bat

``` tsmuxer.py BD --blu-ray 42.ts+43.ts ``` glues 42.ts and 43.ts into the blu-ray directory `BD` ``` tsmuxer.py MT --blu-ray 42.ts+ --mplsOffset=1 --m2tsOffset=10 tsmuxer.py MT --blu-ray 43.ts+ --mplsOffset=2 --m2tsOffset=20 tsmuxer.py MT...

> So, despite imperfections in FFmpeg's implementation, they seem to have gotten something right with regards to "compatibility" Maybe, as ffmpeg does, write the menu to TS and M2TS (as...

I came across this on files from AVCHD camcorder. In order not to upload these pivate videos, I reproduced their structure via ffmpeg. I think for any file you can...

It seemed like a good idea to create test files rather than download them. ![image](https://user-images.githubusercontent.com/18271863/77104191-ad7d5980-6a2c-11ea-961e-a653e38a5805.png)

I download http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_30fps_normal.mp4 from http://distribution.bbb3d.renderfarming.net/video/mp4/ to https://yadi.sk/d/td0NxxaLQQcy5Q and add to a.bat and a.sh command: ```tsmuxer bbb_duration_6_instead_of_10.meta bbb_duration_6_instead_of_10.ts``` where bbb_duration_6_instead_of_10.meta: ``` MUXOPT --no-pcr-on-video-pid --new-audio-pes --vbr --cut-start=5000ms --cut-end=15000ms --vbv-len=500 V_MPEG4/ISO/AVC, "bbb_sunflower_1080p_30fps_normal.mp4", contSPS,...