issue_owner_repo
listlengths 2
2
| issue_body
stringlengths 0
261k
⌀ | issue_title
stringlengths 1
925
| issue_comments_url
stringlengths 56
81
| issue_comments_count
int64 0
2.5k
| issue_created_at
stringlengths 20
20
| issue_updated_at
stringlengths 20
20
| issue_html_url
stringlengths 37
62
| issue_github_id
int64 387k
2.46B
| issue_number
int64 1
127k
|
---|---|---|---|---|---|---|---|---|---|
[
"gpac",
"gpac"
] |
Hi
This compiles OK...
git checkout 23d343f80fb65ee3de4a84d1eaa6aec48e0e1c06; make distclean; ./configure --static-mp4box --use-zlib=no; make
@mint ~/gpac/bin/gcc $ ./MP4Box -version
MP4Box - GPAC version 0.6.2-DEV-rev1031-g23d343f-HEAD
GPAC Copyright (c) Telecom ParisTech 2000-2012
GPAC Configuration: --static-mp4box --use-zlib=no
Features: GPAC_DISABLE_3D GPAC_DISABLE_SWF_IMPORT
But current HEAD doesn't compile for me...
git checkout 1ec12cfd841475653e16d070bdfcbbdf4e6dbc28; make distclean; ./configure --static-mp4box --use-zlib=no; make
These are the errors...
CC compositor/texturing_gl.c
compositor/texturing_gl.c: In function ‘gf_sc_texture_push_image’:
compositor/texturing_gl.c:1040:36: error: ‘nb_views’ undeclared (first use in this function)
gf_mo_get_nb_views(txh->stream, &nb_views);
^
compositor/texturing_gl.c:1040:36: note: each undeclared identifier is reported only once for each function it appears in
compositor/texturing_gl.c:1041:37: error: ‘nb_layers’ undeclared (first use in this function)
gf_mo_get_nb_layers(txh->stream, &nb_layers);
^
compositor/texturing_gl.c:1043:40: error: ‘nb_frames’ undeclared (first use in this function)
if (txh->raw_memory || nb_views == 1) nb_frames = 1;
^
compositor/texturing_gl.c: In function ‘gf_sc_texture_get_transform’:
compositor/texturing_gl.c:1471:30: error: ‘GF_VisualManager {aka struct _visual_manager}’ has no member named ‘current_view’
if (txh->compositor->visual->current_view%2 != 0 && !txh->compositor->multiview_mode){
^
../config.mak:143: recipe for target 'compositor/texturing_gl.o' failed
make[1]: **\* [compositor/texturing_gl.o] Error 1
make[1]: Leaving directory '/home/user/gpac/src'
Makefile:9: recipe for target 'all' failed
make: **\* [all] Error 2
---
@mint ~ $ cat /etc/issue
## Linux Mint 18 Sarah \n \l
|
Current git HEAD doesn't compile for me.
|
https://api.github.com/repos/gpac/gpac/issues/673/comments
| 2 |
2016-10-26T14:33:02Z
|
2016-10-26T15:24:59Z
|
https://github.com/gpac/gpac/issues/673
| 185,411,262 | 673 |
[
"gpac",
"gpac"
] |
When calling make, first it can't find the headers at all. (I'm on MSYS2 with MinGW-W64-i686 toolkit).
After manually adding headers to GPAC include folder, running `make` gives me this:
```
CC ffmpeg_decode.c
ffmpeg_decode.c: In function 'FFDEC_AttachStream':
ffmpeg_decode.c:446:4: warning: implicit declaration of function 'avcodec_decode_video' [-Wimplicit-function-declaration]
avcodec_decode_video((*ctx), *frame, &gotpic, esd->decoderConfig->decoderSpecificInfo->data, esd->decoderConfig->decoderSpecificInfo->dataLength);
^~~~~~~~~~~~~~~~~~~~
ffmpeg_decode.c: In function 'FFDEC_ProcessData':
ffmpeg_decode.c:749:4: error: 'pkt' undeclared (first use in this function)
pkt.data += ffd->frame_start;
^~~
ffmpeg_decode.c:749:4: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [../../config.mak:144: ffmpeg_decode.o] Error 1
make[2]: Leaving directory '/c/ffmpeg-gpac/gpac2/gpac/modules/ffmpeg_in'
make[1]: *** [Makefile:163: plugs] Error 2
make[1]: Leaving directory '/c/ffmpeg-gpac/gpac2/gpac/modules'
make: *** [Makefile:11: all] Error 2
```
I have to ask: Is GPAC compatible with FFMPEG 3.1.4?
|
Not compiling against FFMPEG 3.1.4
|
https://api.github.com/repos/gpac/gpac/issues/671/comments
| 1 |
2016-10-21T15:33:23Z
|
2019-06-28T17:20:15Z
|
https://github.com/gpac/gpac/issues/671
| 184,515,433 | 671 |
[
"gpac",
"gpac"
] |
Hi,
the current nightly build ignore the "txtflags=...".
I use the command:
mp4box.exe -add "d:\video.hevc#1" -add "d:\audio.m4a#1" -add "d:\sub_forced.srt#1:txtflags=0xC0000000:enable:hdlr=sbtl:tx3g:layer=-1:group=2:delay=0:lang=DEU:name=deutscher Untertitel (erzwungen)" -new "d:\muxed.mp4"
For more information have a lock at:
https://trac.videolan.org/vlc/ticket/16803
or
https://trac.mpc-hc.org/ticket/5815
Thanks
|
Forced Flag
|
https://api.github.com/repos/gpac/gpac/issues/670/comments
| 9 |
2016-10-20T20:43:59Z
|
2016-10-28T06:15:16Z
|
https://github.com/gpac/gpac/issues/670
| 184,335,786 | 670 |
[
"gpac",
"gpac"
] |
As you may now, there are several ways to capture the screen using FFMPEG. One is to use GDIGrab device (like you have described for X11 with x11grab). If you want to know how to use it, visit [official FFMPEG devices page](https://www.ffmpeg.org/ffmpeg-devices.html#gdigrab).
But after using latest nightly binaries of GPAC for Windows, I found out that those binaries don't support GDIGrab! Saying it is an unknown video format!
Please fix it as soon as possible, as it is quite necessary for screen streaming on Windows.
Thanks.
|
DashCast doesn't support GDIGrab Input
|
https://api.github.com/repos/gpac/gpac/issues/669/comments
| 5 |
2016-10-20T02:06:48Z
|
2019-06-28T17:17:42Z
|
https://github.com/gpac/gpac/issues/669
| 184,118,013 | 669 |
[
"gpac",
"gpac"
] |
Hello,
I am trying to create MPEG DASH MPD file supporting SRD based on multi-tile H.265 input (so that the result should be similar to: http://download.tsi.telecom-paristech.fr/gpac/SRD/srd_hevc/multi_rate_p60/hevc_srd.mpd)
The HEVC file was encoded with 8x8 uniformly spaced tiles.
However, I am not successful with generating MPD which contains proper tile information, I have tried the following:
Approach 1:
MP4Box -v -add test_multitile.hevc:FMT=HEVC -fps 30 -new test_multitile.mp4
MP4Box -dash 1000 test_multitile.mp4
^ The result is a MPD file without SRD support
Approach 2:
MP4Box -v -add test_multitile.hevc:FMT=HEVC:split_tiles -fps 30 -new test_multitile.mp4
MP4Box -dash 1000 test_multitile.mp4
^ The result is a MPD file with two adaptation sets with SRD, but with incorrect dimensions (first one is the full resolution: 3840x2160, second one is 448x256)
I am obviously doing something wrong.
Can somebody please help me how to properly mux the multi-tile HEVC stream and create the DASH MPD with MP4Box?
Thank you!
|
Question about HEVC Motion-constrained Tile-based adaptation, generating MPD with MP4Box
|
https://api.github.com/repos/gpac/gpac/issues/668/comments
| 6 |
2016-10-19T10:57:46Z
|
2018-06-29T09:57:13Z
|
https://github.com/gpac/gpac/issues/668
| 183,929,784 | 668 |
[
"gpac",
"gpac"
] |
I'm experimenting with Dashcast.
My objective of creating MPEG Dash live streaming services (input rtmp, output DASH live available on a portal) At the moment I use as input files in loop mode.
I have issues to have the the stream playing not interrupted using both dash.js and bitmovin players setting the segment size under 16 sec.
Here follow the dashcast command I currently use (working config):
DashCast -conf dashcast.conf -v video10.mp4 -a AudioEng.m4a -npts -mpd-refresh 2 -seg-dur 16000 -live-media -low-delay -out /home/fgiuffrida/SOURCES/ECODEMO/dashcasttest/output -mpd stream.mpd -time-shift 120 -min-buffer 1.0
the dashcast.conf is:
[v1]
type=video
framerate=25
width=720
height=576
bitrate=2482000
codec=libx264
[a1]
type=audio
bitrate=128000
codec=aac
channels=2
samplerate=44000
My input for now are a video file 25 fps and the related audio aac 128k/44100
Audio video quality is good, video keep in sync and ho noises as it is 44100
I tried with chrome and firefox, chrome look more reliable.
Thanks
Francesco.
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [x ] I looked for a similar issue and couldn't find any.
- [x ] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [ ] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
|
Dashcast Live not reliable setting the segment under 16 sec
|
https://api.github.com/repos/gpac/gpac/issues/667/comments
| 2 |
2016-10-18T12:56:37Z
|
2016-10-31T16:27:36Z
|
https://github.com/gpac/gpac/issues/667
| 183,678,616 | 667 |
[
"gpac",
"gpac"
] |
Hi,
I was interested to know if it is possible to create dynamic tiles (like changing position or size) for mpeg DASH to stream. I know the corresponding command to create normal tiles in MP4Box and by the looks of it, such an action is not possible (yet, maybe for future?). yet I was wondering if it is even possible to create and stream dynamic tiles in DASH. I couldn't find anything in mpeg DASH's specification regarding the possibility of such a thing in DASH's concept.
Regards
|
Dynamic tiles in DASH
|
https://api.github.com/repos/gpac/gpac/issues/666/comments
| 1 |
2016-10-17T07:35:14Z
|
2019-06-28T17:17:05Z
|
https://github.com/gpac/gpac/issues/666
| 183,345,026 | 666 |
[
"gpac",
"gpac"
] |
Hello,
I'm not sure if it's an issue, but I have a question about the way CENS Pattern Encryption is implemented in the latest GPAC:
The question relates to handling of partial encrypted blocks overlapping the end of a NAL SubSample (e.g. the BytesOfProtectedData of the subsample). I have noticed that GPAC pads the incomplete block and still applies the AES-128-CTR encryption on the padded block. The padding of the encrypted block is then removed, and the partial encrypted block stored at the end of the subsample pattern.
I was wondering if this is correct according standard (Common Encryption, ISO/IEC 23001-7, 3rd edition, June 2015). In fact, according standard (section 10.3), "The BytesOfProtectedData size SHALL be a multiple of 16 bytes to avoid partial cipher blocks in Subsamples". So, that case should in fact not happen and GPAC should not have generated a SENC box with non-block aligned clear/protected sections in a subsample.
Still in case it happens, section 9.6.1 says: "If the last Block pattern in a Subsample is incomplete, the partial pattern SHALL be followed until truncated by the BytesOfProtectedData size, and any partial crypt_byte_block SHALL remain unencrypted."
Do you care to comment on that point?
Thanks in advance and best regards,
Thierry Bertschi
Nagravision S.A.
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [ x] I looked for a similar issue and couldn't find any.
- [ x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [x ] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
|
Handling of partial encrypted blocks in CENS Pattern Encryption scheme
|
https://api.github.com/repos/gpac/gpac/issues/662/comments
| 1 |
2016-10-14T09:04:10Z
|
2019-06-28T17:16:02Z
|
https://github.com/gpac/gpac/issues/662
| 182,998,735 | 662 |
[
"gpac",
"gpac"
] |
Is it possible to do real time live dash streaming with CENC encryption (Playready DRM/Widevine DRM) by taking UDP stream as input to generate dash files ?
|
Live Encryption
|
https://api.github.com/repos/gpac/gpac/issues/661/comments
| 8 |
2016-10-14T09:01:46Z
|
2020-03-02T15:26:59Z
|
https://github.com/gpac/gpac/issues/661
| 182,998,273 | 661 |
[
"gpac",
"gpac"
] |
Hi,
I was interested to know the corresponding command to create a tiled video. I have already created a normal DASH sequence with various qualities using MP4Box (which generates the *.mpd file), yet I don't know how to tell MP4Box that i want to create a tiled video that contains a different sequence in each tile. I've seen the demos like "tears of steel", yet i couldn't find any tutorial on how to create a tiled video and what command or commands to use to tell MP4Box that the videos that are provided to it need to be put together as tiles (or which sequence needs to be played in which tile).
Thanks in advance
|
creating a tiled DASH video using MP4Box
|
https://api.github.com/repos/gpac/gpac/issues/660/comments
| 1 |
2016-10-13T20:21:13Z
|
2016-10-14T07:06:51Z
|
https://github.com/gpac/gpac/issues/660
| 182,890,654 | 660 |
[
"gpac",
"gpac"
] |
Need help in debugging why dashing with mp4box is introducing an AV sync issue.
Repro steps:
MP4Box -dash 2000 -profile dashavc264:onDemand -bs-switching no -rap -frag-rap -out manifest_audio.mpd musk_sd.mp4#audio
MP4Box -dash 2000 -profile dashavc264:onDemand -bs-switching no -rap -frag-rap -out manifest_video.mpd musk_sd.mp4#video
Then I combined the MPDs as in attached manifest_combined.mpd and tried to playback with mp4client. AV sync issue repros.
All test files here https://www.dropbox.com/sh/once5qx1ard7hvq/AAAyqBt9Zk2tDOhPUc4ZiflJa?dl=0
MP4Box and MP4client versions 0.6.2-DEV-rev1001-g6755ece-master
- [x] I looked for a similar issue and couldn't find any.
- [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
|
AV sync issue after dashing with MP4Box
|
https://api.github.com/repos/gpac/gpac/issues/659/comments
| 5 |
2016-10-12T21:37:40Z
|
2016-12-02T18:26:10Z
|
https://github.com/gpac/gpac/issues/659
| 182,640,738 | 659 |
[
"gpac",
"gpac"
] |
Remove map and hash code that seem to be unused
|
https://api.github.com/repos/gpac/gpac/issues/657/comments
| 1 |
2016-10-10T12:07:14Z
|
2019-06-28T16:47:21Z
|
https://github.com/gpac/gpac/issues/657
| 181,998,817 | 657 |
|
[
"gpac",
"gpac"
] |
Currently each timed element is put into its own sample, with the whole XML boilerplate around it. That's repetitive, wasteful and usually not required.
It would be good to at least have an parameter to override this, and e.g. write the whole TTML stream into a single sample, or all timed elements for a single MP4 fragment into a single sample inside that fragment, or e.g. make samples of 1 minute duration.
|
TTML muxing should be able to merge timed elements
|
https://api.github.com/repos/gpac/gpac/issues/654/comments
| 9 |
2016-10-04T10:36:10Z
|
2019-07-01T08:42:57Z
|
https://github.com/gpac/gpac/issues/654
| 180,858,526 | 654 |
[
"gpac",
"gpac"
] |
When using
```
MP4Box -add tests/media/ttml/ebu-ttd_sample.ttml -new test.mp4
```
This results in an invalid stream. `<p>` right below `<body>` is not allowed by the spec, and the `<p>` must be wrapped in a `<div>` instead.
|
Writes invalid EBU-TT-D samples
|
https://api.github.com/repos/gpac/gpac/issues/653/comments
| 1 |
2016-10-04T10:18:53Z
|
2019-06-28T17:21:41Z
|
https://github.com/gpac/gpac/issues/653
| 180,855,350 | 653 |
[
"gpac",
"gpac"
] |
Hello,
Am implementing an adaptive streaming adaptation algorithm using gpac and have been looking at the dash_do_rate_adaptation function. Please am trying to figure out how and when the MP4Client decides to get the next chunk while playing the current chunk. Does this happen immediately after downloading the current segment, does it wait after a period of time or just based on the current buffer occupancy? Any help will be appreciated to know where(function) and when this decision takes place.
Thank you.
|
chunk download decision
|
https://api.github.com/repos/gpac/gpac/issues/652/comments
| 1 |
2016-10-01T14:37:52Z
|
2017-01-23T15:27:44Z
|
https://github.com/gpac/gpac/issues/652
| 180,459,759 | 652 |
[
"gpac",
"gpac"
] |
We are now using android studio, I should update the compilation instructions ASAP.
|
Update Android's README for compilation instructions
|
https://api.github.com/repos/gpac/gpac/issues/651/comments
| 3 |
2016-10-01T12:01:17Z
|
2019-06-28T16:47:06Z
|
https://github.com/gpac/gpac/issues/651
| 180,453,147 | 651 |
[
"gpac",
"gpac"
] |
Hi, sorry if my question might sound naive, am new to gpac and will like know where the MP4client stores its log files ( from GF_LOG), and also i have tried using printf to write some of the variables/parameters to a file but its writing an empty file, just wondering if there is something i need to alter to allow writing to a file with printf. Any help will be appreciated.
|
Help with gpac log files
|
https://api.github.com/repos/gpac/gpac/issues/650/comments
| 2 |
2016-10-01T00:37:36Z
|
2016-10-01T15:05:23Z
|
https://github.com/gpac/gpac/issues/650
| 180,427,913 | 650 |
[
"gpac",
"gpac"
] |
Hi,
I am trying to dash a video only mp4 with the following command:
MP4Box -dash 2000 -profile dashavc264:onDemand -bs-switching no -rap -frag-rap -out manifest.mpd video.mp4
Before running mp4box, the pts and dts of the frames start at 0. After running mp4box, the pts and dts of all frames are moved by 67ms.
I am seeing the exact 67 ms added to several different video streams that I run the above command on. Attached is the ffprobe show_frames output of the video before and after running mp4box.
[before.txt.zip](https://github.com/gpac/gpac/files/501742/before.txt.zip)
[after.txt.zip](https://github.com/gpac/gpac/files/501743/after.txt.zip)
Before running mp4box, I demux the audio and video streams using ffmpeg and use MP4Box to dash the streams separately. MP4Box does not change the pts and dts of audio stream but sometimes, MP4Box adds the 67ms offset to the video stream. When it does, there is an AV sync issue when I put the audio and video MPDs together.
Please help me understand where the 67ms offset comes from.
|
MP4box moves the video stream by 67ms causing AV sync issues
|
https://api.github.com/repos/gpac/gpac/issues/648/comments
| 9 |
2016-09-29T21:41:05Z
|
2016-10-12T21:32:52Z
|
https://github.com/gpac/gpac/issues/648
| 180,170,398 | 648 |
[
"gpac",
"gpac"
] |
360video sensor-based navigation does not work on recent android build(s)
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- I looked for a similar issue and couldn't find any.
- I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
|
Sensor-based navigation on android
|
https://api.github.com/repos/gpac/gpac/issues/646/comments
| 2 |
2016-09-28T12:58:11Z
|
2016-11-10T12:55:22Z
|
https://github.com/gpac/gpac/issues/646
| 179,765,314 | 646 |
[
"gpac",
"gpac"
] |
Hi,
I was trying to use Osmo4 (last nightly build) on a Samsung Galaxy S2 (Android 4.1.2).
It seems there is a rendering error probably related to OpenGL.
Please find attached two screenshots below:


Is seems that the scene is not correctly centered and it's shifted to the right and up.
Thanks!
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [x] I looked for a similar issue and couldn't find any.
- [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
|
Osmo4 bad rendering of the scene
|
https://api.github.com/repos/gpac/gpac/issues/645/comments
| 1 |
2016-09-27T17:07:38Z
|
2020-07-31T12:18:01Z
|
https://github.com/gpac/gpac/issues/645
| 179,554,425 | 645 |
[
"gpac",
"gpac"
] |
The ISOBMFF module supports parsing either:
- from an ISOBMFF file that contains all bytes from its beginning (including ftyp, moov ...), possibly growing;
- or from multiple ISOBMFF segments being fed to it as files or memory buffers. The data has to be box-aligned, and even movie fragment aligned. It does not do the box/fragment-alignment nor the garbage collecting of the data. This is done implicitely by the MPD/HLS module.
These two modes do not allow for playback of a plain HTTP long-running download (i.e. not using the cache, and not using the DASH module) of a fragmented mp4 such as http://patchy.ddvtech.com:8080/live.mp4.
The module should create its own memory buffer when receiving non-cached data, split the data at fragments boundary, parse and discard fragments as they are discovered, whether the transfer is chunked or not.
|
Playback support for HTTP no-cached fragmented MP4
|
https://api.github.com/repos/gpac/gpac/issues/644/comments
| 2 |
2016-09-27T13:44:46Z
|
2020-07-31T12:19:45Z
|
https://github.com/gpac/gpac/issues/644
| 179,497,070 | 644 |
[
"gpac",
"gpac"
] |
- [X] I looked for a similar issue and couldn't find any.
- [X] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [X] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
I'm using gpac version b60f90a92c38b3aaf10b41533e25a14f1c6c3f3a. I have uploaded an example file demonstrating the issue with the description "GPAC issue custom sample descriptor example file".
Reproducing the issue:
```
MP4Box -v -diso gpac-custom-sample-desciptor.mp4
```
This will result in the following output (among the rest):
```
...
[iso file] Read Box type uri size 44 start 8
[iso file] Read Box type uriI size 28 start 52
[iso file] Warning Read Box type .... (0x00000000) size 0 - patching to size=8 ...
[iso file] Read Box type .... size 8 start 80
[iso file] Box "...." has 8 extra bytes
[iso file] Read Box type trak size 888 start 1896
...
```
It also results in the following output in the produced XML:
```
<SampleDescriptionBox DataReferenceIndex="1" ExtensionDataSize="0">
<BoxInfo Size="0" Type="urim"/>
<UnknownBox>
<BoxInfo Size="44" Type="uri "/>
</UnknownBox>
<UnknownBox>
<BoxInfo Size="28" Type="uriI"/>
</UnknownBox>
<UnknownBox>
<BoxInfo Size="8" Type="...."/>
</UnknownBox>
</SampleDescriptionBox>
```
The reason why it finds 8 extra bytes is this piece of code (src/isomedia/box_code_base.c starting from line 6613) starts here:
```
GF_GenericSampleEntryBox *genm;
/*remove entry*/
gf_list_rem(trak->Media->information->sampleTable->SampleDescription->other_boxes, i-1);
genm = (GF_GenericSampleEntryBox *) gf_isom_box_new(GF_ISOM_BOX_TYPE_GNRM);
genm->size = a->size-8; <---
bs = gf_bs_new(a->data, a->dataSize, GF_BITSTREAM_READ);
gf_bs_read_data(bs, genm->reserved, 6);
genm->dataReferenceIndex = gf_bs_read_u16(bs);
```
Here the parent box size is set to the box size minus the box header (size+type). Then the code reads 6 reserved bytes plus 2 bytes for the data reference index. So now the box has 8 fewer bytes to process for the remaining boxes. Next the remaining bytes are processed:
```
if (gf_bs_available(bs)) {
u64 pos = gf_bs_get_position(bs);
//try to parse as boxes
GF_Err e = gf_isom_read_box_list((GF_Box *) genm, bs, mp4s_AddBox);
```
The function gf_isom_read_box_list_ex then loops until the parent box size is consumed:
```
while (parent->size) {
e = gf_isom_parse_box_ex(&a, bs, parent_type, GF_FALSE);
...
if (parent->size < a->size) {
...
} else {
parent->size -= a->size;
}
...
}
return GF_OK;
```
However, once it has processed all the boxes, there are still 8 bytes left (that were already parsed for the reserved bytes and data reference index). This results in it finding an empty box with no size (the buffer seems to contain zeroes instead of the actual content in the file).
It seems to me the appropriate solution would be to arrange the genm box to have a size 8 fewer than it currently is before entering the gf_isom_read_box_list function.
The reason why ie. GF_ISOM_MEDIA_AUDIO processing doesn't have the same issue is that the gf_isom_audio_sample_entry_read function it calls reduces the parent box size when it reads it. But the same parent box size reduction doesn't happen in the default switch.
Thanks and keep up the good work!
|
Custom sample type parser expects too much data
|
https://api.github.com/repos/gpac/gpac/issues/642/comments
| 1 |
2016-09-23T10:02:41Z
|
2016-09-29T16:09:58Z
|
https://github.com/gpac/gpac/issues/642
| 178,835,904 | 642 |
[
"gpac",
"gpac"
] |
Hi, i am using mp4box + darwin streaming server as rtsp server, they runs ok before. But a day ago, mp4box hint a large mp4 file report a error:
```
Hinting file with Path-MTU 1450 Bytes
[ODF] Error reading descriptor (tag 6 size 16): Invalid MPEG-4 Descriptor
Hinting track ID 1 - Type "mp4v:mp4v" (MP4V-ES) - BW 4350 kbps
[ODF] Error reading descriptor (tag 6 size 16): Invalid MPEG-4 Descriptor
Hinting track ID 2 - Type "mp4a:mp4a" (mpeg4-generic) - BW 341 kbps
Saving f1.mp4: 0.500 secs Interleaving
```
the command is : mp4box.exe -hint f1.mp4
the size of f1.mp4 is 2.86G
i tried some other files, and found if the file is bigger than 2G , mp4box would printf error like above.
the version of mp4box is latest, and the exe is built through gpac_mp4box_mini project
am i some thing missing or the command is wrong?
|
mp4box hint large file error
|
https://api.github.com/repos/gpac/gpac/issues/640/comments
| 4 |
2016-09-22T02:16:16Z
|
2016-09-29T16:05:36Z
|
https://github.com/gpac/gpac/issues/640
| 178,504,394 | 640 |
[
"gpac",
"gpac"
] |
Hi, many 3D camcorders like the JVC GS-TD1 store MVC video in MP4 files. Some sample files are [ez0027.mp4](http://av.watch.impress.co.jp/video/avw/docs/424/208/ez0027.mp4) and [ez0028.mp4](http://av.watch.impress.co.jp/video/avw/docs/424/208/ez0028.mp4) in this [web page](http://av.watch.impress.co.jp/docs/series/zooma/424208.html). These files have both views stored in the same track. There are MVC-specific `mvci`, `mvcg`, `vwid` and `mvcC` boxes in the track. I can confirm that Cyberlink PowerDVD automatically plays these files in 3D when I open them.
When I tried muxing a raw MVC stream with MP4Box, it created a MP4 file with a `svcC` box, and it cannot be played in 3D. It also displayed the following error.
`[avc-h264] MVC not supported - skipping parsing end of Subset SPS`
Since SVC muxing support is already implemented in MP4Box, and SVC and MVC have similar NAL units, would it be possible to support MVC muxing too? There is a free MVC encoder / decoder available now (Intel Media SDK with its command-line front end [FRIM](http://forum.doom9.org/showthread.php?t=169651)). It would be great if MP4Box could support MVC muxing / demuxing as well. (GPAC version: `0.6.1-rev0-g72d766c-master`)
|
Muxing 3D MVC video with MP4Box
|
https://api.github.com/repos/gpac/gpac/issues/636/comments
| 3 |
2016-09-15T04:28:17Z
|
2023-07-29T08:06:27Z
|
https://github.com/gpac/gpac/issues/636
| 177,085,695 | 636 |
[
"gpac",
"gpac"
] |
I want to generate a MPD file for DVB playback through HDTV. May I ask does Mp4box -dash support generating MPD for DVB and how?
A example of worked MPD file.
`<?xml version="1.0" encoding="UTF-8"?>
<MPD type="static" xmlns="urn:mpeg:dash:schema:mpd:2011" profiles="urn:dvb:dash:profile:dvb-dash:2014,urn:dvb:dash:profile:dvb-dash:isoff-ext-live:2014" minBufferTime="PT1.253S" mediaPresentationDuration="PT1M31.460S" maxSegmentDuration="PT3.840S">
<Period duration="PT1M31.460S" start="PT0S">
<AdaptationSet startWithSAP="2" segmentAlignment="true" par="16:9" frameRate="100" sar="1:1" id="1" mimeType="video/mp4" scanType="progressive" contentType="video" >
<Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"/>
<SegmentTemplate startNumber="1" timescale="1000" duration="3840" media="$RepresentationID$/$Number%06d$.m4s" initialization="$RepresentationID$/IS.mp4" />
<Representation bandwidth="35995992" codecs="hev1.2.4.L156.00" width="3840" id="3840x2160p100" height="2160" />
<Representation bandwidth="23107032" codecs="hev1.2.4.L153.00" width="2560" id="2560x1440p100" height="1440" />
<Representation bandwidth="7144720" codecs="hev1.2.4.L120.00" width="1024" id="1024x576p100" height="576" />
<Representation bandwidth="12096712" codecs="hev1.2.4.L123.00" width="1280" id="1280x720p100" height="720" />
<Representation bandwidth="17527152" codecs="hev1.2.4.L150.00" width="1920" id="1920x1080p100" height="1080" />
</AdaptationSet>
</Period>
</MPD>`
The profiles should be dvb-dash:2014, if I am correct.
Thanks in advance.
|
Generate MPD file for DVB playback
|
https://api.github.com/repos/gpac/gpac/issues/635/comments
| 8 |
2016-09-14T11:05:52Z
|
2023-05-26T13:30:08Z
|
https://github.com/gpac/gpac/issues/635
| 176,878,426 | 635 |
[
"gpac",
"gpac"
] |
I have converted a manifest m3u8 to mpd in the link:
[http://video-walla.akamaized.net/11/5.mpd](http://video-walla.akamaized.net/11/5.mpd)
but i can not get it played in no player
can you help please?
|
m3u8 to mpd
|
https://api.github.com/repos/gpac/gpac/issues/634/comments
| 1 |
2016-09-13T14:24:53Z
|
2017-07-28T13:18:16Z
|
https://github.com/gpac/gpac/issues/634
| 176,654,631 | 634 |
[
"gpac",
"gpac"
] |
Command: `mp4box -dash-strict 4000 -profile "dashavc264:live" -bs-switching no -sample-groups-traf audio2.mp4 -out out\Manifest.mpd`
Version: gpac-0.6.2-DEV-rev723-g321745c-master-x64
Input file: [audio2.zip](https://github.com/gpac/gpac/files/466731/audio2.zip)
The input is an encrypted audio track using the HE-AACv2 codec. The size of the sample aux information is marked as 8 in the saiz box (this is correct).
After dashing with the above command, the saiz box claims a sample aux information of 10 bytes, which is incorrect.
|
Dashing audio track incorrectly changes saiz value from 8 to 10
|
https://api.github.com/repos/gpac/gpac/issues/633/comments
| 1 |
2016-09-12T07:33:29Z
|
2016-09-29T15:49:37Z
|
https://github.com/gpac/gpac/issues/633
| 176,311,102 | 633 |
[
"gpac",
"gpac"
] |
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [x] I looked for a similar issue and couldn't find any.
- [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...).
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
I am trying to convert a .m3u8 manifest to .mpd manifest.
For this purpose, I use the following command :
> MP4Box -mpd master.m3u8
You can find the master.m3u8 file attached here [[master.m3u8.zip](https://github.com/gpac/gpac/files/463897/master.m3u8.zip)].
Normally, this works. But whenever the .m3u8 file has a **EXT-X-KEY** method in it, the command does not work. That is whenever such an option is present:
> # EXT-X-KEY:METHOD=AES-128,URI="https://priv.example.com/key.php?r=52", \
>
> IV=0x9c7db8778570d05c3177c349fd9236aa
The code crashes, by generating an half-completed master.mpd file : [master.mpd.zip](https://github.com/gpac/gpac/files/463909/master.mpd.zip)
The log file is attached below :
[mp4box-bug-log.txt](https://github.com/gpac/gpac/files/463913/mp4box-bug-log.txt)
The backtrace from gdb:
> (gdb) backtrace
> # 0 0x00000000005b5af0 in gf_mpd_print_segment_list ()
> # 1 0x00000000005bb3fa in gf_mpd_write_file ()
> # 2 0x0000000000413782 in mp4boxMain ()
> # 3 0x00007ffff75247ed in __libc_start_main (main=0x40b080<main>,argc=3,ubp_av=0x7fffffffdff8,init=<optimized out>,fini=<optimized out>,rtld_fini=<optimized out>,
>
> stack_end=0x7fffffffdfe8) at libc-start.c:226
> # 4 0x000000000040b0b1 in _start ()
I am happy to provide other supporting information.
Edit 1 : I took the sample m3u8 from apple official site : https://developer.apple.com/library/ios/technotes/tn2288/_index.html.
|
m3u8 to mpd conversion not working when EXT-X-KEY option is present
|
https://api.github.com/repos/gpac/gpac/issues/631/comments
| 1 |
2016-09-09T12:26:33Z
|
2016-09-12T06:18:11Z
|
https://github.com/gpac/gpac/issues/631
| 175,997,096 | 631 |
[
"gpac",
"gpac"
] |
I use the following MP4Box command to generate the manifest file(.mpd). The manifest file is common to different video representations.
```
MP4Box -dash 5000 -frag 5000 -fps 25 -frag-rap -rap -bs-switching merge -profile dashavc264:live -mpd-title "Mpeg Dash Preview" -segment-ext null -segment-name seg_ -out test.mpd resolution_480p.mp4#video:baseURL=./v/ resolution_360p.mp4#video:baseURL=./v_360/ resolution_720p.mp4#video:baseURL=./v_720/ resolution_480p.mp4#audio:baseURL=./a/
```
Though dash.js is playing the video, only single bitrate is being played without switching the resolution according to network condition. Am I missing something in the command? or should I enable Adaptive Bitrate Switching in the player?
**Manifest file**
```
<?xml version="1.0"?>
<!-- MPD file Generated with GPAC version 0.6.0-revUNKNOWN-UNKNOWN at 2016-09-12T11:58:50.789Z-->
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" minBufferTime="PT1.500S" type="static" mediaPresentationDuration="PT0H1M2.502S" maxSegmentDuration="PT0H0M5.000S" profiles="urn:mpeg:dash:profile:isoff-live:2011,http://dashif.org/guidelines/dash264">
<ProgramInformation moreInformationURL="http://gpac.sourceforge.net">
<Title>Mpeg Dash Preview</Title>
</ProgramInformation>
<Period duration="PT0H1M2.502S">
<AdaptationSet segmentAlignment="true" maxWidth="1280" maxHeight="720" maxFrameRate="25" par="28800:15480" lang="und">
<SegmentTemplate timescale="12800" media="seg_$Number$" startNumber="1" duration="64000" initialization="seg_init"/>
<Representation id="1" mimeType="video/mp4" codecs="avc1.42c015" width="480" height="360" frameRate="25" sar="60:43" startWithSAP="1" bandwidth="796236">
<BaseURL>./v/</BaseURL>
</Representation>
<Representation id="2" mimeType="video/mp4" codecs="avc1.42c01e" width="640" height="480" frameRate="25" sar="60:43" startWithSAP="1" bandwidth="1208202">
<BaseURL>./v_360/</BaseURL>
</Representation>
<Representation id="3" mimeType="video/mp4" codecs="avc1.42c01f" width="1280" height="720" frameRate="25" sar="45:43" startWithSAP="1" bandwidth="2715861">
<BaseURL>./v_720/</BaseURL>
</Representation>
</AdaptationSet>
<AdaptationSet segmentAlignment="true" lang="hin">
<SegmentTemplate timescale="48000" media="seg_$Number$" startNumber="1" duration="240000" initialization="seg_init"/>
<Representation id="4" mimeType="audio/mp4" codecs="mp4a.40.2" audioSamplingRate="48000" startWithSAP="1" bandwidth="343385">
<BaseURL>./a/</BaseURL>
<AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/>
</Representation>
</AdaptationSet>
</Period>
</MPD>
```
|
Automatic Bitrate Switching not working with the mpd
|
https://api.github.com/repos/gpac/gpac/issues/630/comments
| 2 |
2016-09-09T11:56:01Z
|
2016-09-30T06:20:34Z
|
https://github.com/gpac/gpac/issues/630
| 175,991,829 | 630 |
[
"gpac",
"gpac"
] |
0.6.2 rev695 and the previous one.
The filesizes are (much) smaller than the filesizes of the 32-bit installers.
Also: please stop wrapping the dämn files in an installer.
Stop complicating everything, Many users like myself are interested only in MP4Box, and manually unpacking the stupid installers is a P.I.T.A. Just wrap the files in a .ZIP or .7Z archive, problem solved.
|
Latest two "installers" for 64-bit Windows are broken
|
https://api.github.com/repos/gpac/gpac/issues/629/comments
| 3 |
2016-09-07T22:36:41Z
|
2016-09-13T14:46:23Z
|
https://github.com/gpac/gpac/issues/629
| 175,623,428 | 629 |
[
"gpac",
"gpac"
] |
I read from a paper that a plugin can be installed in Firefox:
"To support the DASH process on the client, then the client browser must be done to support the installation of a browser plug-in that can perform H.265 video play out at the client. In this case use Osmozilla plug-in version 1.0.1.0 which is the product of the GPAC. "
Anyone knows how it works?
https://gpac.wp.mines-telecom.fr/player/browser-integration/
https://github.com/gpac/gpac/issues/371
The two articles seem not working.
|
Osmozilla Browser Plugin Download and Install?
|
https://api.github.com/repos/gpac/gpac/issues/627/comments
| 1 |
2016-09-06T11:06:30Z
|
2016-09-13T08:02:31Z
|
https://github.com/gpac/gpac/issues/627
| 175,220,010 | 627 |
[
"gpac",
"gpac"
] |
Hi, I would like more information about GPAC.
I need a tool that can encode / decode a video. The aim is to be the only one able to read the video. A bit like "my own codec".
Do you think it is possible to change the GPAC's code to do this ? Or maybe it already exists ?
Thanks.
|
encode / decode a video to be the only one able to read her
|
https://api.github.com/repos/gpac/gpac/issues/626/comments
| 1 |
2016-09-06T09:02:54Z
|
2016-09-06T09:07:54Z
|
https://github.com/gpac/gpac/issues/626
| 175,195,805 | 626 |
[
"gpac",
"gpac"
] |
https://en.wikipedia.org/wiki/OpenSSL#Licensing
|
check if openssl requires an exception in gpac license
|
https://api.github.com/repos/gpac/gpac/issues/625/comments
| 1 |
2016-09-06T07:44:30Z
|
2020-07-31T14:02:49Z
|
https://github.com/gpac/gpac/issues/625
| 175,180,836 | 625 |
[
"gpac",
"gpac"
] |
Hello there,
I will get to the point straightaway,
When I make a live streaming using x.265, i recieve segments very fine at the client side (By using MP4Client). However, when I make VoD, I receive a message that "Cannot open http://<ip address of the server>/dash/dashvod/dashcast.mpd: Bad Parameter", although the time at both sides exactly the same (UTC zonetime).
I use the following commands at the server side:
⦁ ffmpeg -i <path&name of videofile> -c:v rawvideo -s:v 1280x720 -r 25 -pix_fmt yuv420p output.yuv
⦁ ffmpeg -f rawvideo -pix_fmt yuv420p -s:v 1280x720 -r 25 -i output.yuv -c:v libx265 -f rawvideo output.265
⦁ MP4Box -add output.265 output.h265
⦁ DashCast -v output.h265 -seg-dur 10000 -out /opt/lampp/htdocs/dash -conf dashcast.conf
At the Client side (Windows 8.1 OS):
⦁ mp4client http://<ip address of the server>/dash/dashvod/dashcast.mpd
Please find the attached files
<img width="834" alt="vod issue" src="https://cloud.githubusercontent.com/assets/16091677/18250830/6d861974-737d-11e6-89e8-e71a1d6e9464.png">
|
Bad Parameter (receiving VoD issue)
|
https://api.github.com/repos/gpac/gpac/issues/624/comments
| 1 |
2016-09-05T14:29:04Z
|
2019-06-28T16:39:12Z
|
https://github.com/gpac/gpac/issues/624
| 175,082,931 | 624 |
[
"gpac",
"gpac"
] |
I'm using Dashcast on Ubuntu 16. I've tried it on the latest build of Gpac, but it still seems to happen. Is this a resource issue? Because dash.js and shaka both have issues with reading live streams with missing segments, so it tends to break at the beginning of the video.
My command is 'DashCast -v bunny.avi -out output/ -live-media', and I've tried with ntps, mpd-refresh, low-delay and a few others, but nothing seems to have an effect.
Looking at the source code, this seems to be caused by the 2nd while loop in 'video_encoder_thread' in 'controler.c', line 731, which seems to be buffering frames too long.
Any ideas on how to fix?
|
Dashcast - 2nd segment always skipped and 3rd segment empty of Live Media stream
|
https://api.github.com/repos/gpac/gpac/issues/623/comments
| 7 |
2016-09-05T13:10:54Z
|
2019-06-28T16:38:59Z
|
https://github.com/gpac/gpac/issues/623
| 175,068,711 | 623 |
[
"gpac",
"gpac"
] |
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [ ] I looked for a similar issue and couldn't find any.
- [ ] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [ ] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox:
Download file at https://people.mozilla.org/~jyavenard/mediatest/testi.mp4
run: MP4Box -dash 1000 -frag-rap -rap testi.mp4
now attempt to play the generated file, this causes failure with various media framework.
Attempting to play it with ffplay 3.1 shows:
[h264 @ 0x7f85240f6a00] co located POCs unavailableq= 0B f=0/0
Last message repeated 1 times
[h264 @ 0x7f8524164000] co located POCs unavailableq= 0B f=0/0
Last message repeated 1 times
Visual distortion can be seen during playback
seems that the last sample table in the last moof is invalid.
|
MP4Box generating an invalid file that can't play properly
|
https://api.github.com/repos/gpac/gpac/issues/622/comments
| 3 |
2016-09-05T08:47:01Z
|
2019-06-28T16:40:05Z
|
https://github.com/gpac/gpac/issues/622
| 175,023,486 | 622 |
[
"gpac",
"gpac"
] |
Hello there,
I am trying to make a live streaming using x265
I sat up all the system on Linux Ubuntu, and when I start streaming, i find that the output folder doesn't have an .mpd file so I cannot get this live streaming at the client side
the command I use is:
acer@acer-Aspire-4741:~/dash/gpac-master/applications/dashcast$ DashCast -vf video4linux2 -vres 1280x800 -vfr 30 -v4l2f yuyv -v /dev/video0 -live -out /opt/lampp/htdocs/dash -conf dashcast.conf -seg-dur 1000^C
|
No .mpd file is generated
|
https://api.github.com/repos/gpac/gpac/issues/621/comments
| 10 |
2016-09-04T15:54:03Z
|
2016-09-06T13:12:46Z
|
https://github.com/gpac/gpac/issues/621
| 174,955,386 | 621 |
[
"gpac",
"gpac"
] |
When I try to mux a TTML XML file with associated PNG subtitles, MP4Box shows the following error.
`[EBU-TTD] No sample imported. Might be an error. Check your content.`
But muxing TTML text subtitles works correctly. My GPAC software's version is `0.6.1-rev0-g72d766c-master`.
|
Muxing TTML IMSC1 Image Profile subtitles with MP4Box
|
https://api.github.com/repos/gpac/gpac/issues/619/comments
| 6 |
2016-09-01T16:25:12Z
|
2023-07-29T08:03:37Z
|
https://github.com/gpac/gpac/issues/619
| 174,567,734 | 619 |
[
"gpac",
"gpac"
] |
I hope to use ctrl+h and ctrl+l to adjust the video quality when I use the mp4client to playback a .mpd file. However, it does not work. The mp4client playback for each video works. The video quality adaption for AVC works. Only the adaption for HEVC does not work.
Here is the sentence I used to generate the .MPD file:
mp4box -dash 960 -profile live -rap -frag-rap -url-template -bs-switching no -segment-name $RepresentationID$-$Number$ -lf mp4client-bug-log1.txt -logs all@debug -out HD.mpd CandleSmoke_scaled_1920.mp4 CandleSmoke_scaled_3840.mp4
The GOP is 8.
The error is:
`Opening URL HD.mpd
Service Connected
[hevc @ 00000000007cd700] nb threads_frame = 7, nb threads_slice 1, thread_type
= frame
[hevc @ 00000000071df7c0] nb threads_frame = 7, nb threads_slice 1, thread_type
= frame
[hevc @ 00000000072096a0] nb threads_frame = 7, nb threads_slice 1, thread_type
= frame
max_ra equal to s->max_ra 8 ffer : |======= | (36/100)
Could not find ref with POC 0fer : |============ | (62/100)
Replace reference 0 with -2147483648.00)============= | (89/100)
[hevc @ 0000000007217860] Could not find ref with POC -2147483648
[hevc @ 00000000073080a0] The number of entries 33 is higher than the number of
CTB rows 17
[hevc @ 00000000073080a0] Error parsing NAL unit #0.
[hevc @ 0000000007217860] max_ra equal to s->max_ra 176
[hevc @ 0000000007217860] Could not find ref with POC 168
[hevc @ 0000000007217860] Replace reference 168 with 176.
[hevc @ 0000000008161740] nb threads_frame = 7, nb threads_slice 1, thread_type
= frame
[hevc @ 000000000815f0c0] nb threads_frame = 7, nb threads_slice 1, thread_type
= frame
[hevc @ 0000000008161260] nb threads_frame = 7, nb threads_slice 1, thread_type
= frame
Service Disconnected
Deleting terminal... done (in 147 ms) - ran for 13389 ms
GPAC cleanup ...
`
Here is my MPD file. One adaptation, 2 representation. 2 representation are the same video with different resolution.
```
<?xml version="1.0"?>
<!-- MPD file Generated with GPAC version 0.6.2-DEV-rev683-g7b29fbe-master at 2016-09-01T11:17:31.420Z-->
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" minBufferTime="PT1.500S" type="static" mediaPresentationDuration="PT0H0M12.000S" maxSegmentDuration="PT0H0M0.960S" profiles="urn:mpeg:dash:profile:isoff-live:2011">
<ProgramInformation moreInformationURL="http://gpac.io">
<Title>HD.mpd generated by GPAC</Title>
</ProgramInformation>
<Period duration="PT0H0M12.000S">
<AdaptationSet segmentAlignment="true" maxWidth="3840" maxHeight="2160" maxFrameRate="25" par="16:9" lang="und">
<SegmentTemplate timescale="25000" media="$RepresentationID$-$Number$.m4s" startNumber="1" duration="24000" initialization="$RepresentationID$-.mp4"/>
<Representation id="1" mimeType="video/mp4" codecs="hvc1.1.6.L123.0" width="1920" height="1080" frameRate="25" sar="1:1" startWithSAP="3" bandwidth="1259158">
</Representation>
<Representation id="2" mimeType="video/mp4" codecs="hvc1.1.6.L153.0" width="3840" height="2160" frameRate="25" sar="1:1" startWithSAP="3" bandwidth="3477170">
</Representation>
</AdaptationSet>
</Period>
</MPD>
```
Here is the original video file:
[https://drive.google.com/open?id=0B7MBF_aYIOOaQlg2NVhuYWdTbjg](url)
Mp4box version:
MP4Box - GPAC version 0.6.2-DEV-rev683-g7b29fbe-master
Mp4Client log:
[mp4client-bug-log1.txt](https://github.com/gpac/gpac/files/449477/mp4client-bug-log1.txt)
Thanks,
Shenglan
|
Ask for help with mp4client with adaptive HEVC video
|
https://api.github.com/repos/gpac/gpac/issues/618/comments
| 1 |
2016-09-01T10:29:36Z
|
2016-09-14T12:02:13Z
|
https://github.com/gpac/gpac/issues/618
| 174,489,511 | 618 |
[
"gpac",
"gpac"
] |
Hi,I am a beginner in this area, I know this is not a bug but forgive me in advance because I really think this thing for a long time. My professor told me to build a streaming system that using webcam or MP4 file through the dashcast transfer to a server( so is my localhost, which is /var/www/html,etc), and says that all the people can access the address on my localhost to see my streaming.
And I am using this code currently:
DashCast -v /var/www/html/test1.mp4 -seg-dur 500 -live-media -out output -mpd /var/www/html/test1.mpd
It gives me a lot of [dashcast] Live system dropped a video frame
And [Core] system failure for file opening of output//var/www/html/test1.mpd in mode w: 2
Would you guys please give me some guidances? About this? Or give me an example to follow, because I am really eager to know the answer of it.
|
Asking for help on output part
|
https://api.github.com/repos/gpac/gpac/issues/617/comments
| 1 |
2016-08-31T18:07:02Z
|
2017-07-28T13:18:33Z
|
https://github.com/gpac/gpac/issues/617
| 174,339,874 | 617 |
[
"gpac",
"gpac"
] |
Latest git head fails like this:
```
x86_64-pc-linux-gnu-gcc -shared "-Wl,-soname,libgpac.so.7" -o ../bin/gcc/libgpac.so utils/os_divers.o utils/os_file.o utils/list.o utils/bitstream.o utils/error.o utils/alloc.o utils/url.o utils/configfile.o utils/sha1.o utils/base_encoding.o utils/os_net.o utils/os_thread.o utils/os_config_init.o utils/cache.o utils/downloader.o utils/xml_parser.o utils/utf.o utils/token.o utils/color.o utils/os_module.o utils/math.o utils/path2d.o utils/path2d_stroker.o utils/module.o utils/uni_bidi.o utils/ringbuffer.o utils/unicode.o utils/map.o mcrypt/cbc.o mcrypt/cfb.o mcrypt/ctr.o mcrypt/des.o mcrypt/ecb.o mcrypt/g_crypt.o mcrypt/ncfb.o mcrypt/nofb.o mcrypt/ofb.o mcrypt/rijndael-128.o mcrypt/rijndael-192.o mcrypt/rijndael-256.o mcrypt/stream.o mcrypt/tripledes.o scenegraph/base_scenegraph.o scenegraph/mpeg4_animators.o scenegraph/commands.o scenegraph/mpeg4_nodes.o scenegraph/mpeg4_valuator.o scenegraph/vrml_interpolators.o scenegraph/vrml_proto.o scenegraph/vrml_route.o scenegraph/vrml_script.o scenegraph/vrml_smjs.o scenegraph/vrml_tools.o scenegraph/x3d_nodes.o scenegraph/svg_attributes.o scenegraph/svg_types.o scenegraph/svg_smjs.o scenegraph/smil_anim.o scenegraph/smil_timing.o scenegraph/svg_properties.o scenegraph/dom_events.o scenegraph/dom_smjs.o scenegraph/xbl_process.o scenegraph/xml_ns.o scenegraph/html5_media_smjs.o scenegraph/html5_mse_smjs.o scenegraph/webvtt_smjs.o ietf/rtcp.o ietf/rtp.o ietf/rtp_packetizer.o ietf/rtp_pck_3gpp.o ietf/rtp_pck_mpeg12.o ietf/rtp_pck_mpeg4.o ietf/rtsp_command.o ietf/rtsp_common.o ietf/rtsp_response.o ietf/rtsp_session.o ietf/sdp.o ietf/rtp_depacketizer.o ietf/rtp_streamer.o bifs/arith_decoder.o bifs/bifs_codec.o bifs/bifs_node_tables.o bifs/com_dec.o bifs/com_enc.o bifs/conditional.o bifs/field_decode.o bifs/field_encode.o bifs/memory_decoder.o bifs/predictive_mffield.o bifs/quantize.o bifs/script_dec.o bifs/script_enc.o bifs/unquantize.o isomedia/avc_ext.o isomedia/box_code_3gpp.o isomedia/box_code_apple.o isomedia/box_code_base.o isomedia/box_code_drm.o isomedia/box_code_meta.o isomedia/box_dump.o isomedia/box_funcs.o isomedia/data_map.o isomedia/drm_sample.o isomedia/isom_intern.o isomedia/isom_read.o isomedia/isom_store.o isomedia/isom_write.o isomedia/media.o isomedia/media_odf.o isomedia/meta.o isomedia/movie_fragments.o isomedia/sample_descs.o isomedia/stbl_read.o isomedia/stbl_write.o isomedia/track.o isomedia/tx3g.o isomedia/iff.o isomedia/hint_track.o isomedia/hinting.o isomedia/box_code_adobe.o isomedia/ttml.o odf/desc_private.o odf/descriptors.o odf/odf_code.o odf/odf_codec.o odf/odf_command.o odf/qos.o odf/slc.o odf/ipmpx_code.o odf/oci_codec.o odf/ipmpx_dump.o odf/ipmpx_parse.o odf/odf_dump.o odf/odf_parse.o media_tools/isom_tools.o media_tools/dash_segmenter.o media_tools/av_parsers.o media_tools/img.o media_tools/media_import.o media_tools/mpegts.o media_tools/m3u8.o media_tools/mpd.o media_tools/dash_client.o media_tools/media_export.o media_tools/m2ts_mux.o media_tools/filestreamer.o media_tools/avilib.o media_tools/mpeg2_ps.o media_tools/gpac_ogg.o media_tools/ismacryp.o media_tools/isom_hinter.o media_tools/saf.o media_tools/vobsub.o media_tools/text_import.o media_tools/html5_media.o media_tools/html5_mse.o media_tools/webvtt.o scene_manager/scene_manager.o scene_manager/text_to_bifs.o scene_manager/loader_bt.o scene_manager/loader_xmt.o scene_manager/loader_isom.o scene_manager/loader_qt.o scene_manager/loader_svg.o scene_manager/swf_parse.o scene_manager/swf_bifs.o scene_manager/swf_svg.o scene_manager/scene_dump.o scene_manager/scene_stats.o scene_manager/scene_engine.o scene_manager/encode_isom.o terminal/channel.o terminal/clock.o terminal/decoder.o terminal/term_node_init.o terminal/input_sensor.o terminal/media_control.o terminal/media_manager.o terminal/media_memory.o terminal/media_object.o terminal/media_sensor.o terminal/mpeg4_inline.o terminal/network_service.o terminal/object_browser.o terminal/object_manager.o terminal/scene.o terminal/terminal.o terminal/svg_external.o compositor/audio_input.o compositor/audio_mixer.o compositor/audio_render.o compositor/bindable.o compositor/camera.o compositor/compositor.o compositor/compositor_2d.o compositor/compositor_3d.o compositor/compositor_node_init.o compositor/drawable.o compositor/events.o compositor/font_engine.o compositor/hc_flash_shape.o compositor/hardcoded_protos.o compositor/mesh.o compositor/mesh_collide.o compositor/mesh_tesselate.o compositor/mpeg4_animstream.o compositor/mpeg4_audio.o compositor/mpeg4_background.o compositor/mpeg4_background2d.o compositor/mpeg4_bitmap.o compositor/mpeg4_composite.o compositor/mpeg4_form.o compositor/mpeg4_geometry_2d.o compositor/mpeg4_geometry_3d.o compositor/mpeg4_geometry_ifs2d.o compositor/mpeg4_geometry_ils2d.o compositor/mpeg4_gradients.o compositor/mpeg4_grouping.o compositor/mpeg4_grouping_2d.o compositor/mpeg4_grouping_3d.o compositor/mpeg4_layer_2d.o compositor/mpeg4_layer_3d.o compositor/mpeg4_layout.o compositor/mpeg4_lighting.o compositor/mpeg4_path_layout.o compositor/mpeg4_sensors.o compositor/mpeg4_sound.o compositor/mpeg4_text.o compositor/mpeg4_textures.o compositor/mpeg4_timesensor.o compositor/mpeg4_viewport.o compositor/navigate.o compositor/offscreen_cache.o compositor/svg_base.o compositor/svg_filters.o compositor/svg_font.o compositor/svg_geometry.o compositor/svg_grouping.o compositor/svg_media.o compositor/svg_paint_servers.o compositor/svg_text.o compositor/texturing.o compositor/texturing_gl.o compositor/visual_manager.o compositor/visual_manager_2d.o compositor/visual_manager_2d_draw.o compositor/visual_manager_3d.o compositor/visual_manager_3d_gl.o compositor/x3d_geometry.o laser/lsr_enc.o laser/lsr_dec.o laser/lsr_tables.o -lm -L/usr/lib -lGL -lGLU -lX11 -lz -lssl -lcrypto -ljpeg -lpng -lpthread -ldl -Wl,-O1 -Wl,--hash-style=gnu -Wl,--sort-common -Wl,--as-needed -Wl,--warn-common -Wl,-z,defs
utils/downloader.o: In function `gf_dm_connect':
downloader.c:(.text+0x1fb1): undefined reference to `ASN1_STRING_data'
downloader.c:(.text+0x2473): undefined reference to `SSL_library_init'
downloader.c:(.text+0x247a): undefined reference to `SSL_load_error_strings'
downloader.c:(.text+0x2481): undefined reference to `SSLeay_add_all_algorithms'
downloader.c:(.text+0x2488): undefined reference to `SSLeay_add_ssl_algorithms'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:269: ../bin/gcc/libgpac.so] Error 1
make[1]: Leaving directory '/var/tmp/portage/media-video/gpac-9999/work/gpac-9999/src'
make: *** [Makefile:9: all] Error 2
```
|
gpac fails to build with openssl-1.1
|
https://api.github.com/repos/gpac/gpac/issues/616/comments
| 7 |
2016-08-31T08:28:00Z
|
2017-10-09T14:57:10Z
|
https://github.com/gpac/gpac/issues/616
| 174,213,824 | 616 |
[
"gpac",
"gpac"
] |
Hi all,
I am trying to perform a screen+sound capture and stream as a mpeg-dash feed with DashCast. When I try to capture sound from m laptops microphone I get the following message:
**[AVAudioResampleContext @ 0x7f8984000c60] Invalid input channel layout: 0
Could not open the audio resampler. Aborting.
An error occurred while reading audio frame.**
The command I use is DashCast -vf x11grab -vfr 25 -v :1.0 -a plughw:1,0 -af alsa -npts -time-shift -1 -low-delay -frag-dur 1000 -seg-dur 1000 -live
Is there any way I can specify which channel layout to use? Also, if I wish to intercept audio playing through my sound card and use it for the dash stream what would I have to type?
Thanks.
Version: 0.5.2 -426-gc5ad4e4+dfsg5-1build1
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [ ] I looked for a similar issue and couldn't find any.
- [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
|
DashCast sound grabbing issues
|
https://api.github.com/repos/gpac/gpac/issues/615/comments
| 1 |
2016-08-30T14:15:37Z
|
2019-06-28T16:38:34Z
|
https://github.com/gpac/gpac/issues/615
| 174,030,998 | 615 |
[
"gpac",
"gpac"
] |
Command: mp4box -dash-strict 4000 -profile "dashavc264:live" -out out\Manifest.mpd audio.mp4
Input: [audio.zip](https://github.com/gpac/gpac/files/444571/audio.zip)
The input is a 48000 Hz HE-AAC v2 stream. The output has audioSamplingRate of 24000 Hz marked in the manifest. I would have expected a value of 48000, instead.
```
<Representation id="1" mimeType="audio/mp4" codecs="mp4a.40.29" audioSamplingRate="24000" startWithSAP="1" bandwidth="65106">
<AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/>
<SegmentTemplate timescale="24000" media="audio_dash$Number$.m4s" startNumber="1" duration="95232" initialization="audio_dashinit.mp4"/>
</Representation>
```
- [x] I looked for a similar issue and couldn't find any.
- [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
|
Dashing reports audioSamplingRate as half of expected value with HE-AAC v2
|
https://api.github.com/repos/gpac/gpac/issues/614/comments
| 2 |
2016-08-30T10:26:01Z
|
2016-09-13T12:58:42Z
|
https://github.com/gpac/gpac/issues/614
| 173,983,434 | 614 |
[
"gpac",
"gpac"
] |
I seem to be getting INCORRECT return codes occasionally from within my CMD batch script when using: MP4Box -brand
I'm guessing that very occasionally Windows may not have quite released the Write Process Lock after the previous CMD statement writing an mp4 file.
MP4Box -brand should be overwriting my original file, and I note it uses this process:
It first creates a temporary file named with the prefix 'out_' e.g. out_file.mp4
Then it tries to remove/delete the original file.
Then rename the temporary file to the original name.
WHEN THIS PROCESS FAILS IT STILL RETURNS A RETURN CODE OF 0 (for SUCCESS)
(e.g if the original file is read-only, or perhaps it's still locked because it's not yet been released by Windows writing process, or maybe even a read error when trying to execute the command internally.)
I tested this by making the original file read-only. MP4Box -brand failed of course. But I still got a Return Code of 0 for success.
I am mis-interpreting this problem? Or if not, then perhaps a default failed Return Code of 1 should be pre-set internally until MP4Box completes it's processing, and then finally a Return 0 issued only if it has definitely completed successfully.
Please advise.
|
MP4Box returning incorrect Return Code
|
https://api.github.com/repos/gpac/gpac/issues/613/comments
| 3 |
2016-08-28T23:39:31Z
|
2016-09-14T07:54:48Z
|
https://github.com/gpac/gpac/issues/613
| 173,674,609 | 613 |
[
"gpac",
"gpac"
] |
Hi! I want to install GPAC 0.5.0 version on Ubuntu MATE on Odroid XU4. I only use this version because -dev versions have some bugs when merging videos). So far, I have successfully installed it on Rasbian and Ubuntu 14.04. but I have problems when trying to install it on this distro for Odroid.
I have .zip file with 0.5.0 version and what I am doing is, after I extract it:
```
cd gpac
chmod +x configure
./configure --disable-opengl --use-js=no --use-ft=no --use-jpeg=no --use-png=no --use-faad=no --use-mad=no --use-xvid=no --use-ffmpeg=no --use-ogg=no --use-vorbis=no --use-theora=no –use-openjpeg=no
sudo make
sudo make install
sudo cp bin/gcc/libgpac.so /usr/lib
MP4Box -version
```
but now when I try
sudo make
it runs but after some time, I get this error message:
```
/usr/bin/ld: utils/os_divers.o: relocation R_ARM_THM_MOVW_ABS_NC against `__stack_chk_guard' can not be used when making a shared object; recompile with -fPIC
utils/os_divers.o: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
Makefile:292: recipe for target 'libgpac.so' failed
make[1]: *** [libgpac.so] Error 1
make[1]: Leaving directory '/home/pi/gpac/src'
Makefile:9: recipe for target 'all' failed
make: *** [all] Error 2
```
I have tried with options --with-pic=no and --enable-shared when running ./configure script
Any way to fix this ? Any help would be appreciated ?
|
GPAC 0.5.0 error when installing on Ubuntu MATE (Odroid XU4, armv7)
|
https://api.github.com/repos/gpac/gpac/issues/612/comments
| 3 |
2016-08-26T12:59:48Z
|
2019-06-28T16:44:05Z
|
https://github.com/gpac/gpac/issues/612
| 173,447,516 | 612 |
[
"gpac",
"gpac"
] |
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [X] I looked for a similar issue and couldn't find any.
- [X] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [X] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
The GPAC version tested : gpac_0.6.2-DEV-rev683-g7b29fbe-master_amd64.deb
Issue description :
DashCast couldn't generate any segment files, init file and mpd file for input Stream of UDP/RTSP from VLC player
You can reproduce this issue with following steps :
Test Case 1. : Not working
// Transcode the input stream, display the transcoded stream and send it to a multicast IP address
%vlc -vvv Animation.mp4 --network-caching=10 --sout '#transcode{vcodec=h264,venc=x264{keyint=25,idrinit=25,bframes=0,ref=1,hrd=cbr,crf=28,vb=4500,preset=ultrafast,tune=zerolatency,vbv-maxrate=5500},fps=25.00,threads=48,deinterlace,audio-sync}:duplicate{dst=display,dst=udp{caching=10,mux=ts,dst=127.0.0.1:9092,name="testTS2"}}'
// To capture UDP streams and transcode and segment it in 1000-millisecond segments for a live service:
# DashCast -v "udp://@127.0.0.1:9092?fifo_size=100000" -live -low-delay -frag 200 -insert-utc -seg-marker eods -min-buffer 0.2 -ast-offset -800 -pixf yuv420p
Test Case 2 : Not working
// Transcode the input stream, display the transcoded stream and send it to RTP Streams
% vlc -vvv Animation.mp4 --sout='#transcode{vcodec=h264,vb=0,scale=0}:duplicate{dst=display,dst=rtp{sdp=rtsp://:8554/session.sdp}}'
// To capture RTP streams and segment it, stored the log to log.txt
DashCast -v rtsp://@localhost:8554/session.sdp -live -log-file log.txt
Test Case 3 : Not working
// Without Transcode the input stream, display the transcoded stream and send it to RTP Streams
% vlc -vvv Animation.mp4 --sout='#duplicate{dst=display,dst=rtp{sdp=rtsp://:8554/session.sdp}}'
// To capture RTP streams and segment it, stored the log to log.txt
DashCast -v rtsp://@localhost:8554/session.sdp -live -log-file log.txt
Please find the attachment (log.txt and DashCast_RTSP.PNG) for Test Case 2 in the link below :
https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
|
DashCast couldn't process the input of RTP or UDP Stream via VLC (Live system dropped a video frame)
|
https://api.github.com/repos/gpac/gpac/issues/611/comments
| 1 |
2016-08-25T08:40:11Z
|
2019-06-28T16:38:07Z
|
https://github.com/gpac/gpac/issues/611
| 173,144,870 | 611 |
[
"gpac",
"gpac"
] |
Version: 0.6.2-DEV-rev683-g7b29fbe-master
Command: `mp4box -dash-strict 4000 -profile "dashavc264:live" in_short-H265-288-400k.mp4 -out out\Manifest.mpd`
Input file: [in_short-H265-288-400k.zip](https://github.com/gpac/gpac/files/432209/in_short-H265-288-400k.zip)
Actual result: content is marked as being encoded at 25 fps.
Expected result: content is marked as being encoded at 29.97 fps.
Generated output:
``` xml
<AdaptationSet segmentAlignment="true" maxWidth="512" maxHeight="288" maxFrameRate="25" par="16:9" lang="und">
<Representation id="1" mimeType="video/mp4" codecs="hev1.2.4.L63.90" width="512" height="288" frameRate="25" sar="1:1" startWithSAP="1" bandwidth="405793">
<SegmentTemplate timescale="1200000" media="in_short-H265-288-400k_dash$Number$.m4s" startNumber="1" duration="4727041" initialization="in_short-H265-288-400k_dashinit.mp4"/>
</Representation>
</AdaptationSet>
```
- [x] I looked for a similar issue and couldn't find any.
- [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
|
mp4box uses incorrect frame rate when dashing H.265 content
|
https://api.github.com/repos/gpac/gpac/issues/610/comments
| 9 |
2016-08-23T10:40:43Z
|
2016-10-10T12:54:41Z
|
https://github.com/gpac/gpac/issues/610
| 172,666,665 | 610 |
[
"gpac",
"gpac"
] |
Hi
I am trying to create the playready dash content using GPAC latest releasae v0.6.2
I have generated the drm xml file by using one of the online tool. My drm.xml file will looks like below
``` xml
<GPACDRM type="CENC AES-CTR">
<DRMInfo type="pssh" version="0">
<BS ID128="9a04f07998404286ab92e65be0885f95"/>
<BS bits="32" endian="little" value="768"/>
<BS bits="16" endian="little" value="1"/>
<BS bits="16" endian="little" value="1"/>
<BS bits="16" endian="little" value="758"/>
<BS data64="PABXAFIATQBIAEUAQQBEAEUAUgAgAHgAbQBsAG4AcwA9ACIAaAB0AHQAcAA6AC8ALwBzAGMAaABlAG0AYQBzAC4AbQBpAGMAcgBvAHMAbwBmAHQALgBjAG8AbQAvAEQAUgBNAC8AMgAwADAANwAvADAAMwAvAFAAbABhAHkAUgBlAGEAZAB5AEgAZQBhAGQAZQByACIAIAB2AGUAcgBzAGkAbwBuAD0AIgA0AC4AMAAuADAALgAwACIAPgA8AEQAQQBUAEEAPgA8AFAAUgBPAFQARQBDAFQASQBOAEYATwA+ADwASwBFAFkATABFAE4APgAxADYAPAAvAEsARQBZAEwARQBOAD4APABBAEwARwBJAEQAPgBBAEUAUwBDAFQAUgA8AC8AQQBMAEcASQBEAD4APAAvAFAAUgBPAFQARQBDAFQASQBOAEYATwA+ADwASwBJAEQAPgBBAEEAQQBBAEUAQQBBAFEAQQBCAEEAUQBBAEIAQQBBAEEAQQBBAEEAQQBRAD0APQA8AC8ASwBJAEQAPgA8AEMASABFAEMASwBTAFUATQA+ADUAVAB6AEkAWQBRADIAaAByAE8AWQA9ADwALwBDAEgARQBDAEsAUwBVAE0APgA8AEwAQQBfAFUAUgBMAD4AaAB0AHQAcAA6AC8ALwBwAGwAYQB5AHIAZQBhAGQAeQAuAGQAaQByAGUAYwB0AHQAYQBwAHMALgBuAGUAdAAvAHAAcgAvAHMAdgBjAC8AcgBpAGcAaAB0AHMAbQBhAG4AYQBnAGUAcgAuAGEAcwBtAHgAPwBQAGwAYQB5AFIAaQBnAGgAdAA9ADEAJgBhAG0AcAA7AGEAbQBwAFUAcwBlAFMAaQBtAHAAbABlAE4AbwBuAFAAZQByAHMAaQBzAHQAZQBuAHQATABpAGMAZQBuAHMAZQA9ADEAPAAvAEwAQQBfAFUAUgBMAD4APAAvAEQAQQBUAEEAPgA8AC8AVwBSAE0ASABFAEEARABFAFIAPgA="/>
</DRMInfo>
<CrypTrack IV_size="8" first_IV="0xb20688aa36c9c132" isEncrypted="1" saiSavedBox="senc" trackID="1">
<key KID="0x10000000100010001000100000000001" value="0x3a2a1b68dd2bd9b2eeb25e84c4776668"/>
</CrypTrack>
</GPACDRM>
```
**Command used to generate the encrypted content :**
MP4Box -crypt drm.xml mp4-onDemand-h264bl_low.mp4 -out mp4-onDemand-h264bl_low_playready.mp4
**Command used to generate the dash content :**
MP4Box -frag 10000 -dash 30000 -profile onDemand -segment-name segment_file mp4-onDemand-h264bl_low_playready.mp4
**Command used to generate to see the box information :**
MP4Box -diso <segment file name>
``` xml
<BoxInfo Size="28" Type="sbgp"/>
<FullBoxInfo Version="0" Flags="0x0"/>
<SampleGroupBoxEntry sample_count="72" group_description_index="1"/>
</SampleGroupBox>
```
According to the ISO BMFF spec, Section 8.9.4, the group description indexes in the 'sbgp' boxes must start at 0x10001. i.e., 65537
[](https://sourceforge.net/p/gpac/bugs/300/)
Please confirm which GPAC software release have the fix for this
|
when generate the dash segment by using GPAC, sbgp box's group description index is turns into 1 instead of 65537
|
https://api.github.com/repos/gpac/gpac/issues/607/comments
| 1 |
2016-08-16T14:49:34Z
|
2016-09-29T14:30:48Z
|
https://github.com/gpac/gpac/issues/607
| 171,434,259 | 607 |
[
"gpac",
"gpac"
] |
Dashcast can take inputs from files or URLs, but if I would like to integrate it into another program, can it take as input a buffer and output to another buffer or a socket?
I've been looking at the code and it seems like it is mainly for cli, or am I wrong?
|
GPAC Dashcast read from buffer, and output to buffer
|
https://api.github.com/repos/gpac/gpac/issues/603/comments
| 3 |
2016-08-06T04:19:33Z
|
2019-06-28T16:37:54Z
|
https://github.com/gpac/gpac/issues/603
| 169,728,525 | 603 |
[
"gpac",
"gpac"
] |
still present on gpac-libs-0.6.1, all detail in this link: https://bugzilla.rpmfusion.org/show_bug.cgi?id=3366
Patch propose here: https://bugzilla.rpmfusion.org/attachment.cgi?id=1453
Hope get some feedback
Thanks.
|
spurious dependency on libavdevice in gm_ffmpeg_in.so (gpac-libs)
|
https://api.github.com/repos/gpac/gpac/issues/602/comments
| 1 |
2016-08-04T04:19:36Z
|
2016-09-13T08:26:27Z
|
https://github.com/gpac/gpac/issues/602
| 169,287,937 | 602 |
[
"gpac",
"gpac"
] |
To reproduce:
1. Use Chrome to open https://download.tsi.telecom-paristech.fr/gpac/DASH_CONFORMANCE/TelecomParisTech/mp4-main-ogop/mp4-main-ogop-mpd-AV-BS.mpd
2. Chrome reports "Your connection is not private" and "NET::ERR_CERT_DATE_INVALID"
3. Click "NET:ERR_CERT_DATE_INVALID" to expand details
4. See "Expires on: Feb 2, 2016"
This expired cert prevents access of these assets from secure domains, such as https://shaka-player-demo.appspot.com/demo/
|
GPAC SSL cert has invalid date
|
https://api.github.com/repos/gpac/gpac/issues/601/comments
| 2 |
2016-08-02T18:47:36Z
|
2016-08-05T17:03:00Z
|
https://github.com/gpac/gpac/issues/601
| 168,959,299 | 601 |
[
"gpac",
"gpac"
] |
[GPAC's DASH sequences](https://gpac.wp.mines-telecom.fr/2012/02/23/dash-sequences/) cause decoder errors on Safari. For example, ["live profile with bitstream switching support, Audio+Video"](http://download.tsi.telecom-paristech.fr/gpac/DASH_CONFORMANCE/TelecomParisTech/mp4-live/mp4-live-mpd-AV-BS.mpd) and ["main profile, multiple files with bitstream switching support, Audio+Video"](http://download.tsi.telecom-paristech.fr/gpac/DASH_CONFORMANCE/TelecomParisTech/mp4-main-multi/mp4-main-multi-mpd-AV-BS.mpd). (We have not exhaustively tested all sequences GPAC hosts, so there may be others.)
[Shaka Player](https://github.com/google/shaka-player) is using these as test vectors to ensure compatibility with GPAC, but our tests for these fail on Safari. As far as we can tell, there are two features that make the failing GPAC vectors unique in our tests: multiple SPS/PPS in the init segments, and no sample duration.
Would you consider regenerating your vectors without these features for Safari compatibility? Or if you don't want to completely replace them, would you consider generating variants of these vectors that work with Safari?
Since these work fine on Chrome and Firefox on Mac, I am about to file a bug on WebKit about this. I will update here with a link once I've done so.
|
GPAC DASH sequences cause decoder errors on Mac
|
https://api.github.com/repos/gpac/gpac/issues/600/comments
| 10 |
2016-08-02T18:36:43Z
|
2019-06-28T16:43:48Z
|
https://github.com/gpac/gpac/issues/600
| 168,956,980 | 600 |
[
"gpac",
"gpac"
] |
Simple Summary: Concatenating two files with chapters together, using the latest version of MP4Box (MP4Box - GPAC version 0.6.2-DEV-rev681-g32e98cd-master) results in the chapter track being longer than the video/audio tracks which results in the total duration of the file being wrongly reported.
I've been producing M4V files using Handbrake (version 0.10.2 for x86_64) that have a chapter track. Each are produced using the normal profile with the extra settings of web optomised and fast deinterlace. Each of these files, on their own, work flawlessly in a number of media players. On occasion I want to concetenate two or more of these files together to produce a single file. After some experimentation I've been doing this using MP4Box with the following command line (Note that usually the -force-cat option isn't really needed and it appears to make no difference to the following anyway):
```
MP4Box -force-cat -cat part1.m4v part2.m4v -new merged.m4v
```
When I then open the merged file I find that the length of the video is longer than the sum of the two parts. The exact extra duration seems to vary and I haven't yet spotted any obvious patterns. This happens with every set of files I've tried that have a chapter track. The result is that the video plays normally but ends before it's reached the stated duration, but at the point you would expect if you simply add the lengths of the two parts together. It also means that if you seak past the actual end some players get rather upset!
As an example here is the output from -info for two input files
\* Movie Info *
Timescale 1000 - 3 tracks
Computed Duration 01:41:18.840 - Indicated Duration 01:41:18.840
Fragmented File: no
File suitable for progressive download (moov before mdat)
File Brand mp42 - version 512
Created: GMT Sat Jul 30 12:27:08 2016
Modified: GMT Sat Jul 30 12:27:08 2016
File has no MPEG4 IOD/OD
iTunes Info:
Encoder Software: HandBrake 0.10.2 2015090200
1 UDTA types: meta (1)
Track # 1 Info - TrackID 1 - TimeScale 90000
Media Duration 01:41:18.840 - Indicated Duration 01:41:18.840
Track has 1 edit lists: track duration is 01:41:18.840
Media Info: Language "Undetermined (und)" - Type "vide:avc1" - 151970 samples
Visual Track layout: x=0 y=0 width=1015 height=424
MPEG-4 Config: Visual Stream - ObjectTypeIndication 0x21
AVC/H264 Video - Visual Size 714 x 424
AVC Info: 1 SPS - 1 PPS - Profile Main @ Level 4
NAL Unit length bits: 32
Pixel Aspect Ratio 64:45 - Indicated track size 1015 x 424
Chroma format YUV 4:2:0 - Luma bit depth 8 - chroma bit depth 8
SPS#1 hash: 3523075FCABC05AE3056F84F3CBDC8777E720AE8
PPS#1 hash: 8C412D9B36B16186B36C96A052D45F2432B0757F
Self-synchronized
RFC6381 Codec Parameters: avc1.4d4028
Average GOP length: 76 samples
Track # 2 Info - TrackID 2 - TimeScale 48000
Media Duration 01:41:17.802 - Indicated Duration 01:41:17.802
Track has 1 edit lists: track duration is 01:41:17.781
Media Info: Language "English (eng)" - Type "soun:mp4a" - 284897 samples
1 UDTA types: name (1)
MPEG-4 Config: Audio Stream - ObjectTypeIndication 0x40
MPEG-4 Audio AAC LC - 2 Channel(s) - SampleRate 48000
Synchronized on stream 1
RFC6381 Codec Parameters: mp4a.40.2
Alternate Group ID 1
All samples are sync
Track # 3 Info - TrackID 3 - TimeScale 1000
Media Duration 01:41:18.440 - Indicated Duration 01:41:18.440
Track has 1 edit lists: track duration is 01:41:18.440
Track is disabled
Media Info: Language "Undetermined (und)" - Type "text:text" - 27 samples
Unknown Text Stream
Size 0 x 0 - Translation X=0 Y=0 - Layer 0
RFC6381 Codec Parameters: text
All samples are sync
and for the second file
\* Movie Info *
Timescale 1000 - 3 tracks
Computed Duration 01:57:29.760 - Indicated Duration 01:57:29.760
Fragmented File: no
File suitable for progressive download (moov before mdat)
File Brand mp42 - version 512
Created: GMT Sat Jul 30 13:39:12 2016
Modified: GMT Sat Jul 30 13:39:12 2016
File has no MPEG4 IOD/OD
iTunes Info:
Encoder Software: HandBrake 0.10.2 2015090200
1 UDTA types: meta (1)
Track # 1 Info - TrackID 1 - TimeScale 90000
Media Duration 01:57:29.760 - Indicated Duration 01:57:29.760
Track has 1 edit lists: track duration is 01:57:29.760
Media Info: Language "Undetermined (und)" - Type "vide:avc1" - 176244 samples
Visual Track layout: x=0 y=0 width=1010 height=422
MPEG-4 Config: Visual Stream - ObjectTypeIndication 0x21
AVC/H264 Video - Visual Size 710 x 422
AVC Info: 1 SPS - 1 PPS - Profile Main @ Level 4
NAL Unit length bits: 32
Pixel Aspect Ratio 21845:15346 - Indicated track size 1010 x 422
Chroma format YUV 4:2:0 - Luma bit depth 8 - chroma bit depth 8
SPS#1 hash: EA4CDB1C10724A8D592EC3C564199C7569802852
PPS#1 hash: 8C412D9B36B16186B36C96A052D45F2432B0757F
Self-synchronized
RFC6381 Codec Parameters: avc1.4d4028
Average GOP length: 86 samples
Track # 2 Info - TrackID 2 - TimeScale 48000
Media Duration 01:57:29.664 - Indicated Duration 01:57:29.664
Track has 1 edit lists: track duration is 01:57:29.642
Media Info: Language "English (eng)" - Type "soun:mp4a" - 330453 samples
1 UDTA types: name (1)
MPEG-4 Config: Audio Stream - ObjectTypeIndication 0x40
MPEG-4 Audio AAC LC - 2 Channel(s) - SampleRate 48000
Synchronized on stream 1
RFC6381 Codec Parameters: mp4a.40.2
Alternate Group ID 1
All samples are sync
Track # 3 Info - TrackID 3 - TimeScale 1000
Media Duration 01:57:29.120 - Indicated Duration 01:57:29.120
Track has 1 edit lists: track duration is 01:57:29.120
Track is disabled
Media Info: Language "Undetermined (und)" - Type "text:text" - 21 samples
Unknown Text Stream
Size 0 x 0 - Translation X=0 Y=0 - Layer 0
RFC6381 Codec Parameters: text
All samples are sync
If I then merge these two files using the command line I talked about above, I get a file that gives the following info
\* Movie Info *
Timescale 1000 - 3 tracks
Computed Duration 03:46:33.600 - Indicated Duration 03:46:33.600
Fragmented File: no
File suitable for progressive download (moov before mdat)
File Brand M4V - version 1
Created: GMT Sat Jul 30 18:27:22 2016
Modified: GMT Sat Jul 30 18:27:22 2016
File has root IOD (9 bytes)
Scene PL 0xff - Graphics PL 0xff - OD PL 0xff
Visual PL: ISO Reserved Profile (0x15)
Audio PL: AAC Profile @ Level 2 (0x29)
No streams included in root OD
Track # 1 Info - TrackID 1 - TimeScale 90000
Media Duration 03:38:48.600 - Indicated Duration 03:38:48.600
Track has 3 edit lists: track duration is 03:38:48.600
Media Info: Language "Undetermined (und)" - Type "vide:avc1" - 328214 samples
Visual Track layout: x=0 y=0 width=1015 height=424
MPEG-4 Config: Visual Stream - ObjectTypeIndication 0x21
AVC/H264 Video - Visual Size 714 x 424
AVC Info: 1 SPS - 1 PPS - Profile Main @ Level 4
NAL Unit length bits: 32
Pixel Aspect Ratio 64:45 - Indicated track size 1015 x 424
Chroma format YUV 4:2:0 - Luma bit depth 8 - chroma bit depth 8
SPS#1 hash: 3523075FCABC05AE3056F84F3CBDC8777E720AE8
PPS#1 hash: 8C412D9B36B16186B36C96A052D45F2432B0757F
Self-synchronized
RFC6381 Codec Parameters: avc1.4d4028
Average GOP length: 81 samples
Track # 2 Info - TrackID 2 - TimeScale 90000
Media Duration 03:38:48.504 - Indicated Duration 03:38:48.504
Track has 3 edit lists: track duration is 03:38:47.423
Media Info: Language "English (eng)" - Type "soun:mp4a" - 615350 samples
1 UDTA types: name (1)
MPEG-4 Config: Audio Stream - ObjectTypeIndication 0x40
MPEG-4 Audio AAC LC - 2 Channel(s) - SampleRate 48000
Synchronized on stream 1
RFC6381 Codec Parameters: mp4a.40.2
Alternate Group ID 1
All samples are sync
Track # 3 Info - TrackID 3 - TimeScale 90000
Media Duration 03:19:57.857 - Indicated Duration 03:19:57.857
Track has 3 edit lists: track duration is 03:46:33.600
Track is disabled
Media Info: Language "Undetermined (und)" - Type "text:text" - 48 samples
Unknown Text Stream
Size 0 x 0 - Translation X=0 Y=0 - Layer 0
RFC6381 Codec Parameters: text
All samples are sync
Here you can see that both the video and audio tracks are 03:38:48 in length which matches the sum of the lengths of the two parts. The chapter track is shown as having an "indicated duration" of 03:19:57 but a "track duration" of 03:46:33 which is approximately 8 minutes longer than it should be. When this file is played the length is reported as 3 hours and 46 minutes, but if you try and watch or seek past 03:38:48 it causes the player to stop, which makes sense as there is no audio or video data.
My feeling is that there is a bug somewhere in the concatenation of the two chapter tracks causing the duration to be wrongly reported.
I have figured out a work around which might allow you to shed some light on the issue. Once I have the merged file I extract the chapter information to a TTXT file using the command
```
MP4Box -ttxt 3 merged.m4v
```
The resulting file looks fine and the last TextSample element has a sampleTime of 03:19:57.857 matching the indicated duration of the track.
The final stage is then to combine the audio and video from the merged file with this chapter track using the command
```
MP4Box -add merged.m4v#video -add merged.m4v#audio -add merged_3_text.ttxt:chap -new final.m4v
```
Extracting the info from this file gives
\* Movie Info *
Timescale 1000 - 3 tracks
Computed Duration 03:38:48.600 - Indicated Duration 03:38:48.600
Fragmented File: no
File suitable for progressive download (moov before mdat)
File Brand M4V - version 1
Created: GMT Sun Jul 31 08:28:23 2016
Modified: GMT Sun Jul 31 08:28:23 2016
File has root IOD (9 bytes)
Scene PL 0xff - Graphics PL 0xff - OD PL 0xff
Visual PL: ISO Reserved Profile (0x15)
Audio PL: AAC Profile @ Level 2 (0x29)
No streams included in root OD
Track # 1 Info - TrackID 1 - TimeScale 90000
Media Duration 03:38:48.600 - Indicated Duration 03:38:48.600
Track has 3 edit lists: track duration is 03:38:48.600
Media Info: Language "Undetermined (und)" - Type "vide:avc1" - 328214 samples
Visual Track layout: x=0 y=0 width=1015 height=424
MPEG-4 Config: Visual Stream - ObjectTypeIndication 0x21
AVC/H264 Video - Visual Size 714 x 424
AVC Info: 1 SPS - 1 PPS - Profile Main @ Level 4
NAL Unit length bits: 32
Pixel Aspect Ratio 64:45 - Indicated track size 1015 x 424
Chroma format YUV 4:2:0 - Luma bit depth 8 - chroma bit depth 8
SPS#1 hash: 3523075FCABC05AE3056F84F3CBDC8777E720AE8
PPS#1 hash: 8C412D9B36B16186B36C96A052D45F2432B0757F
Self-synchronized
RFC6381 Codec Parameters: avc1.4d4028
Average GOP length: 81 samples
Track # 2 Info - TrackID 2 - TimeScale 90000
Media Duration 03:38:48.504 - Indicated Duration 03:38:48.504
Track has 3 edit lists: track duration is 03:38:47.423
Media Info: Language "English (eng)" - Type "soun:mp4a" - 615350 samples
1 UDTA types: name (1)
MPEG-4 Config: Audio Stream - ObjectTypeIndication 0x40
MPEG-4 Audio AAC LC - 2 Channel(s) - SampleRate 48000
Synchronized on stream 1
RFC6381 Codec Parameters: mp4a.40.2
Alternate Group ID 1
All samples are sync
Track # 3 Info - TrackID 3 - TimeScale 1000
Media Duration 03:38:48.600 - Indicated Duration 03:38:48.600
Track is disabled
Media Info: Language "Undetermined (und)" - Type "text:tx3g" - 48 samples
Unknown Text Stream
Size 0 x 0 - Translation X=0 Y=0 - Layer 0
RFC6381 Codec Parameters: tx3g
All samples are sync
As you can see the chapter track now has an indicated duration that matches the audio and video tracks and this file plays perfectly in the media players I've tried. The only differences I can see are that the chapter track no longer has an edit list and is reported as type text:tx3g instead of text:text as well as the TimeScale being 1000 instead of 90000, but I'm not sure if any of those would cause the issue.
|
Concatenating files with Chapter Tracks leads to incorrect total duration
|
https://api.github.com/repos/gpac/gpac/issues/599/comments
| 11 |
2016-07-31T11:04:50Z
|
2019-07-07T17:25:51Z
|
https://github.com/gpac/gpac/issues/599
| 168,512,839 | 599 |
[
"gpac",
"gpac"
] |
Hi
I have a Sansa Clip Jam player that doesn't handle m4a files very well.
If I mux the aac files to m4a with FFmpeg it won't play them at all.
If I mux the aac files to m4a with mp4creator 1.6.1e-pre it will play them, but only if they are not more than 30 minutes duration.
If I mux the aac files to m4a with MP4Box it will play them, but only if they are not more than 11 minutes duration.
I have uploaded to MediaFire a 30 minute m4a file muxed with mp4creator that plays OK with the SandDisk "tester.m4a".
Is there a setting for MP4Box that will allow me to play longer files with the SanDisk?
|
Is it possible to mux longer m4a files with MP4Box that will play with low-spec SanDisk.
|
https://api.github.com/repos/gpac/gpac/issues/598/comments
| 7 |
2016-07-27T15:36:39Z
|
2016-10-10T10:43:54Z
|
https://github.com/gpac/gpac/issues/598
| 167,885,401 | 598 |
[
"gpac",
"gpac"
] |
This happens because function "atof" is used (log from Android Monitor at the end).
[Apparently](https://groups.google.com/forum/#!topic/android-ndk/RjO9WmG9pfE), when building for Android API > 19 by default some inline functions are not included since they are in "libc.so" (the Bionic C library used by Android).
However, we are building for API 18 (4.3.1), so I assume that that this is a new undocumented "feature" of the latest NDK (12b).
In order to be able to build, NDK r11c (or earlier) must be used.
Donwload link for NDK r11c (Linux): http://dl.google.com/android/repository/android-ndk-r11c-linux-x86_64.zip
Donwload link for NDK r11c (OS X): http://dl.google.com/android/repository/android-ndk-r11c-darwin-x86_64.zip
P.S. Maybe we should update the documentation until it's fixed
---
---
Android Monitor Log:
```
07-26 16:16:33.231 15977-16059/? I/LibrariesLoader: Loading library gpacWrapper...
07-26 16:16:33.231 15977-16059/? D/dalvikvm: Trying to load lib /data/app-lib/com.gpac.Osmo4-1/libgpacWrapper.so 0x42a50648
07-26 16:16:33.231 15977-16059/? E/dalvikvm: dlopen("/data/app-lib/com.gpac.Osmo4-1/libgpacWrapper.so") failed: dlopen failed: could not load library "libgpac.so" needed by "libgpacWrapper.so"; caused by cannot locate symbol "atof" referenced by "libgpac.so"...
07-26 16:16:33.236 15977-16059/? E/LibrariesLoader: Failed to load library : gpacWrapper due to link error dlopen failed: could not load library "libgpac.so" needed by "libgpacWrapper.so"; caused by cannot locate symbol "atof" referenced by "libgpac.so"...
java.lang.UnsatisfiedLinkError: dlopen failed: could not load library "libgpac.so" needed by "libgpacWrapper.so"; caused by cannot locate symbol "atof" referenced by "libgpac.so"...
at java.lang.Runtime.loadLibrary(Runtime.java:365)
at java.lang.System.loadLibrary(System.java:526)
at com.gpac.Osmo4.GPACInstance.loadAllLibraries(GPACInstance.java:72)
at com.gpac.Osmo4.GPACInstance.<init>(GPACInstance.java:142)
at com.gpac.Osmo4.Osmo4Renderer.onSurfaceCreated(Osmo4Renderer.java:26)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1509)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1248)
07-26 16:16:33.286 15977-16059/? E/LibrariesLoader: Exceptions while loading libraries:
gpacWrapper[UnsatisfiedLinkError]: dlopen failed: could not load library "libgpac.so" needed by "libgpacWrapper.so"; caused by cannot locate symbol "atof" referenced by "libgpac.so"...
gm_droid_cam[UnsatisfiedLinkError]: dlopen failed: could not load library "libgpac.so" needed by "libgm_droid_cam.so"; caused by cannot locate symbol "atof" referenced by "libgpac.so"...
gm_droid_mpegv[UnsatisfiedLinkError]: dlopen failed: could not load library "libgpac.so" needed by "libgm_droid_mpegv.so"; caused by cannot locate symbol "atof" referenced by "libgpac.so"...
gpac[UnsatisfiedLinkError]: dlopen failed: cannot locate symbol "atof" referenced by "libgpac.so"...
```
|
Cannot load libgpac [on devices running Android 4.4.2 or earlier]
|
https://api.github.com/repos/gpac/gpac/issues/596/comments
| 3 |
2016-07-26T14:44:35Z
|
2016-10-10T12:20:59Z
|
https://github.com/gpac/gpac/issues/596
| 167,625,539 | 596 |
[
"gpac",
"gpac"
] |
How to create MPD for SRD and If OSMO4 support SRD?
|
SRD Player and MPD
|
https://api.github.com/repos/gpac/gpac/issues/595/comments
| 2 |
2016-07-26T08:11:29Z
|
2016-10-14T07:24:41Z
|
https://github.com/gpac/gpac/issues/595
| 167,545,952 | 595 |
[
"gpac",
"gpac"
] |
The source code of the extra libs (zlib, etc.) are put inside .zip. Why? Should we revert this change, or update the READMEs accordingly?
|
android extra_libs package is broken
|
https://api.github.com/repos/gpac/gpac/issues/594/comments
| 2 |
2016-07-25T09:01:36Z
|
2019-06-28T16:37:27Z
|
https://github.com/gpac/gpac/issues/594
| 167,317,893 | 594 |
[
"gpac",
"gpac"
] |
Debian bug: https://bugs.debian.org/826814
OpenJPEG 1 is about to be removed from Debian so the OpenJPEG code in GPAC needs to be ported to OpenJPEG 2, or the JPEG2000 reader will have to be disabled in Debian (and probably other downstreams when they start removing OpenJPEG 1).
|
Support OpenJPEG 2
|
https://api.github.com/repos/gpac/gpac/issues/592/comments
| 1 |
2016-07-23T10:33:46Z
|
2019-07-03T13:22:07Z
|
https://github.com/gpac/gpac/issues/592
| 167,178,636 | 592 |
[
"gpac",
"gpac"
] |
I am using an **ImageTexture** whose URL is pointing to a **remote image**. It seems that the image is not downloaded/rendered. **It works with local resources**.
Note: the test was performed on Android.
Please find a very simple example below:
```
Shape {
appearance Appearance {
texture ImageTexture {
url ["http://maps.google.com/maps/api/staticmap?center=48.626669,2.433912&zoom=19&size=256x256&maptype=satellite&sensor=true"]
}
material Material2D {
emissiveColor 0 0 0
filled true
lineProps LineProperties {
width 0
}
}
}
geometry Rectangle {
size 250 250
}
}
```
I have tried with other links but I get the same problem.
This is what I get in the logs:
> I GPAC_WRAPPER: Unknown Message 88
> I GF_LOG_CODEC: [PrivateDec] Codec GPAC Context Loader Processing at 1
> I GF_LOG_MEDIA: [ODM1] Channel 65534 is end of stream
> I Osmo4Renderer: Surface changed from thread Thread[GLThread 598,5,main]
> I LibrariesLoader: Resizing to 1080x1776
> V WRAPPER_JNI: resize::start
> V GPAC_WRAPPER: resize start
> V GPAC_WRAPPER: resize end
> V WRAPPER_JNI: resize::end
> I GF_LOG_MEDIA: [Scene] Inserting new MediaObject 9de269c0 for resource http://maps.google.com/maps/api/staticmap?center=48.626669,2.433912&zoom=19&size=25
> true
> I GF_LOG_MEDIA: [Terminal] Object redirection to http://maps.google.com/maps/api/staticmap?center=48.626669,2.433912&zoom=19&size=256x256&maptype=satellite
>
> I GF_LOG_MEDIA: [Terminal] Looking for plugin for URL http://maps.google.com/maps/api/staticmap?center=48.626669,2.433912&zoom=19&size=256x256&maptype=sate
>
> V PhoneStatusBar: setLightsOn(true)
> I GF_LOG_MEDIA: [Terminal] Mime type found: image/png
> I GF_LOG_DASH: /home/traian/work/gpac/gpac_0.6.2_v5/build/android/jni/libgpac/../../../../src/terminal/network_service.c:918 FOUND matching module GPAC Ima
>
> I GF_LOG_MEDIA: [Terminal] Found input plugin GPAC Image Reader for URL http://maps.google.com/maps/api/staticmap?center=48.626669,2.433912&zoom=19&size=25
> true (image/png)
> I GPAC_WRAPPER: Rebuilding methods for thread -1651771088
> I GPAC_WRAPPER: Getting current Thread -1651771088...
> I GPAC_WRAPPER: Getting current Thread DONE = 0xaee1b460, now registering before exit...
> I GPAC_WRAPPER: Registering DONE for -1651771088
> I GF_LOG_MEDIA: [Terminal] Service connection ACK received from http://maps.google.com/maps/api/staticmap?center=48.626669,2.433912&zoom=19&size=256x256&ma
> o Error
> I GF_LOG_MEDIA: [ODM] Setting up root object for http://maps.google.com/maps/api/staticmap?center=48.626669,2.433912&zoom=19&size=256x256&maptype=satellite
>
> I GF_LOG_MEDIA: [Terminal] Setting up object streams
> I GF_LOG_MEDIA: [ODM] Creating codec for stream 1
> I GF_LOG_CODEC: [Codec] Found decoder FFMPEG decoder for stream type PNG Image
> I GF_LOG_MEDIA: [Terminal] Registering codec FFMPEG decoder
> I GF_LOG_MEDIA: [Terminal] Channel connection ACK received from http://maps.google.com/maps/api/staticmap?center=48.626669,2.433912&zoom=19&size=256x256&ma
> o Error
> I GF_LOG_MEDIA: [Terminal] Channel 1 connected - 1 objects opened
> I GF_LOG_CODEC: [Codec] Attaching stream 1 to codec FFMPEG decoder
> I GF_LOG_CODEC: [ODM] Creating composition buffer for codec FFMPEG decoder - 1 units 0 bytes each
> I GF_LOG_MEDIA: [ODM1050] No CU available
> I GF_LOG_MEDIA: [Scene] Setup object manager 1050 (MO 0x9de269c0)
> I GF_LOG_SYNC: [SyncLayer] Starting ES 1
> I GF_LOG_MEDIA: [ODM1050] CH1: At OTB 0 starting channel
> W art : Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[18,tid=12733
> =0x130340a0,"Thread-602"]
> I GF_LOG_MEDIA: [ODM1050 http://maps.google.com/maps/api/staticmap?center=48.626669,2.433912&zoom=19&size=256x256&maptype=satellite&sensor=true] CH1: At OT
> (clock init 0) - speed 1
> I GF_LOG_SYNC: [SyncLayer] CB status changed - ODM1050: buffering on at OTB 0 (STB 13506) (nb wait on clock: 1)
> I GF_LOG_SYNC: [SyncLayer] ES1: Forcing clock initialization at STB 13507 - AU DTS 0 CTS 0
> I GF_LOG_SYNC: [SyncLayer] ES1 (http://maps.google.com/maps/api/staticmap?center=48.626669,2.433912&zoom=19&size=256x256&maptype=satellite&sensor=true) at
> S 0 - size 45287 - RAP 0
> I GPAC_WRAPPER: Destroying a thread with attached data, env=0xaee33150.
> I GF_LOG_CODEC: [FFMPEG decoder] ODM1050 ES1 at 0 decoding frame DTS 0 CTS 0 size 45287 (0 in channels)
> I GF_LOG_SYNC: [SyncLayer] CB Buffering done ODM1050: buffering off at OTB 0 (STB 13513) (nb wait on clock: 0)
> I GF_LOG_CODEC: [FFMPEG decoder] ODM1050 ES1 At 0 (frame TS 0 - 4442 us ): decoded error Feature Not Supported
> I GF_LOG_MEDIA: [ODM1050] Channel 1 is end of stream
> I GF_LOG_CODEC: [FFMPEG decoder] ODM1050 reordering mode - first frame dispatch - CTS 0 - min TS diff 0
> I GF_LOG_CODEC: [FFMPEG decoder] Exit decode loop because no more input data
> I GF_LOG_MEDIA: [Compositor] done flushing frame in 0 ms
> I GF_LOG_MEDIA: [ODM1050] Switching composition memory to stop state - time 0
> I GPAC_WRAPPER: EOS Reached (103)
> I GF_LOG_MEDIA: [ODM1050] No CU available
> I GF_LOG_MEDIA: [Compositor] done flushing frame in 0 ms
|
Remote image not being downloaded/rendered in ImageTexture node
|
https://api.github.com/repos/gpac/gpac/issues/591/comments
| 5 |
2016-07-20T15:29:48Z
|
2016-07-21T11:02:04Z
|
https://github.com/gpac/gpac/issues/591
| 166,610,835 | 591 |
[
"gpac",
"gpac"
] |
I am using mp4Box to package the mp4 files to DASH using.
One is mv_dash.mpd, another is mv_dashinit.mp4.
Then I put it on the Amazon S3 server and get the mpd file URL link as
https://s3-ap-southeast-1.amazonaws.com/dash1029/media/mp4box/mv_dash.mpd.
When I using DASHIF client player (http://dashif.org/reference/players/javascript/v2.2.0/samples/dash-if-reference-player/index.html) to load the mv_dash.mpd file, the player seems no reactions.
But shaka-packager work!
Can anyone give some help? Thanks
|
Cannot play DASH streaming
|
https://api.github.com/repos/gpac/gpac/issues/590/comments
| 15 |
2016-07-20T03:54:32Z
|
2019-04-15T20:59:27Z
|
https://github.com/gpac/gpac/issues/590
| 166,489,218 | 590 |
[
"gpac",
"gpac"
] |
I have been running an MP4 command line via a BAT file and it appears that if I specify the path using an address with periods - either an IP address or FQDM, the files created are missing file extensions, whereas if I use the "server name", the files are created with .mp4 extensions as expected.
Command Line Used:
`"C:\Program Files\GPAC\mp4box.exe" -single 2 -single 3 -single 4 -single 5 "\\192.168.3.5\old_nearline\TEST_1080P_2398_24CH.mp4"`
This was repeated with server name (`\\vault05\`) which created files with extensions, and also fully qualified domain name (`\\vault05.office.company-name.com\`) which again dropped the extensions.
No error messages given.
OS Tested = Windows 7 x64 and Windows Server 2008 R2 Standard (64bit)
Tested with:
gpac-0.6.1-rev0-g72d766c-master-x64.exe
gpac-0.6.2-DEV-rev673-gcf249c1-master-x64.exe
I've uploaded the above file to the MediaFire dropbox.
Many Thanks
Matt
|
If source path contains periods, extracted tracks are missing file extensions.
|
https://api.github.com/repos/gpac/gpac/issues/588/comments
| 1 |
2016-07-18T13:29:00Z
|
2017-10-17T08:43:20Z
|
https://github.com/gpac/gpac/issues/588
| 166,093,517 | 588 |
[
"gpac",
"gpac"
] |
With this .mp4 file I only get the .h264 video file and no .acc audio file (https://www.rt.com/shows/crosstalk/350122-cold-war-nato-role):


mp4box.exe -raw 1:output="%%~nA.h264" -raw 2:output="%%~nA.aac" %%A
The original mp4 plays normally in player, but if I use the command line below I get 5 seconds of audio in a m4a file:
mp4box.exe -raw 2:output="%%~nA.m4a" %%A
|
MP4Box Not Extracting Audio
|
https://api.github.com/repos/gpac/gpac/issues/585/comments
| 7 |
2016-07-11T13:36:47Z
|
2016-10-10T10:45:49Z
|
https://github.com/gpac/gpac/issues/585
| 164,838,721 | 585 |
[
"gpac",
"gpac"
] |
I was trying to encrypt this video named "oggy.mp4".
For this purpose,
- Firstly I seperated audio and video from the audio using "raw" command.
- then I converted, two audio tracks to mp4 tracks.
- after that I encrypted the video, with file "oggy_encoder.xml"
- Finally I created the dash file using the encrypted video and unencrypted audio.
Now, there is problem with the audio in finally prepared file oggy_audio_dashinit.mp4.
Need help with this.
Attaching all the used files and logs by chrome(using shaka player).
I have uploaded zip file to media fire.
|
Problem with encoding audio with mp4Box
|
https://api.github.com/repos/gpac/gpac/issues/583/comments
| 10 |
2016-07-06T05:40:39Z
|
2021-10-09T06:59:44Z
|
https://github.com/gpac/gpac/issues/583
| 164,002,247 | 583 |
[
"gpac",
"gpac"
] |
Hi
I have raw .264 stream encoded at 30000/1001 fps.
If I mux it "blindly" without -fps option, mp4box sets up 120000/4004.
If I mux with -fps=29.97, mp4box sets up 30000/1001.
Both are the same and correct, but why mp4box just not divide values to the lowest possible?
Similar with 25fps (25000/1000 instead of just 25/1).
Other timescale case, stream encoded at 2997/100 (round ntsc).
Mp4box sets up 11988/400 (as above 4 times higher).
But in this case I can't restore original 2997/100 timescale because fps=29.97 mp4box interprets as 30000/1001.
In this case It is impossible override framerate of ntsc_stream with framerate of rounded_ntsc_stream. (It's just few ms difference in 1hour clip, but it is incorrect, and rise with movie lenght).
It all could be fixed, if mp4box -fps allow specify it also as -fps=num:den (similar to -par style option).
Any thoughts?
|
Timescales question
|
https://api.github.com/repos/gpac/gpac/issues/581/comments
| 10 |
2016-07-01T16:11:40Z
|
2019-07-01T20:36:37Z
|
https://github.com/gpac/gpac/issues/581
| 163,427,755 | 581 |
[
"gpac",
"gpac"
] |
While writing video decoding module for osmo4 for android. I was having some a/v sync issue with h.264 1080p. Due to this, I tried to set the CTS time but I cannot find its unit. It's not documented. https://github.com/gpac/gpac/blob/cb883bf55302ed5198b5cb1fd05648ad5de2006d/include/gpac/modules/codec.h#L245
Also, after experimenting I found it played 360p videos well without any issues. To make it work for 1080p, I tried to lower the duration for waiting for the input and output buffers to be available, it seems to eliminate sync issues but now video is lacking detail, colors looks faded and square blocks on most of the frame.
|
osmo4 android a/v sync issues
|
https://api.github.com/repos/gpac/gpac/issues/580/comments
| 0 |
2016-07-01T09:50:45Z
|
2019-06-29T14:12:23Z
|
https://github.com/gpac/gpac/issues/580
| 163,360,295 | 580 |
[
"gpac",
"gpac"
] |
CENC describes 4 different encryption schemes, of which mp4box only supports a subset (only 'cenc', I believe?). I would like to request that support be added for the other encryption schemes, too, as they may become relevant in the near future (especially with fMP4-HLS).
This is implemented by [shaka-packager](https://github.com/google/shaka-packager/issues/78) - achieving feature-parity here would be nice.
|
Add support for all CENC encryption schemes
|
https://api.github.com/repos/gpac/gpac/issues/577/comments
| 1 |
2016-06-30T07:54:08Z
|
2017-07-28T13:24:37Z
|
https://github.com/gpac/gpac/issues/577
| 163,103,516 | 577 |
[
"gpac",
"gpac"
] |
Is there a way to do this using mp4box? I know you can add multiple representations within a single command to generate a single mpd, but can you update an existing mpd with mp4box to add in a new representation after the file is already generated? I couldn't find this information anywhere. Thanks.
|
Adding new representations to an already existent mpd file using mp4box.
|
https://api.github.com/repos/gpac/gpac/issues/576/comments
| 1 |
2016-06-28T20:17:09Z
|
2016-07-02T09:23:34Z
|
https://github.com/gpac/gpac/issues/576
| 162,776,826 | 576 |
[
"gpac",
"gpac"
] |
File src/terminal/media_object.c in line 1487 contains a non-breaking space that makes compilation fail with at least MinGW GCC.
I'd suggest having a git hook to prevent committing these, if it can't be avoided in the editor.
With this command grep should highlight the location of the nbsp for easier removal:
``` bash
$ git grep -PIn ".?.?.?\xC2\xA0.?.?.?"
```
```
applications/dashcast/audio_decoder.c:37: GF_LOG(GF_LOG_DEBUG, GF_LOG_DASH, ("[DashCast] Audio Decoder enter setup at UTC "LLU"\n", gf_net_get_utc() ));
applications/dashcast/audio_decoder.c:92: GF_LOG(GF_LOG_DEBUG, GF_LOG_DASH, ("[DashCast] Audio capture open at UTC "LLU"\n", gf_net_get_utc() ));
applications/dashcast/audio_decoder.c:144: GF_LOG(GF_LOG_DEBUG, GF_LOG_DASH, ("[DashCast] Audio Decoder open at UTC "LLU"\n", gf_net_get_utc() ));
applications/dashcast/audio_decoder.c:296: GF_LOG(GF_LOG_DEBUG, GF_LOG_DASH, ("[DashCast] Decode audio frame pts %d at UTC "LLU"\n", audio_input_data->next_pts, gf_net_get_utc() ));
applications/dashcast/audio_muxer.c:169: GF_LOG(GF_LOG_DEBUG, GF_LOG_DASH, ("[DashCast] Audio segment %s started at "LLU"\n", filename, gf_net_get_utc() ));
applications/dashcast/audio_muxer.c:202: GF_LOG(GF_LOG_DEBUG, GF_LOG_DASH, ("[DashCast] Audio segment closed at "LLU"\n", gf_net_get_utc() ));
applications/dashcast/audio_muxer.c:428: GF_LOG(GF_LOG_DEBUG, GF_LOG_DASH, ("[DashCast] Audio start fragment first DTS %d at "LLU"\n", audio_output_file->first_dts, gf_net_get_utc() ));
applications/dashcast/audio_muxer.c:433: GF_LOG(GF_LOG_DEBUG, GF_LOG_DASH, ("[DashCast] Audio flush fragment first DTS %d at "LLU"\n", audio_output_file->first_dts, gf_net_get_utc() ));
applications/dashcast/controler.c:1102: GF_LOG(GF_LOG_DEBUG, GF_LOG_DASH, ("[DashCast] Controler init at UTC "LLU"\n", gf_net_get_utc() ));
build/xcode/generate_ios.sh:9:BRANCH=$(git rev-parse --abbrev-ref HEAD 2> /dev/null || echo "UNKNOWN")
check_revision.sh:9:BRANCH=$(git rev-parse --abbrev-ref HEAD 2>>gtmp || echo "UNKNOWN")
mkdmg.sh:93:BRANCH=$(git rev-parse --abbrev-ref HEAD 2> /dev/null || echo "UNKNOWN")
modules/aac_in/faad_dec.c:436: GF_LOG(GF_LOG_DEBUG, GF_LOG_CODEC, ("[FAAD] DecoderSpecificInfo missing - cannot initialize\n"));
modules/saf_in/saf_in.c:212: GF_LOG(GF_LOG_ERROR, GF_LOG_CONTAINER, ("[SAF] Failed to allocate SAF channel"));
modules/timedtext/timedtext_dec.c:903: GF_LOG(GF_LOG_ERROR, GF_LOG_CODEC, ("[TimedText] Failed to allocate text chunk\n"));
modules/timedtext/timedtext_dec.c:919: GF_LOG(GF_LOG_ERROR, GF_LOG_CODEC, ("[TimedText] Failed to allocate text chunk\n"));
modules/timedtext/timedtext_dec.c:928: GF_LOG(GF_LOG_ERROR, GF_LOG_CODEC, ("[TimedText] Failed to allocate text chunk\n"));
modules/timedtext/timedtext_dec.c:941: GF_LOG(GF_LOG_ERROR, GF_LOG_CODEC, ("[TimedText] Failed to allocate text chunk\n"));
src/media_tools/mpegts.c:2323: GF_LOG(GF_LOG_ERROR, GF_LOG_CONTAINER, ("[MPEG2TS] Failed to allocate ES for pid %d\n", pid));
src/media_tools/mpegts.c:2335: GF_LOG(GF_LOG_ERROR, GF_LOG_CONTAINER, ("[MPEG2TS] Failed to allocate ES for pid %d\n", pid));
src/media_tools/mpegts.c:2346: GF_LOG(GF_LOG_ERROR, GF_LOG_CONTAINER, ("[MPEG2TS] Failed to allocate ES for pid %d\n", pid));
src/media_tools/mpegts.c:2371: GF_LOG(GF_LOG_ERROR, GF_LOG_CONTAINER, ("[MPEG2TS] Failed to allocate ES for pid %d\n", pid));
src/scenegraph/dom_events.c:687: GF_LOG(GF_LOG_ERROR, GF_LOG_SCENE, ("[VRML] Failed to allocate SMIL timing resolved value\n"));
src/scenegraph/dom_smjs.c:2070: GF_LOG(GF_LOG_ERROR, GF_LOG_SCRIPT, ("[DOMJS] Failed to allocate DOM attribute\n"));
src/scenegraph/dom_smjs.c:2937: GF_LOG(GF_LOG_ERROR, GF_LOG_SCRIPT, ("[WHR] Failed to allocate XHR object\n"));
src/scenegraph/mpeg4_animators.c:487: GF_LOG(GF_LOG_ERROR, GF_LOG_SCENE, ("[VRML] Failed to allocate position animator stack\n"));
src/scenegraph/mpeg4_animators.c:653: GF_LOG(GF_LOG_ERROR, GF_LOG_SCENE, ("[VRML] Failed to allocate position animator 2D stack\n"));
src/scenegraph/mpeg4_animators.c:815: GF_LOG(GF_LOG_ERROR, GF_LOG_SCENE, ("[VRML] Failed to allocate scalar animator stack\n"));
src/scenegraph/smil_anim.c:1426: GF_LOG(GF_LOG_ERROR, GF_LOG_SMIL,("[SMIL] Error creating anim xlink attrib\n"));
src/terminal/input_sensor.c:495: GF_LOG(GF_LOG_ERROR, GF_LOG_INTERACT, ("[Terminal] Failed to allocate input sensor stack\n"));
src/terminal/input_sensor.c:967: GF_LOG(GF_LOG_ERROR, GF_LOG_INTERACT, ("[Terminal] Failed to allocate string sensor stack\n"));
src/terminal/media_control.c:529: GF_LOG(GF_LOG_ERROR, GF_LOG_INTERACT, ("[Terminal] Failed to allocate media control stack\n"));
src/terminal/media_manager.c:141: GF_LOG(GF_LOG_ERROR, GF_LOG_MEDIA, ("[Terminal] Failed to allocate decoder entry\n"));
src/terminal/media_memory.c:110: GF_LOG(GF_LOG_ERROR, GF_LOG_MEDIA, ("[Terminal] Failed to allocate composition memory\n"));
src/terminal/media_object.c:1487: if (!mo->odm || !mo->odm->codec) {
src/terminal/media_sensor.c:99: GF_LOG(GF_LOG_ERROR, GF_LOG_MEDIA, ("[Terminal] Failed to allocate media sensor stack\n"));
src/terminal/network_service.c:1061: GF_LOG(GF_LOG_ERROR, GF_LOG_MEDIA, ("[Terminal] Failed to allocate network service\n"));
src/terminal/scene.c:2542: GF_LOG(GF_LOG_ERROR, GF_LOG_MEDIA, ("[Terminal] Failed to allocate media addon\n"));
src/terminal/terminal.c:1523: GF_LOG(GF_LOG_ERROR, GF_LOG_MEDIA, ("[Terminal] Failed to allocate media connection task\n"));
src/terminal/terminal.c:1864: GF_LOG(GF_LOG_ERROR, GF_LOG_MEDIA, ("[Terminal] Failed to allocate network service\n"));
src/utils/downloader.c:3562: GF_LOG(GF_LOG_ERROR, GF_LOG_NETWORK, ("[CACHE] Cannot open partial cache file %s for write\n", newFilename));
src/utils/downloader.c:3568: GF_LOG(GF_LOG_ERROR, GF_LOG_NETWORK, ("[CACHE] Cannot open full cache file %s\n", orig));
src/utils/downloader.c:3579: GF_LOG(GF_LOG_ERROR, GF_LOG_NETWORK, ("[CACHE] Cannot seek at right start offset in %s\n", orig));
```
|
Non-breaking spaces breaking build again
|
https://api.github.com/repos/gpac/gpac/issues/573/comments
| 1 |
2016-06-24T20:57:46Z
|
2016-10-10T10:44:45Z
|
https://github.com/gpac/gpac/issues/573
| 162,229,703 | 573 |
[
"gpac",
"gpac"
] |
I and some others are not in a position to use an installer just to have mp4box available.
Would it be possible to create a non-installer standalone portable mp4box, nightly ?
LOTS of software have portable versions.
Thanks
|
portable (standalone) mp4box ?
|
https://api.github.com/repos/gpac/gpac/issues/570/comments
| 13 |
2016-06-23T01:38:40Z
|
2020-04-10T13:05:23Z
|
https://github.com/gpac/gpac/issues/570
| 161,822,445 | 570 |
[
"gpac",
"gpac"
] |
Hi, I think mp4box slightly incorrect writes edit list in case of video positive delay.
Entry of delay (media_time=-1) is ok, but next entry of track starts from 0, while it should be set equal to ctts with b-frame stream (just like in not delayed video). media_time=0 causes a/v desync here.
I've played also for a while with negative vid delay option (b-framed streams).
Seems mp4box should increase in this case user defined delay by ctts/vid_timescale value.
If it only injects straight recalculated -delay, audio plays too early (time of ctts shift).
There's also impossibilty to set up negative delay when this delay is equal to ctts shift time (which entry is already written for synced playing).
What do you think?
|
Mp4box delay video with b-frames
|
https://api.github.com/repos/gpac/gpac/issues/569/comments
| 9 |
2016-06-21T20:05:03Z
|
2019-07-07T17:36:24Z
|
https://github.com/gpac/gpac/issues/569
| 161,526,855 | 569 |
[
"gpac",
"gpac"
] |
Here's the file:
http://www82.zippyshare.com/v/wCIGnABa/file.html
AVC/H264 Video - Visual Size 852 x 480
and it's ok.
Now, after demuxing video to raw & import back to mp4:
AVC/H264 Video - Visual Size 858 x 480
and video has weird transparency at right side when played in MPC-HC (in Classic totally broken).
What's wrong?
|
Wrong import frame size
|
https://api.github.com/repos/gpac/gpac/issues/567/comments
| 2 |
2016-06-19T11:17:01Z
|
2016-06-19T13:12:09Z
|
https://github.com/gpac/gpac/issues/567
| 161,068,083 | 567 |
[
"gpac",
"gpac"
] |
I use GPAC/MP4box to encrypt my VOD content as reference for my work on DASH Common Encryption. I need the IV value to increment by 1 each time with a new sample. However, MP4box seems to generate the IVs from first IV in different way. How can I specify the method of IV value change in mp4box?
|
control IV value in MP4box Encryption
|
https://api.github.com/repos/gpac/gpac/issues/566/comments
| 2 |
2016-06-17T19:26:05Z
|
2016-07-02T09:23:53Z
|
https://github.com/gpac/gpac/issues/566
| 160,958,414 | 566 |
[
"gpac",
"gpac"
] |
I'm using MP4Box (0.6.2-DEV-rev591-g878a3f3-master) to package CENC encrypted mp4 files. I'm using Widevine for the DRM part and am trying to achieve playback on an iOS device using Widevine's iOS SDK. Now, playback on iOS has to go through a DASH to HLS transmux, which is ensured by [this library](https://github.com/google/universal-dash-transmuxer). But it seems the latter doesn't play well with 'saio' v1 box. A 'saio' v0 box that contains the same value for the offset works correctly. The location of it can remain exactly the same, just version of it is old which their transmuxer requires.
Obviously, I've first enquired about whether an udate of the transmuxer was planned, to accept v1 boxes. Meanwhile, I'm trying to find a workaround. Now, this is a silly and naive question, but is there a way to let MP4Box generates 'saio' v0 box? An older version of the software maybe?
Thanks a lot for your help.
|
MP4Box to generate 'saio' v0 box
|
https://api.github.com/repos/gpac/gpac/issues/564/comments
| 8 |
2016-06-17T06:40:25Z
|
2019-07-07T19:44:09Z
|
https://github.com/gpac/gpac/issues/564
| 160,821,909 | 564 |
[
"gpac",
"gpac"
] |
Version used: gpac-0.6.2-DEV-rev591-g878a3f3-master-x64
Command: `mp4box -dash-strict 4000 -profile "dashavc264:live" -out out\Manifest.mpd audio.mp4 in.mp4 TOS-zh.ttml.mp4:role=subtitle`
Input: [main-role-on-both-audios.zip](https://github.com/gpac/gpac/files/317854/main-role-on-both-audios.zip)
Description: 2 audio streams and 1 text stream
Actual result: text stream gets the expected "subtitle" role; both audio streams get the "main" role
Expected result: text stream gets the expected "subtitle" role; no roles declared on audio streams
Removing the subtitle role also gets rid of the undesired audio roles.
|
Dashing applies main role to multiple audio streams, without even asking for any role on audio streams
|
https://api.github.com/repos/gpac/gpac/issues/562/comments
| 1 |
2016-06-16T07:33:23Z
|
2019-06-28T16:33:15Z
|
https://github.com/gpac/gpac/issues/562
| 160,595,828 | 562 |
[
"gpac",
"gpac"
] |
I wish to mark a subtitle stream as being a subtitle stream (role=subtitle) and as being the main subtitle stream (role=main).
Version used: gpac-0.6.2-DEV-rev591-g878a3f3-master-x64
Command: `mp4box -dash-strict 4000 -profile "dashavc264:live" TOS-es.ttml.mp4:role=main:role=subtitle -out Out\Manifest.mpd`
Input: [TOS-es.ttml.mp4.zip](https://github.com/gpac/gpac/files/317815/TOS-es.ttml.mp4.zip)
Actual result: only the last role descriptor is emitted in the manifest
Expected result: both role descriptors are emitted in the manifest
|
Unable to specify multiple roles when dashing
|
https://api.github.com/repos/gpac/gpac/issues/561/comments
| 1 |
2016-06-16T06:59:45Z
|
2016-07-02T09:24:03Z
|
https://github.com/gpac/gpac/issues/561
| 160,591,116 | 561 |
[
"gpac",
"gpac"
] |
Hi, how to remove this atoms from mp4?
Video and audio tracks has them injected: 1 UDTA types: name (1)
It's pure text (advertising).
|
UDTA remove
|
https://api.github.com/repos/gpac/gpac/issues/560/comments
| 4 |
2016-06-15T17:55:33Z
|
2019-06-28T16:32:05Z
|
https://github.com/gpac/gpac/issues/560
| 160,484,566 | 560 |
[
"gpac",
"gpac"
] |
When dashing an HEVC file that uses the rap sample group with -sample-groups-traf, everything is fine in the "live" and "ondemand" profile, but when no profile is given, there SampleGroupDescriptionBox contains multiple entries with the same values and the SampleToGroupBox describes an incorrect mapping.
|
Bug in sample group dashing
|
https://api.github.com/repos/gpac/gpac/issues/559/comments
| 1 |
2016-06-15T16:25:26Z
|
2019-06-28T16:30:21Z
|
https://github.com/gpac/gpac/issues/559
| 160,465,490 | 559 |
[
"gpac",
"gpac"
] |
Version used: gpac-0.6.2-DEV-rev591-g878a3f3-master-x64
Command executed: `mp4box.exe -dash-strict 4000 -profile "dashavc264:live" audio.mp4 video-288-400k.mp4 TOS-en.ttml.mp4 TOS-en.vtt.mp4 -out out\Manifest.mpd video-360-800k.mp4 TOS-es.ttml.mp4 TOS-es.vtt.mp4 audio_high.mp4 TOS-zh.ttml.mp4 TOS-zh.vtt.mp4`
Input: https://mega.nz/#!w9AlzbQY!wQ6sp8LIFHFGBfiy68aUocWurTDqpHKDl3fSmGqexwo
Description: 2 audio tracks, 2 video streams (different qualities), 3 webvtt subtitle tracks, 3 ttml subtitle tracks (same languages as webvtt - these are alternative encodings of the same data)
Actual result:
| Adaptation set | Group |
| --- | --- |
| Audio (en) | 1 |
| Audio (et) | 1 |
| Video | auto (attribute not present) |
| Text (en-US, VTT) | 2 |
| Text (en-US, TTML) | 3 |
| Text (es, VTT) | 2 |
| Text (es, TTML) | 3 |
| Text (zh, VTT) | 3 |
| Text (zh, TTML) | 3 |
Expected result: all text tracks are in the same group (e.g. 2), as they are simply alternatives for the player to choose from, depending on what codec it understands
Note that zh language text tracks are correctly marked as being in the same group, for some reason, whereas other languages are separate.
Is there some workaround available for this? I tried a `:group=123` suffix but to no effect.
|
mp4box generates unexpected adaptation set groups during dashing
|
https://api.github.com/repos/gpac/gpac/issues/558/comments
| 1 |
2016-06-15T12:40:05Z
|
2019-06-28T21:34:30Z
|
https://github.com/gpac/gpac/issues/558
| 160,412,139 | 558 |
[
"gpac",
"gpac"
] |
When I try to DASH the video file it only generates segment from track 2; TrackID 1002.
Is it possible to generate segments from both the tracks separately?
I use the following command
MP4Box -v -dash 500 isomfile_22.mp4#trackID=1001:role=video isomfile_22.mp4#trackID=1002:role=video
Below is the video info:
- Movie Info *
Timescale 1000 - 2 tracks
Computed Duration 00:00:02.080 - Indicated Duration 00:00:02.080
Fragmented File: no
File suitable for progressive download (moov before mdat)
File Brand iso8 - version 0
Created: UNKNOWN DATE Modified: UNKNOWN DATE
File has no MPEG4 IOD/OD
Track # 1 Info - TrackID 1001 - TimeScale 1000
Media Duration 00:00:02.000 - Indicated Duration 00:00:02.000
Media Info: Language "Undetermined (und)" - Type "vide:hvc1" - 50 samples
Visual Track layout: x=0 y=0 width=3072 height=1536
MPEG-4 Config: Visual Stream - ObjectTypeIndication 0x23
HEVC Video - Visual Size 3072 x 1536
HEVC Info: Profile Main @ Level 6.2 - Chroma Format YUV 4:2:0
```
NAL Unit length bits: 32 - general profile compatibility 0x60000000
Parameter Sets: 1 VPS 1 SPS 1 PPS
SPS resolution 3072x1536
Bit Depth luma 8 - Chroma 8 - 1 temporal layers
VPS#1 hash: CD08EB58F7A523C2E0997A19BD43F2C52D652471
SPS#1 hash: BD3CB3C28DD9B747633AD73B595000C63E2FFEC8
PPS#1 hash: 62C4003CFB2A59377DD75A3C4C1DC48D6C7AE529
```
Self-synchronized
RFC6381 Codec Parameters: hvc1.1.6.L186.0
Average GOP length: 50 samples
Track # 2 Info - TrackID 1002 - TimeScale 1000
Media Duration 00:00:02.080 - Indicated Duration 00:00:02.080
Media Info: Language "Undetermined (und)" - Type "vide:hvc2" - 52 samples
Visual Track layout: x=0 y=0 width=3072 height=1536
Unknown track type
RFC6381 Codec Parameters: hvc2.1.6.L186.0
Average GOP length: 52 samples
Version of GPAC/MP4Box being used
MP4Box - GPAC version 0.6.2-DEV-rev597-g07b3a93-master
GPAC Copyright (c) Telecom ParisTech 2000-2012
GPAC Configuration:
Features: GPAC_64_BITS GPAC_HAS_SSL GPAC_HAS_SPIDERMONKEY GPAC_HAS_JPEG GPAC_HAS_PNG
|
Unable to segment [DASH] video with multiple tracks of different duration
|
https://api.github.com/repos/gpac/gpac/issues/557/comments
| 1 |
2016-06-15T11:13:45Z
|
2016-10-10T12:56:20Z
|
https://github.com/gpac/gpac/issues/557
| 160,397,137 | 557 |
[
"gpac",
"gpac"
] |
Using GPAC version 0.6.2-DEV-rev576
I am packaging multiple mp4 files to DASH. All of the files are 16:9 aspect ratio but are being broken up into 2 different adaptation sets. I need to keep in one adaptation set.
For the 1920x1080 rendition (and others), PAR is being set to 16:9 and SAR is being set to 1:1. This is correct.
For the 412x236 rendition, the PAR is being set to 412:236 and the SAR is being set to 1:1. However, the PAR should be 16:9 and the SAR should be (412 \* 9) : (236 \* 16).
I believe this is what is causing the generation of the 2 different adaptation sets. It appears that there is a calculation error in mp4box.
Can you confirm?
|
PAR and SAR calculation errors in DASH MPD file.
|
https://api.github.com/repos/gpac/gpac/issues/556/comments
| 6 |
2016-06-14T21:44:41Z
|
2017-07-28T13:33:07Z
|
https://github.com/gpac/gpac/issues/556
| 160,291,535 | 556 |
[
"gpac",
"gpac"
] |
Currently should be divided recording into a twice. It is imperfect implementation or something I don't know.
_mp4box.exe -new -info -fps 29.970 -add video_1.h265 -add audio_1.aac -add subtitle_1.ttxt test2a.mp4
mp4box.exe -new -info -fps 29.970 -add video_2.h265 -add audio_2.aac -add subtitle_2.ttxt test2b.mp4
mp4box.exe -new -info -fps 29.970 -mpeg4 -force-cat -cat test2a.mp4 -cat test2b.mp4 test2.mp4_
What errors occur in adding up the realtimes? v0.6.2-rev595
"properly Times"
```
<TextSample sampleTime="00:00:00.000" xml:space="preserve"></TextSample>
<TextSample sampleTime="00:00:05.000" xml:space="preserve">________________
________________<Style fromChar="0" toChar="16" styles="Normal" fontID="1" fontSize="120" color="f3 e6 15 ff"/>
<Style fromChar="17" toChar="33" styles="Italic " fontID="1" fontSize="80" color="f3 e6 15 ff"/>
</TextSample>
<TextSample sampleTime="00:00:15.000" xml:space="preserve"></TextSample>
<TextSample sampleTime="00:02:38.330" xml:space="preserve">____________<Style fromChar="0" toChar="12" styles="Normal" fontID="1" fontSize="120" color="f3 e6 15 ff"/>
</TextSample>
<TextSample sampleTime="00:02:48.330" xml:space="preserve"></TextSample>
<TextSample sampleTime="00:03:55.430" xml:space="preserve">_________
_________<Style fromChar="0" toChar="9" styles="Normal" fontID="1" fontSize="120" color="f3 e6 15 ff"/>
<Style fromChar="10" toChar="19" styles="Italic " fontID="1" fontSize="80" color="f3 e6 15 ff"/>
</TextSample>
<TextSample sampleTime="00:04:05.430" xml:space="preserve"></TextSample>
<TextSample sampleTime="00:05:06.770" xml:space="preserve">____________
________________<Style fromChar="0" toChar="12" styles="Normal" fontID="1" fontSize="120" color="f3 e6 15 ff"/>
<Style fromChar="13" toChar="29" styles="Italic " fontID="1" fontSize="80" color="f3 e6 15 ff"/>
</TextSample>
<TextSample sampleTime="00:05:16.770" xml:space="preserve"></TextSample>
<TextSample sampleTime="00:06:30.770" xml:space="preserve">_______<Style fromChar="0" toChar="7" styles="Normal" fontID="1" fontSize="120" color="f3 e6 15 ff"/>
</TextSample>
<TextSample sampleTime="00:06:40.770" text="" />
```
"merge times"
```
<TextSample sampleTime="00:00:00.000" xml:space="preserve"></TextSample>
<TextSample sampleTime="00:00:05.000" xml:space="preserve">________________
________________<Style fromChar="0" toChar="16" styles="Normal" fontID="1" fontSize="120" color="f3 e6 15 ff"/>
<Style fromChar="17" toChar="33" styles="Italic " fontID="1" fontSize="80" color="f3 e6 15 ff"/>
</TextSample>
<TextSample sampleTime="00:00:15.000" xml:space="preserve"></TextSample>
<TextSample sampleTime="00:02:38.330" xml:space="preserve">____________<Style fromChar="0" toChar="12" styles="Normal" fontID="1" fontSize="120" color="f3 e6 15 ff"/>
</TextSample>
<TextSample sampleTime="00:**03:50.442**" xml:space="preserve"></TextSample>
<TextSample sampleTime="00:03:55.442" xml:space="preserve">_________
_________<Style fromChar="0" toChar="9" styles="Normal" fontID="1" fontSize="120" color="f3 e6 15 ff"/>
<Style fromChar="10" toChar="19" styles="Italic " fontID="1" fontSize="80" color="f3 e6 15 ff"/>
</TextSample>
<TextSample sampleTime="00:04:05.442" xml:space="preserve"></TextSample>
<TextSample sampleTime="00:05:06.747" xml:space="preserve">____________
________________<Style fromChar="0" toChar="12" styles="Normal" fontID="1" fontSize="120" color="f3 e6 15 ff"/>
<Style fromChar="13" toChar="29" styles="Italic " fontID="1" fontSize="80" color="f3 e6 15 ff"/>
</TextSample>
<TextSample sampleTime="00:05:16.747" xml:space="preserve"></TextSample>
<TextSample sampleTime="00:06:30.762" xml:space="preserve">_______<Style fromChar="0" toChar="7" styles="Normal" fontID="1" fontSize="120" color="f3 e6 15 ff"/>
</TextSample>
<TextSample sampleTime="00:06:**30**.971" text="" />
```
Last record times merge containers MP4 are from outer space. Can not also use the function 'unalign-cat'.
|
Attempting to preserve the original realtime of the subtitles.
|
https://api.github.com/repos/gpac/gpac/issues/555/comments
| 8 |
2016-06-14T15:01:27Z
|
2019-07-10T06:57:34Z
|
https://github.com/gpac/gpac/issues/555
| 160,204,547 | 555 |
[
"gpac",
"gpac"
] |
I have been attempting to create a deterministic understanding of the timing logic used by mp4box, with the idea being to always have representations of the same length and not to have any "missing time" anywhere. In this exploration, I ran into a scenario that appears suspicious to me,
Version: gpac-0.6.2-DEV-rev591-g878a3f3-master-x64
Command executed: `mp4box -dash-strict 4000 -profile "dashavc264:live" -out Out\Manifest.mpd video.mp4`
Input file: [video.zip](https://github.com/gpac/gpac/files/314018/video.zip)
Description: this input contains a video stream that is 95 frames long, at 24 frames per second rate.
Output from this command:
- 1 media segment containing the 95 frames, with the duration in the manifest marked as 3.958s
- Manifest with the presentation duration marked as 3.95**9**s
```
<?xml version="1.0"?>
<!-- MPD file Generated with GPAC version 0.6.2-DEV-rev591-g878a3f3-master at 2016-06-14T13:29:44.751Z-->
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" minBufferTime="PT1.500S" type="static" mediaPresentationDuration="PT0H0M3.959S" maxSegmentDuration="PT0H0M3.958S" profiles="urn:mpeg:dash:profile:isoff-live:2011,http://dashif.org/guidelines/dash264">
<ProgramInformation moreInformationURL="http://gpac.sourceforge.net">
<Title>Out\Manifest.mpd generated by GPAC</Title>
</ProgramInformation>
<Period duration="PT0H0M3.959S">
<AdaptationSet segmentAlignment="true" maxWidth="2048" maxHeight="872" maxFrameRate="24" par="2048:872" lang="und">
<Representation id="1" mimeType="video/mp4" codecs="avc3.640028" width="2048" height="872" frameRate="24" sar="1:1" startWithSAP="1" bandwidth="208136">
<SegmentTemplate timescale="12288" media="video_dash$Number$.m4s" startNumber="1" duration="48640" initialization="video_dashinit.mp4"/>
</Representation>
</AdaptationSet>
</Period>
</MPD>
```
Expected result: presentation duration is equal to the duration of the 1st and only segment.
From my observations, it would appear that the presentation duration is always rounded up, whereas in this case the segment duration is rounded down (from 3.9583333333...). This means that there exists 1 millisecond on the timeline that is not backed by any segment files.
Without deeper analysis, it sounds like always using the same rounding algorithm might perhaps correct this?
|
Segment and presentation duration rounding difference creates small gap in timeline
|
https://api.github.com/repos/gpac/gpac/issues/554/comments
| 1 |
2016-06-14T13:36:45Z
|
2019-06-28T16:29:43Z
|
https://github.com/gpac/gpac/issues/554
| 160,183,147 | 554 |
[
"gpac",
"gpac"
] |
Version used: gpac-0.6.2-DEV-rev591-g878a3f3-master-x64
Command executed: `mp4box -dash-strict 4000 -profile "dashavc264:live" test.mp4 -out out\Manifest.mpd`
Input file: [test.zip](https://github.com/gpac/gpac/files/313469/test.zip)
Description: this input file contains a TTML stream with one sample at around the 30 second mark
Expected result: mp4box generates valid DASH video
Actual result: init segment is generated but no segments are generated and the manifest appears incomplete
```
<?xml version="1.0"?>
<!-- MPD file Generated with GPAC version 0.6.2-DEV-rev591-g878a3f3-master at 2016-06-14T08:33:20.650Z-->
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" minBufferTime="PT1.500S" type="static" mediaPresentationDuration="PT0H0M0.000S" profiles="urn:mpeg:dash:profile:isoff-live:2011,http://dashif.org/guidelines/dash264">
<ProgramInformation moreInformationURL="http://gpac.sourceforge.net">
<Title>out\Manifest.mpd generated by GPAC</Title>
</ProgramInformation>
<Period>
<AdaptationSet segmentAlignment="true">
</AdaptationSet>
</Period>
</MPD>
```
There is no visible command line output printed by mp4box in response to this command. Adding `-logs debug@all` produces this line (besides other seemingly uninteresting lines):
```
[DASH] No samples in movie, rewriting moof and exit
```
|
mp4box dashing generates empty text adaptation set
|
https://api.github.com/repos/gpac/gpac/issues/553/comments
| 3 |
2016-06-14T08:36:47Z
|
2017-06-15T04:51:35Z
|
https://github.com/gpac/gpac/issues/553
| 160,126,016 | 553 |
[
"gpac",
"gpac"
] |
I want to count and output the stall times(both times and duration) in mp4client when playing dash contents. Is there a way to do this?
Thanks a lot.
|
help wanted:how to count stall times in mp4client?
|
https://api.github.com/repos/gpac/gpac/issues/551/comments
| 1 |
2016-06-14T02:36:07Z
|
2019-06-28T16:27:44Z
|
https://github.com/gpac/gpac/issues/551
| 160,085,189 | 551 |
[
"gpac",
"gpac"
] |
How to set a log file to store the logs that I see in the console when using MP4client with console?
Is this possible?
I noticed that in the configuration document that
"LogFile [value: filename]
Specifies where to output GPAC's log. By default, the logs are written to stdout. Note that GPAC may be compiled without log support. **This is not used by MP4Client**."
Thanks a lot.
|
help wanted:the log files
|
https://api.github.com/repos/gpac/gpac/issues/550/comments
| 1 |
2016-06-12T13:00:39Z
|
2016-06-12T13:27:45Z
|
https://github.com/gpac/gpac/issues/550
| 159,826,227 | 550 |
[
"gpac",
"gpac"
] |
Hi! I have problem with MP4Box, can't concatenate videos in one video. I get out.mp4 file (~103 MB) but omxplayer can not play it. I have 6 very simple .mp4 videos and I want them to merge in one video. Until now, I was able to do that with command, without any problems:
```
MP4Box -cat Awards\ -\ Recognitions\ Screens\ Video.mp4 -cat Cornaro\ USLUGE\ video1.mp4 -cat Cornaro\ USLUGE\ video1.mp4 -cat DIOCLETIANS_BREAKFAST.mp4 -cat FLAVOURS_OF_DALMATIA.mp4 -cat Prognoza.mp4 -cat Restaurants\ -\ Bars\ 2016.mp4 -cat WineHappyHour3.mp4 -new out.mp4
```
but now omxplayer (also vlc) can not play out.mp4 video. Here is mediainfo output for every one of 6 videos:
```
General
Complete name : Awards - Recognitions Screens Video.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 16.8 MiB
Duration : 45s 379ms
Overall bit rate : 3 114 Kbps
Writing application : Lavf55.33.101
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings, CABAC : Yes
Format settings, ReFrames : 3 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 45s 379ms
Bit rate : 3 000 Kbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 29.970 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.048
Stream size : 16.8 MiB (100%)
Writing library : x264 core 142 r2389 956c8d8
Encoding settings : cabac=1 / ref=1 / deblock=1:0:0 / analyse=0x1:0 / me=dia / subme=2 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=0 / me_range=16 / chroma_me=1 / trellis=0 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=0 / threads=6 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=1 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=abr / mbtree=1 / bitrate=3000 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00
Language : English
```
```
General
Complete name : Cornaro USLUGE video1.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 22.8 MiB
Duration : 1mn 13s
Overall bit rate : 2 624 Kbps
Writing application : Lavf55.33.101
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings, CABAC : Yes
Format settings, ReFrames : 3 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1mn 13s
Bit rate : 2 621 Kbps
Nominal bit rate : 3 000 Kbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 29.970 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.042
Stream size : 22.8 MiB (100%)
Writing library : x264 core 142 r2389 956c8d8
Encoding settings : cabac=1 / ref=1 / deblock=1:0:0 / analyse=0x1:0 / me=dia / subme=2 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=0 / me_range=16 / chroma_me=1 / trellis=0 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=0 / threads=6 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=1 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=abr / mbtree=1 / bitrate=3000 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00
Language : English
```
```
General
Complete name : DIOCLETIANS_BREAKFAST.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 11.6 MiB
Duration : 33s 0ms
Overall bit rate : 2 950 Kbps
Writing application : Lavf55.33.101
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings, CABAC : Yes
Format settings, ReFrames : 3 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 33s 0ms
Bit rate : 3 000 Kbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 29.970 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.048
Stream size : 11.6 MiB (100%)
Writing library : x264 core 142 r2389 956c8d8
Encoding settings : cabac=1 / ref=1 / deblock=1:0:0 / analyse=0x1:0 / me=dia / subme=2 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=0 / me_range=16 / chroma_me=1 / trellis=0 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=0 / threads=6 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=1 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=abr / mbtree=1 / bitrate=3000 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00
Language : English
```
```
General
Complete name : FLAVOURS_OF_DALMATIA.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 11.4 MiB
Duration : 33s 0ms
Overall bit rate : 2 891 Kbps
Writing application : Lavf55.33.101
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings, CABAC : Yes
Format settings, ReFrames : 3 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 33s 0ms
Bit rate : 3 000 Kbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 29.970 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.048
Stream size : 11.4 MiB (100%)
Writing library : x264 core 142 r2389 956c8d8
Encoding settings : cabac=1 / ref=1 / deblock=1:0:0 / analyse=0x1:0 / me=dia / subme=2 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=0 / me_range=16 / chroma_me=1 / trellis=0 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=0 / threads=6 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=1 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=abr / mbtree=1 / bitrate=3000 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00
Language : English
```
```
General
Complete name : Prognoza.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 3.27 MiB
Duration : 10s 44ms
Overall bit rate : 2 733 Kbps
Writing application : Lavf55.33.101
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings, CABAC : Yes
Format settings, ReFrames : 3 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 10s 44ms
Bit rate : 2 730 Kbps
Nominal bit rate : 3 000 Kbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 29.970 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.044
Stream size : 3.27 MiB (100%)
Writing library : x264 core 142 r2389 956c8d8
Encoding settings : cabac=1 / ref=1 / deblock=1:0:0 / analyse=0x1:0 / me=dia / subme=2 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=0 / me_range=16 / chroma_me=1 / trellis=0 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=0 / threads=6 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=1 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=abr / mbtree=1 / bitrate=3000 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00
Language : English`
```
```
General
Complete name : Restaurants - Bars 2016.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 33.4 MiB
Duration : 1mn 35s
Overall bit rate : 2 929 Kbps
Writing application : Lavf55.33.101
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings, CABAC : Yes
Format settings, ReFrames : 3 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1mn 35s
Bit rate : 3 000 Kbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 29.970 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.048
Stream size : 33.4 MiB (100%)
Writing library : x264 core 142 r2389 956c8d8
Encoding settings : cabac=1 / ref=1 / deblock=1:0:0 / analyse=0x1:0 / me=dia / subme=2 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=0 / me_range=16 / chroma_me=1 / trellis=0 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=0 / threads=6 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=1 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=abr / mbtree=1 / bitrate=3000 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00
Language : English
```
```
General
Complete name : WineHappyHour3.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 4.10 MiB
Duration : 13s 581ms
Overall bit rate : 2 533 Kbps
Writing application : Lavf55.33.101
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings, CABAC : Yes
Format settings, ReFrames : 3 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 13s 581ms
Bit rate : 2 530 Kbps
Nominal bit rate : 3 000 Kbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 29.970 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.041
Stream size : 4.10 MiB (100%)
Writing library : x264 core 142 r2389 956c8d8
Encoding settings : cabac=1 / ref=1 / deblock=1:0:0 / analyse=0x1:0 / me=dia / subme=2 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=0 / me_range=16 / chroma_me=1 / trellis=0 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=0 / threads=6 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=1 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=abr / mbtree=1 / bitrate=3000 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00
Language : English
```
So all 6 videos have good mediainfo output but anways I tried executing command to test without 1 video (one by one), and then merging them, but same result. I get strange command line output when I execute mp4box command:
```
Appending file Awards - Recognitions Screens Video.mp4
No suitable destination track found - creating new one (type vide)
Appending file Cornaro USLUGE video1.mp4
Appending file Cornaro USLUGE video1.mp4
No suitable destination track found - creating new one (type vide)
Appending file DIOCLETIANS_BREAKFAST.mp4
Appending file FLAVOURS_OF_DALMATIA.mp4
Appending file Prognoza.mp4
Appending file Restaurants - Bars 2016.mp4
No suitable destination track found - creating new one (type vide)
Appending file WineHappyHour3.mp4
Saving out.mp4: 0.500 secs Interleaving
```
Here is mediainfo for out.mp4 video:
```
General
Complete name : out.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 126 MiB
Duration : 4mn 50s
Overall bit rate : 3 651 Kbps
Encoded date : UTC 2016-06-10 15:32:13
Tagged date : UTC 2016-06-10 15:32:13
Video #1
ID : 1
Format : avc3
Codec ID : avc3
Duration : 1mn 58s
Bit rate : 2 809 Kbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 29.970 fps
Bits/(Pixel*Frame) : 0.045
Stream size : 39.6 MiB (31%)
Language : English
Tagged date : UTC 2016-06-10 15:32:15
Video #2
ID : 2
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings, CABAC : Yes
Format settings, ReFrames : 3 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 4mn 41s
Source duration : 3mn 28s
Bit rate : 2 143 Kbps
Nominal bit rate : 3 000 Kbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Variable
Frame rate : 23.432 fps
Minimum frame rate : 0.022 fps
Maximum frame rate : 29.970 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.044
Stream size : 53.1 MiB (42%)
Source stream size : 53.1 MiB (42%)
Writing library : x264 core 142 r2389 956c8d8
Encoding settings : cabac=1 / ref=1 / deblock=1:0:0 / analyse=0x1:0 / me=dia / subme=2 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=0 / me_range=16 / chroma_me=1 / trellis=0 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=0 / threads=6 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=1 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=abr / mbtree=1 / bitrate=3000 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00
Language : English
Tagged date : UTC 2016-06-10 15:32:15
Video #3
ID : 3
Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Format settings, CABAC : Yes
Format settings, ReFrames : 3 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 4mn 50s
Source duration : 1mn 35s
Nominal bit rate : 3 000 Kbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 29.970 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.048
Source stream size : 33.4 MiB (26%)
Writing library : x264 core 142 r2389 956c8d8
Encoding settings : cabac=1 / ref=1 / deblock=1:0:0 / analyse=0x1:0 / me=dia / subme=2 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=0 / me_range=16 / chroma_me=1 / trellis=0 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=0 / threads=6 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=1 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=abr / mbtree=1 / bitrate=3000 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00
Language : English
Tagged date : UTC 2016-06-10 15:32:15
```
As you can notice there are exactly "#" videos parts as "No suitable destination track found..." lines, which is strange. So far closest thing for fixing my problem is this command:
```
MP4Box -force-cat -add Awards\ -\ Recognitions\ Screens\ Video.mp4 -cat Cornaro\ USLUGE\ video1.mp4 -cat Cornaro\ USLUGE\ video1.mp4 -cat DIOCLETIANS_BREAKFAST.mp4 -cat FLAVOURS_OF_DALMATIA.mp4 -cat Prognoza.mp4 -cat Restaurants\ -\ Bars\ 2016.mp4 -cat WineHappyHour3.mp4 out.mp4
```
but it is showing second video (Cornaro USLUGE video1.mp4) two times in row and then rest is normal. I am really out of idea what to do. Any help will be appreciated.
|
MP4Box does not concatenate videos
|
https://api.github.com/repos/gpac/gpac/issues/549/comments
| 47 |
2016-06-10T15:58:49Z
|
2024-04-06T11:46:41Z
|
https://github.com/gpac/gpac/issues/549
| 159,667,310 | 549 |
[
"gpac",
"gpac"
] |
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [x] I looked for a similar issue and couldn't find any.
- [x] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [x] I give enough information for contributors to reproduce my issue (meaningful title, github labels, platform and compiler, command-line ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95
Detailed guidelines: http://gpac.io/2013/07/16/how-to-file-a-bug-properly/
|
DASH segment fetch time
|
https://api.github.com/repos/gpac/gpac/issues/548/comments
| 1 |
2016-06-09T14:29:07Z
|
2016-10-10T10:32:35Z
|
https://github.com/gpac/gpac/issues/548
| 159,422,149 | 548 |
[
"gpac",
"gpac"
] |
For instance, I want to enter a URL in the GUI address bar, I need to type the character ':' by pressing a long time on the character 'm', the URL then has 'm:' instead of just ':'
|
GUI does not work with character variation after long key press
|
https://api.github.com/repos/gpac/gpac/issues/545/comments
| 1 |
2016-06-07T09:28:43Z
|
2019-06-28T16:26:33Z
|
https://github.com/gpac/gpac/issues/545
| 158,878,277 | 545 |
[
"gpac",
"gpac"
] |
How can I convert/dump an animated SVG to MP4?
MP4Client seems not to support dumping to MP4 and MP4Box does not seem to allow specification of the duration to dump.
Is there any better way than to encode the raw AVI from MP4Client?
Can MP4Client dump to STDOUT for piping?
Using the simple SVG from #528, I tried using a fifo but both mencoder and ffmpeg yield a "running" image with changing color (even for other sizes like 101x1000):
```
MP4Client -no-audio -size 100x1000 -avi 0-10 -fps 25 all.dot.Make.asvg -out fifo.avi
ffmpeg -y -f rawvideo -pix_fmt bgr24 -r 25 -s 100x1000 -i fifo.avi file.mp4
mencoder -cache 8000 -nosound -o test.mp4 -ovc x264 -fps 25 -demuxer rawvideo -rawvideo w=100:h=1000:fps=25.000:format=bgr24 fifo.avi
```
|
convert/dump an animated SVG to MP4
|
https://api.github.com/repos/gpac/gpac/issues/543/comments
| 15 |
2016-06-06T13:25:14Z
|
2019-08-28T12:07:21Z
|
https://github.com/gpac/gpac/issues/543
| 158,676,942 | 543 |
[
"gpac",
"gpac"
] |
Hello, I am a new guy of gpac, and my question is
1.I have many small ts files which contains H264 and AAC codec data
2.Every 10 seconds ,I have one more ts files.
I want to streaming these ts files to implement live streaming, how to use gpac to achieve my goal ?
Hope to get your answers.Thanks very much.
|
How to do live dash streaming with small ts files (Every 10 seconds,I have one more ts files)?
|
https://api.github.com/repos/gpac/gpac/issues/542/comments
| 12 |
2016-06-03T19:17:00Z
|
2019-06-28T16:23:22Z
|
https://github.com/gpac/gpac/issues/542
| 158,435,655 | 542 |
[
"gpac",
"gpac"
] |
Hi,
I have a problem, I started MP4Box as dash live server:
`MP4Box -dash-live 2000 -profile live -dynamic -segment-name seg_%s -mpd-refresh 4 -rap -out Glass_Half.mpd ../../Glass_Half_1080.mp4#video ../../Glass_Half_1080.mp4#audio ../../Glass_Half_720.mp4#video ../../Glass_Half_540.mp4#video -time-shift 600 -min-buffer 4000`
I used ffmpeg earlier on these files:
```
~/bin/ffmpeg -y -i CONTENT/Tears_Of_Steel/Tears_Of_Steel.mp4 -c:a libfdk_aac -ac 2 -ab 128k -c:v libx264 -x264opts 'keyint=24:min-keyint=24:no-scenecut' -b:v 2400k -maxrate 4800k -bufsize 9600k -vf "scale=-1:1080" Tears_Of_Steel_1080.mp4
~/bin/ffmpeg -y -i CONTENT/Tears_Of_Steel/Tears_Of_Steel.mp4 -c:a libfdk_aac -ac 2 -ab 128k -c:v libx264 -x264opts 'keyint=24:min-keyint=24:no-scenecut' -b:v 1200k -maxrate 2400k -bufsize 4800k -vf "scale=-1:720" Tears_Of_Steel_720.mp4
~/bin/ffmpeg -y -i CONTENT/Tears_Of_Steel/Tears_Of_Steel.mp4 -c:a libfdk_aac -ac 2 -ab 128k -c:v libx264 -x264opts 'keyint=24:min-keyint=24:no-scenecut' -b:v 600k -maxrate 1200k -bufsize 2400k -vf "scale=-1:540" Tears_Of_Steel_540.mp4
```
After few iterations of server MP4Client start lagging, and after reset it (no server) audio is playing back slower then video and with time difference between audio and video is going larger.
|
No audio-video synchronization using dash-live
|
https://api.github.com/repos/gpac/gpac/issues/540/comments
| 15 |
2016-06-03T09:26:48Z
|
2017-07-28T13:34:34Z
|
https://github.com/gpac/gpac/issues/540
| 158,326,625 | 540 |
[
"gpac",
"gpac"
] |
I am referring to merge video tracks, audio and subtitles. (function -catx)
_mp4box.exe -mpeg4 -add video1.h265:xps_inband:noedit:trailing:name= -add audio1.aac:name= -add subtitle_all.ttxt:disable:name="No color, font, display flags in the LAVFilters" -catx "video2.h265 +audio2.aac" -catx "videoX.h265 +audioX.aac" output.mp4_
How to make time was counted relative to the video track and not on the longest track? Is there such a function?
http://i64.tinypic.com/2h4mjih.jpg
Interestingly, chapters no problem time.
Do all {:X} functions track -add need to save to the -catx?
Does function {:xps_inband} always changing codec with hvc1 to hev1?
Maybe a silly question. Is MP4Box supports crafted files h264/h265 Matroska?
|
Problem with merge tracks.
|
https://api.github.com/repos/gpac/gpac/issues/539/comments
| 1 |
2016-06-03T07:40:44Z
|
2019-06-28T16:21:05Z
|
https://github.com/gpac/gpac/issues/539
| 158,309,094 | 539 |
[
"gpac",
"gpac"
] |
I tried using the following command to stream video from my webcam and simultaneously create an mpd that I can use to visualize the stream on a webpage with shaka player.
DashCast -vf video4linux2 -vres 640x480 -vfr 10 v4l2f mjpeg -v /dev/video0 -af alsa -seg-dur 500 -live -out tmp/ -mpd tmp/test_dash.mpd
Here are the logs.
MPD refresh time not set in live - defaulting to segment duration Options: video source: /dev/video0 video format: video4linux2 v4l2 format: mjpeg video framerate: 24 video resolution: 640x480 video crop: 0x0 audio source: audio format: alsa Configurations: id:v1 res:640x480 vbr:1000000 id:a1 abr:192000 [video4linux2 @ 0xc9b160] The driver changed the time per frame from 1/24 to 1/30 [mjpeg @ 0xc9d780] overread 8 [video4linux2 @ 0xc9b160] Estimating duration from bitrate, this may be inaccurate Input #0, video4linux2, from '/dev/video0': Duration: N/A, start: 4999.963121, bitrate: N/A Stream #0.0: Video: mjpeg, yuvj422p, 640x480, -5 kb/s, 1000k tbn, 30 tbc AVCTX give frame duration of 1/30 - keeping requested rate 24, but this may result in unexpected behaviour. [mjpeg @ 0xc9d780] overread 8 [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame [dashcast] Live system dropped a video frame
Am I doing anything wrong?
|
DashCast starts stream but does not create MPD file.
|
https://api.github.com/repos/gpac/gpac/issues/538/comments
| 8 |
2016-05-31T14:45:24Z
|
2016-09-29T14:43:07Z
|
https://github.com/gpac/gpac/issues/538
| 157,689,787 | 538 |
[
"gpac",
"gpac"
] |
Both L-Smash and ffmpeg can mux VC-1 video and DTS audio into MP4 "since ages ago". ¿Is it so hard to adapt their source-code to the GPAC framework?
|
Still no support for VC-1 and DTS
|
https://api.github.com/repos/gpac/gpac/issues/536/comments
| 7 |
2016-05-30T15:55:00Z
|
2019-07-01T23:18:29Z
|
https://github.com/gpac/gpac/issues/536
| 157,526,804 | 536 |
[
"gpac",
"gpac"
] |
Hi,
Is there a possibility to add emsg box to mp4 as specified in dash specification using MP4Box?
I see, that I can use -set-meta and -add-meta, but this is "meta" box type. I want to add data to emsg box type
|
Add emsg box to mp4
|
https://api.github.com/repos/gpac/gpac/issues/531/comments
| 5 |
2016-05-30T08:16:14Z
|
2019-07-07T19:05:31Z
|
https://github.com/gpac/gpac/issues/531
| 157,453,723 | 531 |
[
"gpac",
"gpac"
] |
Hello,
This is the first time i'm using GPAC, lastest version on Windows x86. The command line i have used is:
`mp4client.exe C:\60719414.mpd`
This is the error reported:
`[HTTP] Error parsing reply: Dialog Failure with remote peer for URL http://ss-dash.site.com:80/111/11111111/60719414.ism/QualityLevels(437668,id=NUM)/Fragments(video=i)?expire=NUM&path_depth=3&token=NUM
[DASH] FAILED to download http://ss-dash.site.com/111/11111111/60719414.ism/QualityLevels(437668,id=NUM)/Fragments(video=i)?expire=NUM&path
_depth=3&token=NUM = Dialog Failure with remote peer...Cannot open C:\60719414.mpd: Dialog Failure with remote peer`
The strange thing i see is **video=i**, is not wrong? I think it must be something like video=123456789? My only objective is use mp4client for see the video instead of the browser, if is possible and not violate any rules or copyright. Inside the MPD the info about the site that i have removed from this post
Thanks
File: "MPD Test" uploaded today on mediafire, name of the file is 60719414.mpd
Complete log
`mp4client.exe -logs media@debug C:\60719414.mpd`
`System info: 2047 MB RAM - 1 cores
Modules Found : 32
Loading GPAC Terminal
[Terminal] Creating terminal
[Terminal] compositor loaded
[Terminal] downloader loaded
[Terminal] Terminal created - loading config
Terminal Loaded in 141 ms
Opening URL C:\60719414.mpd
[Terminal] Connecting to C:\60719414.mpd
[Terminal] Creating new root scene
[Terminal] root scene created
[Terminal] Looking for plugin for URL C:\60719414.mpd
[Terminal] No mime type found - checking by extension mpd
[Terminal] Trying module[54]=GPAC MPD Loader, mime=application/dash+xml
[Terminal] Found input plugin GPAC MPD Loader for URL C:\60719414.mpd (no mime type)
[HTTP] Error parsing reply: Dialog Failure with remote peer for URL
[DASH] FAILED to download = Dialog Failure with remote peer...
[Terminal] Service connection ACK received from C:\60719414.mpd - Dialog Failure with remote peer
Cannot open C:\60719414.mpd: Dialog Failure with remote peer`
Inside the MPD both option are true
`segmentAlignment="true" bitstreamSwitching="true"`
|
Dialog Failure with remote peer
|
https://api.github.com/repos/gpac/gpac/issues/530/comments
| 2 |
2016-05-29T19:08:20Z
|
2016-05-30T09:04:14Z
|
https://github.com/gpac/gpac/issues/530
| 157,400,573 | 530 |
[
"gpac",
"gpac"
] |
SMIL opacity animation was added to the SVG (see below, original output from graphiz), which works fine in firefox and SVGSalamander. MP4Client (v0.6.1, `MP4Client -size 100x1000 -avi 0-4 test.svg`) was the only tool I found to geneate a video of this anmiated SVG, i.e. rendering at constant time intervals. Testing translation in SVGs worked great but the opacity animation only seems to render values 0 and 1 but nothing in between.
Opacity is listed as supported property:
http://gpac.sourceforge.net/gpac_svg_support.xml#tiny_property_support
Are floating point values not supported or does the animated SVG need specific modification?
Many thanks for looking into this.
```
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.38.0 (20140413.2041)
-->
<!-- Title: G Pages: 1 -->
<svg width="62pt" height="260pt"
viewBox="0.00 0.00 62.00 260.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 256)">
<title>G</title>
<polygon fill="white" stroke="none" points="-4,4 -4,-256 58,-256 58,4 -4,4"/>
<!-- n2 -->
<g id="node1" class="node"><title>n2</title>
<ellipse fill="none" stroke="red" cx="27" cy="-18" rx="27" ry="18"/>
<text text-anchor="middle" x="27" y="-14.3" font-family="Times,serif" font-size="14.00">all</text>
</g>
<!-- n5 -->
<g id="node2" class="node" style="opacity:0.1">><title>n5</title>
<ellipse fill="none" stroke="red" cx="27" cy="-234" rx="27" ry="18"/>
<text text-anchor="middle" x="27" y="-230.3" font-family="Times,serif" font-size="14.00">x.a</text>
<animate attributeName="opacity" from=".1" to="1" begin="0s" dur="1s" fill="freeze"/>
</g>
<!-- n4 -->
<g id="node3" class="node" style="opacity:0.1"><title>n4</title>
<ellipse fill="none" stroke="red" cx="27" cy="-162" rx="27" ry="18"/>
<text text-anchor="middle" x="27" y="-158.3" font-family="Times,serif" font-size="14.00">x.b</text>
<animate attributeName="opacity" from=".1" to="1" begin="1s" dur="3s" fill="freeze"/>
</g>
<!-- n5->n4 -->
<g id="edge2" class="edge"><title>n5->n4</title>
<path fill="none" stroke="black" d="M27,-215.697C27,-207.983 27,-198.712 27,-190.112"/>
<polygon fill="black" stroke="black" points="30.5001,-190.104 27,-180.104 23.5001,-190.104 30.5001,-190.104"/>
</g>
<!-- n3 -->
<g id="node4" class="node" style="opacity:0.1"><title>n3</title>
<ellipse fill="none" stroke="red" cx="27" cy="-90" rx="27" ry="18"/>
<text text-anchor="middle" x="27" y="-86.3" font-family="Times,serif" font-size="14.00">x.z</text>
<animate attributeName="opacity" from=".1" to="1" begin="2s" dur="3s" fill="freeze"/>
</g>
<!-- n4->n3 -->
<g id="edge3" class="edge"><title>n4->n3</title>
<path fill="none" stroke="black" d="M27,-143.697C27,-135.983 27,-126.712 27,-118.112"/>
<polygon fill="black" stroke="black" points="30.5001,-118.104 27,-108.104 23.5001,-118.104 30.5001,-118.104"/>
</g>
<!-- n3->n2 -->
<g id="edge1" class="edge"><title>n3->n2</title>
<path fill="none" stroke="black" d="M27,-71.6966C27,-63.9827 27,-54.7125 27,-46.1124"/>
<polygon fill="black" stroke="black" points="30.5001,-46.1043 27,-36.1043 23.5001,-46.1044 30.5001,-46.1043"/>
</g>
</g>
</svg>
```
|
SVG: floating point opacity property not supported?
|
https://api.github.com/repos/gpac/gpac/issues/528/comments
| 4 |
2016-05-26T11:50:06Z
|
2016-07-02T09:24:20Z
|
https://github.com/gpac/gpac/issues/528
| 156,966,002 | 528 |
[
"gpac",
"gpac"
] |
Hi,
I'm used MP4Box this way:
`MP4Box -dash 5000 -profile live -segment-name seg_%s -out Tears_Of_Steel.mpd ../../Tears_Of_Steel_800_crypted.mp4#video ../../Tears_Of_Steel_720_crypted.mp4#video ../../Tears_Of_Steel_480_crypted.mp4#video ../../Tears_Of_Steel_800_crypted.mp4#audio`
And I get mpd:
```
<?xml version="1.0"?>
<!-- MPD file Generated with GPAC version 0.6.2-DEV-rev517-gd4d3966-master at 2016-05-25T08:37:56.319Z-->
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" minBufferTime="PT1.500S" type="static" mediaPresentationDuration="PT0H12M14.122S" maxSegmentDuration="PT0H0M5.000S" profiles="urn:mpeg:dash:profile:isoff-live:2011" xmlns:cenc="urn:mpeg:cenc:2013">
<ProgramInformation moreInformationURL="http://gpac.sourceforge.net">
<Title>Tears_Of_Steel.mpd generated by GPAC</Title>
</ProgramInformation>
<Period duration="PT0H12M14.122S">
<AdaptationSet segmentAlignment="true" maxWidth="1920" maxHeight="800" maxFrameRate="24" par="1920:800" lang="und">
<ContentProtection schemeIdUri="urn:mpeg:dash:mp4protection:2011" value="cenc" cenc:default_KID="00000010-0010-0010-1000-100000000001"/>
<Representation id="1" mimeType="video/mp4" codecs="avc3.4d4028" width="1920" height="800" frameRate="24" sar="1:1" startWithSAP="1" bandwidth="4891350">
<SegmentTemplate timescale="24000" media="seg_Tears_Of_Steel_800_crypted_track1_$Number$.m4s" startNumber="1" duration="120000" initialization="seg_Tears_Of_Steel_800_crypted_track1_init.mp4"/>
</Representation>
</AdaptationSet>
<AdaptationSet segmentAlignment="true" maxWidth="1728" maxHeight="720" maxFrameRate="24" par="1728:720" lang="und">
<ContentProtection schemeIdUri="urn:mpeg:dash:mp4protection:2011" value="cenc" cenc:default_KID="00000010-0010-0010-1000-100000000001"/>
<Representation id="2" mimeType="video/mp4" codecs="avc3.4d4020" width="1728" height="720" frameRate="24" sar="1:1" startWithSAP="1" bandwidth="2440578">
<SegmentTemplate timescale="24000" media="seg_Tears_Of_Steel_720_crypted_track1_$Number$.m4s" startNumber="1" duration="120000" initialization="seg_Tears_Of_Steel_720_crypted_track1_init.mp4"/>
</Representation>
<Representation id="3" mimeType="video/mp4" codecs="avc3.4d401f" width="1152" height="480" frameRate="24" sar="1:1" startWithSAP="1" bandwidth="1221178">
<SegmentTemplate timescale="24000" media="seg_Tears_Of_Steel_480_crypted_track1_$Number$.m4s" startNumber="1" duration="120000" initialization="seg_Tears_Of_Steel_480_crypted_track1_init.mp4"/>
</Representation>
</AdaptationSet>
<AdaptationSet segmentAlignment="true" lang="eng">
<ContentProtection schemeIdUri="urn:mpeg:dash:mp4protection:2011" value="cenc" cenc:default_KID="00000010-0010-0010-1000-100000000001"/>
<Representation id="4" mimeType="audio/mp4" codecs="mp4a.40.2" audioSamplingRate="44100" startWithSAP="1" bandwidth="138120">
<AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/>
<SegmentTemplate timescale="44100" media="seg_Tears_Of_Steel_800_crypted_track2_$Number$.m4s" startNumber="1" duration="220500" initialization="seg_Tears_Of_Steel_800_crypted_track2_init.mp4"/>
</Representation>
</AdaptationSet>
</Period>
</MPD>
```
There is a little problem for me - videos are in two Adaptation Sets. Is there a possibility to get all Representations in one Adaptation Set? I want to have one AS with 3 representations of video, and second AS with one representation of audio
|
Video in one AdaptationSet
|
https://api.github.com/repos/gpac/gpac/issues/525/comments
| 10 |
2016-05-25T08:46:36Z
|
2016-07-02T09:24:36Z
|
https://github.com/gpac/gpac/issues/525
| 156,694,715 | 525 |
[
"gpac",
"gpac"
] |
I'm encountering a strange issue that is certainly user error, but I can't find the cause. I have generated what should be a DASH-compatible file using FFmpeg, but when I run it through the MP4Box to segment the mp4 and generate the manifest, the resulting .mpd doesn't have an Initialization element in the AdaptationSet. The resulting manifest doesn't play in my test environment, but when I add the Initialization element manually then it works. What's particularly puzzling to me is that this used to work, and as I'm using the Debian-packaged version of gpac (with MP4Box version 0.5.1-DEV-rev5324) the application itself hasn't changed since the last time I did this successfully.
The above would indicate to me that there is some problem with the source file that results in MP4Box not seeing some expected data in the source file and that being the cause of the missing Initialization element, but I'm not sure what kind of data that would be, or why the file would magically work if I put the element in manually.
The specific command I'm using to generate the manifest is:
`MP4Box -dash 1000 -rap -frag-rap -profile onDemand -mpd-title test -out manifest.mpd transcoded.mp4`
If this is the wrong location for user help-type questions let me know, the sourceforge forums directed me here.
|
Initialization element missing from MP4Box-generated manifest
|
https://api.github.com/repos/gpac/gpac/issues/524/comments
| 2 |
2016-05-25T00:36:00Z
|
2016-10-10T10:53:53Z
|
https://github.com/gpac/gpac/issues/524
| 156,639,381 | 524 |
[
"gpac",
"gpac"
] |
When provided input data of different duration (audio/video/subtitles), mp4box generates a DASH presentation with missing data. For example, using the sample data referenced below, the result is:
- 38 audio segments (152 nominal seconds of data)
- 43 audio segments (172 nominal seconds of data)
- 10 subtitle segments (40 nominal seconds of data)
With a period duration of 151.84 marked in the manifest.
~~While this behavior is OK in terms of video/audio - I do expect it to take the shortest duration, as that can fill all the representations with data and be conforming to DASH and, soon, CMAF - mp4box does not currently cover subtitles with acceptable behavior.~~
_Edit: behavior is also uneven with audio/video. None of the lengths are synchronized as expected. Note that the source material has uneven GOP sizes, which makes proper segmenting perhaps hard, so SegmentTemplate timing does not work out well. Still, the issue is demonstrated sufficiently by this test data._
Indeed, the same behavior would even not be appropriate to extend - it is normal not to have subtitles until the end! You have credits etc near the end, with no text samples. This is normal and extending the same behavior seen above would lead to undesired cutting.
Instead, my expectation is that mp4box generates empty subtitle segments to fill the subtitle track to the end. This is fairly trivial with WebVTT, at least, by including a single "empty cue" sample. With TTML, possibly it is also trivial? Though I wonder how it interacts with the different TTML-derived formats (EBU-TT versus IMSC1 and such).
mp4box version: gpac-0.6.2-DEV-rev517-gd4d3966-master-x64
Uploaded zip file with sample input data as "GitHub report: mp4box generates uneven representations" (uneven.zip).
Command to reproduce: mp4box -dash 4000 -profile "dashavc264:live" -out out\Manifest.mpd audio.mp4 video.mp4 subtitles.mp4
|
mp4box generates uneven representations when dashing
|
https://api.github.com/repos/gpac/gpac/issues/521/comments
| 13 |
2016-05-20T07:04:53Z
|
2017-07-28T13:37:38Z
|
https://github.com/gpac/gpac/issues/521
| 155,900,101 | 521 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.