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"
] |
I can play needed stream using: MP4Client http://stream.url/stream.mpd, but is there any option to run it in background and save stream to mp4 file, for example?
|
How to save MP4Client stream to file?
|
https://api.github.com/repos/gpac/gpac/issues/518/comments
| 1 |
2016-05-16T19:32:14Z
|
2016-10-10T12:05:04Z
|
https://github.com/gpac/gpac/issues/518
| 155,103,219 | 518 |
[
"gpac",
"gpac"
] |
System info:
- Ubuntu 15.04 32-bit
- GPAC version 0.6.2-DEV-rev455-gb16f730-master
Im trying to generate dash live dynamic content. First of all MP4Box with dash works fine for this MP4Box -dash 2000 -out stream.mpd ~/Downloads/awakens.mp4
and
MP4Box -dash 2000 -profile live -out stream.mpd ~/Downloads/awakens.mp4#video ~/Downloads/awakens.mp4#audio
It doesn't work for switch -dynamic and for -dash-live.
MP4Box -dash-live 2000 -mpd-refresh 2.0 -out stream.mpd ~/Downloads/awakens.mp4#video ~/Downloads/awakens.mp4#audio
When im trying to play mpd file with MP4Client there are lags of video and after lag it goes faster(there is no leak of frames and audio goes normal) - and then, because of video's lags video and audio are not synchronized at all. After end of audio (not video) there is info:
```
[IsoMedia] Error opening new segment awakens_dash_track1_78.m4s at UTC 1463145252527: Requested URL is not valid or cannot be found
[IsoMedia] Error opening new segment awakens_dash_track2_73.m4s at UTC 1463145252883: Requested URL is not valid or cannot be found
[IsoMedia] Error opening new segment awakens_dash_track2_74.m4s at UTC 1463145252917: Requested URL is not valid or cannot be found
[IsoMedia] Error opening new segment awakens_dash_track2_75.m4s at UTC 1463145253528: Requested URL is not valid or cannot be found
[IsoMedia] Error opening new segment awakens_dash_track2_76.m4s at UTC 1463145254027: Requested URL is not valid or cannot be found
```
|
Dynamic DASH content doesn't work properly
|
https://api.github.com/repos/gpac/gpac/issues/516/comments
| 2 |
2016-05-13T13:24:58Z
|
2016-07-02T09:24:51Z
|
https://github.com/gpac/gpac/issues/516
| 154,711,016 | 516 |
[
"gpac",
"gpac"
] |
When playing DASH contents , I noticed in the statistics window that the player has a bufferlength about maybe 6 second, which I think is some kinds of short, and I want to try some longger buffer length.(I did't mean the buffer to be filled before starting decoding which can be set in the GPAC configuration documentation ). How can I make this happen?
Thanks a lot!
|
How to set a customized buffer length when playing DASH contents using GPAC player ?
|
https://api.github.com/repos/gpac/gpac/issues/514/comments
| 2 |
2016-05-13T08:13:00Z
|
2016-05-13T08:49:54Z
|
https://github.com/gpac/gpac/issues/514
| 154,656,736 | 514 |
[
"gpac",
"gpac"
] |
After configuring ffmpeg with this: https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
I have a problem while compiling gpac.
```
make[2]: Entering directory '/home/R.Potoczek/gpac_repo/gpac/applications/dashcast'
CC audio_decoder.c
audio_decoder.c: In function ‘dc_audio_decoder_read’:
audio_decoder.c:311:48: error: ‘AVFrame’ has no member named ‘channels’
int num_channels = audio_input_data->aframe->channels;
^
audio_decoder.c:314:34: error: ‘AVFrame’ has no member named ‘channels’
if (audio_input_data->aframe->channels == 2) {
^
audio_decoder.c:316:41: error: ‘AVFrame’ has no member named ‘channels’
} else if (audio_input_data->aframe->channels == 1) {
^
In file included from /home/R.Potoczek/gpac_repo/gpac/include/gpac/list.h:47:0,
from /home/R.Potoczek/gpac_repo/gpac/include/gpac/mpeg4_odf.h:51,
from /home/R.Potoczek/gpac_repo/gpac/include/gpac/modules/service.h:34,
from ../../modules/ffmpeg_in/ffmpeg_in.h:33,
from audio_data.h:35,
from audio_decoder.h:29,
from audio_decoder.c:26:
audio_decoder.c:319:127: error: ‘AVFrame’ has no member named ‘channels’
GF_LOG(GF_LOG_ERROR, GF_LOG_DASH, ("Unknown input channel layout for %d channels. Aborting.\n", audio_input_data->aframe->channels));
^
/home/R.Potoczek/gpac_repo/gpac/include/gpac/tools.h:502:143: note: in definition of macro ‘GF_LOG’
#define GF_LOG(_log_level, _log_tools, __args) if (gf_log_tool_level_on(_log_tools, _log_level) ) { gf_log_lt(_log_level, _log_tools); gf_log __args ;}
^
../../config.mak:152: recipe for target 'audio_decoder.o' failed
make[2]: *** [audio_decoder.o] Error 1
make[2]: Leaving directory '/home/R.Potoczek/gpac_repo/gpac/applications/dashcast'
Makefile:55: recipe for target 'apps' failed
make[1]: *** [apps] Error 2
make[1]: Leaving directory '/home/R.Potoczek/gpac_repo/gpac/applications'
Makefile:9: recipe for target 'all' failed
make: *** [all] Error 2
```
And solution: ./configure --disable-ffmpeg-versions doesn't work for me.
P.S. I still can't add labels
EDIT:
- I use Ubuntu 15.04 32-bit
- GPAC version 0.6.2-DEV-rev455-gb16f730-master
- Before installing new version of ffmpeg it was working.
- gcc (Ubuntu 4.9.2-10ubuntu13) 4.9.2
- config.mak
[config.txt](https://github.com/gpac/gpac/files/261496/config.txt)
|
error: ‘AVFrame’ has no member named ‘channels’
|
https://api.github.com/repos/gpac/gpac/issues/513/comments
| 8 |
2016-05-12T13:55:36Z
|
2016-05-13T12:53:48Z
|
https://github.com/gpac/gpac/issues/513
| 154,488,549 | 513 |
[
"gpac",
"gpac"
] |
Hello,
I am running on FEDORA 23, 64bit and this GPAC version:
MP4Box - GPAC version 0.6.2-DEV-rev455-gb16f730-master
Currently, I am trying to generate a DASH segments and manifest with byte ranges and segment timeline for duration of each segment. I will parse that .mpd file to create a .csv file with information needed for my system.
I am using this command:
`/usr/local/bin/MP4Box
-dash 1
-frag-rap
-no-frags-default
-segment-timeline
-tmp [...]/temp/ac4245ba-bdb8-48ca-a926-10a5495cdfc4
-out [...]/temp/ac4245ba-bdb8-48ca-a926-10a5495cdfc4/[filename]-video-timescaled_dash.mpd
[...]/temp/ac4245ba-bdb8-48ca-a926-10a5495cdfc4/[filename]-video-timescaled.mp4`
This generates this part of manifest file:
``` xml
<?xml version="1.0"?>
<!-- MPD file Generated with GPAC version 0.6.2-DEV-rev455-gb16f730-master at 2016-05-12T06:49:51.925Z-->
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" minBufferTime="PT1.500S" type="static" mediaPresentationDuration="PT0H6M52.181S" maxSegmentDuration="PT0H0M1.000S" profiles="urn:mpeg:dash:profile:full:2011">
<ProgramInformation moreInformationURL="http://gpac.sourceforge.net">
<Title>[...]/temp/ac4245ba-bdb8-48ca-a926-10a5495cdfc4/[filename]-video-timescaled_dash.mpd generated by GPAC</Title>
</ProgramInformation>
<Period duration="PT0H6M52.181S">
<AdaptationSet segmentAlignment="true" maxWidth="1280" maxHeight="720" maxFrameRate="25" par="16:9" lang="eng">
<SegmentList timescale="1000"
<SegmentTimeline>
<S t="0" d="1021"/>
<S d="1000" r="410"/>
<S d="160"/>
</SegmentTimeline>
</SegmentList>
<Representation id="1" mimeType="video/mp4" codecs="avc3.64001f" width="1280" height="720" frameRate="25" sar="1:1" startWithSAP="1" bandwidth="2102397">
<BaseURL>[filename]-video-timescaled_dashinit.mp4</BaseURL>
<SegmentList>
<Initialization range="0-856"/>
<SegmentURL mediaRange="857-409557" indexRange="857-900"/>
<SegmentURL mediaRange="409558-896687" indexRange="409558-409601"/>
<SegmentURL mediaRange="896688-1321282" indexRange="896688-896731"/>
...
...
...
```
File looks like any other but there is a mistake: `<SegmentList timescale="1000"`. There is a missing character '>' at the end. That is why I get this error when parsing in Java:
<p>[Fatal Error] [filename]-video-timescaled_dash.mpd:11:5: Element type "SegmentList" must be followed by either attribute specifications, ">" or "/>".<br/>
Exception in thread "main" org.xml.sax.SAXParseException; systemId: file: [filename]-video-timescaled_dash.mpd; lineNumber: 11; columnNumber: 5; Element type "SegmentList" must be followed by either attribute specifications, ">" or "/>".<br/>
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:257)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339)
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205)</p>
I have wrote all information I have. I am not very skilled with reporting issues, so if I did something wrong I apologize.
I am looking for a way to fix this mistake as fast as possible, so if I can patch it quickly that would be an option, before a release fix comes. I might need help with patching this because I do not even know where to look for this bug in the code.
Thank you very much for help.
|
MP4Box: SegmentList XML Markdown node is not started correctly in DASH manifest
|
https://api.github.com/repos/gpac/gpac/issues/511/comments
| 14 |
2016-05-12T07:26:48Z
|
2018-03-25T11:39:59Z
|
https://github.com/gpac/gpac/issues/511
| 154,414,845 | 511 |
[
"gpac",
"gpac"
] |
I have consulted on dash.js forum the question. Please see here: https://github.com/Dash-Industry-Forum/dash.js/issues/1385
I use ffmpeg receive streaming, output MP4 file(every 4 secs), then separate file, one is video encoded 264 (There will be multiple files for ABS, but now only test one video file), other is audio encoded aac (Lavf57.25.100). The first I only test video and only audio, they are working properly. However, when mix video and audio error occurred.
chrome ver: 49.0.2623.87 m
dash.js ver: 2.2
GPAC ver: 0.5, and latest
System: centoOS Linux 32bits
My DASH commend line is:
MP4Box -min-buffer 2000 -time-shift 10 -dash 2000 -frag 2000 -dash-live 2000 -mpd-refresh 4 -profile "dashavc264:live" -bs-switching no -rap -segment-name video/segment_ -out mpdtest.mpd MacrossDelta/MacrossDelta_audio_02.mp4#audio ff+box/MacrossDelta_1500k_02_N.mp4#video
MPD check on http://dashif.org/conformance.html

MPD Download:
[chrome_console_log-2.txt](https://github.com/Dash-Industry-Forum/dash.js/files/256283/chrome_console_log-2.txt)
Chrome console log as follows:
[mpdtest_mpd.txt](https://github.com/Dash-Industry-Forum/dash.js/files/256285/mpdtest_mpd.txt)
Can't get next segment.

If there is no clear description of anywhere, please let me know. I do not have enough knowledge confirmed this issue. Someone can give me some advice to try? or this is a known Issues?
Any help I will be very grateful, thank you.
|
Live streaming with unmux 264/aac can not work
|
https://api.github.com/repos/gpac/gpac/issues/510/comments
| 7 |
2016-05-11T04:31:14Z
|
2016-05-13T09:19:35Z
|
https://github.com/gpac/gpac/issues/510
| 154,157,961 | 510 |
[
"gpac",
"gpac"
] |
Hi,
Im tying to install gpac.
I downloaded the newest release from https://gpac.wp.mines-telecom.fr/downloads/
And I can't install it. I got error: Dependency is not satisfiable: libavcodec-extra-53 (>= 4:0.8-1~)
I have Ubuntu 15.04 32-bit
I cant add anty label to this issue... or I just dont know how
|
Cant install gpac
|
https://api.github.com/repos/gpac/gpac/issues/509/comments
| 2 |
2016-05-09T11:04:37Z
|
2016-05-12T12:42:31Z
|
https://github.com/gpac/gpac/issues/509
| 153,752,574 | 509 |
[
"gpac",
"gpac"
] |
I would like to do some changes and adapt a new rate adaption algorithm in DASH player (OSMO4) in the GPAC framework, but I felt confused about how to do it. Is it enough to just read and modify the code in gpac/src/media_tools/dash_client.c ? I would appreciate it a lot if anyone could give some instructions.
|
use new rate adaption algorithms in DASH player
|
https://api.github.com/repos/gpac/gpac/issues/508/comments
| 4 |
2016-05-09T08:52:18Z
|
2017-07-28T13:38:24Z
|
https://github.com/gpac/gpac/issues/508
| 153,730,267 | 508 |
[
"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/
---
Just built against the latest commit b16f730. When starting MP4Client from command line, it throws segmentation fault. Here's some GDB outputs:
```
$ gdb /usr/bin/MP4Client
Reading symbols from /usr/bin/MP4Client...done.
(gdb) r
Starting program: /usr/bin/MP4Client
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Using config file in /home/yen/.gpac directory
System info: 7971 MB RAM - 4 cores
Modules Found : 35
Loading GPAC Terminal
[New Thread 0x7ffff2552700 (LWP 9890)]
[Core] Plugin GPAC 2D Raster not found in 35 modules.
Thread 2 "MP4Client" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff2552700 (LWP 9890)]
0x00007ffff63be53d in XQueryExtension () from /usr/lib/libX11.so.6
(gdb) up
#1 0x00007ffff63b2352 in XInitExtension () from /usr/lib/libX11.so.6
(gdb) up
#2 0x00007ffff3f6938f in XextAddDisplay () from /usr/lib/libXext.so.6
(gdb) up
#3 0x00007ffff1945438 in XvUngrabPort () from /usr/lib/libXv.so.1
(gdb) up
#4 0x00007ffff1b4a6bf in X11_DestroyOverlay (xwin=0x7fffec0017c0) at x11_out.c:45
45 XvUngrabPort(xwin->display, xwin->xvport, CurrentTime );
(gdb) p xwin->display
$1 = (Display *) 0x0
(gdb) p xwin->xvport
$2 = 0
(gdb)
```
Seems XvUngrabPort doesn't check whether display is NULL or not. Running under X11 using Xfce4. `$DISPLAY` set to `:0.0`.
Some related package versions:
libx11 1.6.3-1
libxext 1.3.3-1
libxv 1.0.10-1
|
MP4Client SIGSEGV at startup on Arch Linux
|
https://api.github.com/repos/gpac/gpac/issues/507/comments
| 2 |
2016-05-07T16:36:32Z
|
2016-11-25T18:11:13Z
|
https://github.com/gpac/gpac/issues/507
| 153,603,654 | 507 |
[
"gpac",
"gpac"
] |
I am using the -isma option but there doesn't seem to be a way to find out if it's needed.
When I run MP4Box -isma the second time, it just starts to rewrite again.
Is there a way to find out (with -info ?) if -isma is needed or not?
|
MP4Box -isma test if needed
|
https://api.github.com/repos/gpac/gpac/issues/506/comments
| 2 |
2016-05-06T00:11:02Z
|
2016-05-13T11:55:45Z
|
https://github.com/gpac/gpac/issues/506
| 153,353,245 | 506 |
[
"gpac",
"gpac"
] |
Hello there,
Hope you are all fine and enjoying your time.
I am running the DashCast with HEVC codec, however while making live streaming I experience a delay of about 5 seconds!.
Is there any way to reduce this delay, although I am using a quite powerful machine as you can see in bellow:
Streamer specifications:
RAM: 7.5 GB
Processor Type: Intel Xeon
Processor Speed: 3.40GHz x 8
Operating System: Linux Ubuntu-14.04 LTS 64-bit
CLIENT Specifications:
RAM: 6 GB
Processor Type: Intel Core i5
Processor Speed: 1.70GHz 2.40
Operating System: Windows 8.1/ 10- 64-bit
WebCam Specifications:
Producer: HP
Model: HD 4310
Resolution: 1080p
With my thanks to your cooperation in anticipation
- [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/
|
Delay in Live streaming !
|
https://api.github.com/repos/gpac/gpac/issues/505/comments
| 1 |
2016-05-04T04:07:26Z
|
2017-07-28T13:39:44Z
|
https://github.com/gpac/gpac/issues/505
| 152,925,477 | 505 |
[
"gpac",
"gpac"
] |
https://github.com/gpac/gpac/blob/master/applications/osmo4_wx/fileprops.cpp#L529
Should be odi.nb_dropped.
Furthermore, the FSF address in various header files is not up to date.
Regards
|
Typo in applications/osmo4_wx/fileprops.cpp
|
https://api.github.com/repos/gpac/gpac/issues/502/comments
| 0 |
2016-05-01T12:51:59Z
|
2016-10-10T10:58:32Z
|
https://github.com/gpac/gpac/issues/502
| 152,197,747 | 502 |
[
"gpac",
"gpac"
] |
Platform: MSYS2 64-bit in Windows 8.1 64-bit
Compiler: MinGW64 GCC 5.3.0 32 and 64-bit
``` bash
$ mkdir build-64bit && cd build-64bit
$ ../configure --build=x86_64-w64-mingw32 --prefix=/local64 --disable-shared --static-mp4box
```
[configure output](https://i.fsbn.eu/0ICa.txt)
``` bash
$ make
```
[make output](https://i.fsbn.eu/6wpF.txt)
|
Build fails with mingw64 since 003fce2e
|
https://api.github.com/repos/gpac/gpac/issues/501/comments
| 6 |
2016-04-27T20:14:04Z
|
2016-07-02T09:25:12Z
|
https://github.com/gpac/gpac/issues/501
| 151,480,071 | 501 |
[
"gpac",
"gpac"
] |
While running osmo4 android app, I am getting GpacInstanceError due to failure to load some of the libraries ( https://github.com/gpac/gpac/blob/master/applications/osmo4_android/src/com/gpac/Osmo4/GPACInstance.java#L58 ).
On emulator, the app shows the error while on device the app just force closes.
|
osmo4 android app GpacInstanceError
|
https://api.github.com/repos/gpac/gpac/issues/500/comments
| 11 |
2016-04-26T21:37:51Z
|
2016-12-03T09:10:44Z
|
https://github.com/gpac/gpac/issues/500
| 151,245,226 | 500 |
[
"gpac",
"gpac"
] |
Hello,
the frame size is recognized incorrectly when importing h264 video.
|
wrong frame size
|
https://api.github.com/repos/gpac/gpac/issues/498/comments
| 5 |
2016-04-25T12:29:22Z
|
2016-07-02T09:25:54Z
|
https://github.com/gpac/gpac/issues/498
| 150,842,107 | 498 |
[
"gpac",
"gpac"
] |
Hello,
I was trying to build gpac for Android according to instructions (but in Android Studio) on https://github.com/gpac/gpac/blob/master/build/android/README.
While compiling the extra-libs (point 3), it failed because the gcc path does not exist. However, there is a path through "arm-linux-androideabi-4.9", seems like only a version mismatch.

|
extra-libs compilation failed
|
https://api.github.com/repos/gpac/gpac/issues/497/comments
| 8 |
2016-04-24T20:49:24Z
|
2020-04-08T08:20:15Z
|
https://github.com/gpac/gpac/issues/497
| 150,697,840 | 497 |
[
"gpac",
"gpac"
] |
I want to put a h265 stream which made from a program I named it prog1, into mp4 file.
The prog1 produce the h265 stream and save it to file.
I want to put the h265 stream to mp4box and produce a mp4 file then save it.
But I found mp4box reads a file that had saved in storage device, if I can use mp4box reads the stream not from a file but from memory.
I found "gmem://%d@%p" in source code. Whether "gmem://%d@%p" means mp4box can get data from a memory address.
If "gmem://%d@%p" means mp4box can get data from a memory address, then gf_fopen(fileName, "rb"), now assumption fileName=gmem://100@AABB, gf_fopen while load fopen(file_name, mode), and whether fopen will return NULL.
If the above , I takes a wrong way, how can I use mp4box not read data from a file but from another program produced data.
|
"gmem://%d@%p" is a way get data from memory or not
|
https://api.github.com/repos/gpac/gpac/issues/496/comments
| 3 |
2016-04-21T08:16:42Z
|
2016-10-10T10:59:20Z
|
https://github.com/gpac/gpac/issues/496
| 150,000,175 | 496 |
[
"gpac",
"gpac"
] |
I have a situation similar to this:
```
MP4Box -dash 4000 input1.mp4#role=main:desc_as='<SupplementalProperty schemeIdUri="my:test:uri" value="1"/>' input2.mp4#role=main:desc_as='<SupplementalProperty schemeIdUri="my:test:uri" value="1"/>'
```
Two identical desc_as definitions.
That kind of command line ends up in a MPD where input1.mp4 and input2.mp4 are in DIFFERENT AdaptationSets even though they have the same role and identical desc_as. If I remove my desc_as definitions:
MP4Box -dash 4000 input1.mp4#role=main input2.mp4#role=main
..now input1.mp4 and input2.mp4 are in the SAME AdaptationSet in different Representations (as expected).
MP4Box documentation about as_desc says:
:desc_as=VALUE adds a descriptor at the AdaptationSet level. Value must be a properly formatted XML element. Two input files with _different_values_ will be in different AdaptationSet elements.
So something is not right here.
This was tested on Ubuntu 15.10 with GPac build from GitHub:
$ MP4Box -version
MP4Box - GPAC version 0.6.2-DEV-rev157-g0349aee-master
GPAC Copyright (c) Telecom ParisTech 2000-2012
GPAC Configuration:
Features: GPAC_64_BITS GPAC_HAS_SSL
|
MPEG-DASH: defining desc_as always forces different AdaptationSets
|
https://api.github.com/repos/gpac/gpac/issues/494/comments
| 1 |
2016-04-18T13:02:40Z
|
2016-07-02T09:26:17Z
|
https://github.com/gpac/gpac/issues/494
| 149,144,887 | 494 |
[
"gpac",
"gpac"
] |
Hello all,
I've been searching online for a while about this issue, and have found one thread from a few years ago, that seems to mention the exact problem, but not describe a solution for it. That thread is here:
https://sourceforge.net/p/gpac/discussion/287547/thread/6fa58849/
The issue that I am seeing, which is interestingly my only remaining issue with DashCast at this point ( aside from some a/v sync issues, if anyone needs assistance or an FAQ on DashCast I may be able to offer some help or guidance. ) is that with multiple video representations (various bitrates and outputs for the dash segments), DashCast will begin encoding ONLY video segments very quickly (audio continues perfectly). However, upon further inspection of these video segments, one will note that they are not actually video segments, and though named correctly, contain no parseable MPEG-DASH data.
**Assuming 8 second segments, the scenario where the issue prevents itself will look like this.**
1) Segments are encoded about every ~7-8 seconds until some arbitrary segment number ( e.g `v1_seg_655.m4s, v2_seg_655.m4s, a1_seg_655.m4s`)
2) Suddenly, every second or so, a new video segment will come out numbered after the previous and audio will continue encoding every ~7-8 seconds as expected. The new video segments will be corrupted and unusable.
3) Another note is that CPU usage of DashCast will spike at this point, using 15-20x what the normal command would use.
4) One can kill and restart the DashCast command and have it start from the beginning which will solve the issue until it occurs again in the next iteration.
**MY INFORMATION**
FFMPEG feeding DashCast cmd: `/usr/local/bin/ffmpeg -analyzeduration 14M -i rtmp://localhost:1935/nginx-rtmp -loglevel panic -y -filter_complex [0:v]scale=1280:-1:lanczos[w1280_1] -map 0:a -c:a aac -ar 44100 -ac 2 -map [w1280_1] -f mpegts udp://127.0.0.1:1234?pkt_size=1316`
DashCast cmd: `DashCast -av udp://127.0.0.1:1234?fifo_size=1000000 -live -seg-dur 8000 -conf /tmp/dashcast.conf -demux-buffer 500000 -mpd-refresh 8 -min-buffer 8.0 -gdr -npts -low-delay -out /media/ephemeral0/dash`
DashCast config:
[v1-600k]
type=video
low_delay=yes
framerate=30
height=360
width=640
codec=libx264
bitrate=600000
crop_y=0
crop_x=0
[v2-1200k]
type=video
low_delay=yes
framerate=30
height=720
width=1280
codec=libx264
bitrate=1200000
crop_y=0
crop_x=0
[v3-184k]
type=video
low_delay=yes
framerate=30
height=360
width=640
codec=libx264
bitrate=184000
crop_y=0
crop_x=0
[a1-64k]
channels=1
bitrate=64000
samplerate=44100
codec=aac
type=audio
[a2-128k]
channels=1
bitrate=128000
samplerate=44100
codec=aac
type=audio
FFMPEG Versioning information:
ffmpeg version N-78994-gbd2cc3c Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04.1)
configuration: --enable-shared --disable-debug --enable-libx264 --enable-avresample --enable-gpl
libavutil 55. 19.100 / 55. 19.100
libavcodec 57. 28.100 / 57. 28.100
libavformat 57. 28.100 / 57. 28.100
libavdevice 57. 0.101 / 57. 0.101
libavfilter 6. 39.102 / 6. 39.102
libavresample 3. 0. 0 / 3. 0. 0
libswscale 4. 0.100 / 4. 0.100
libswresample 2. 0.101 / 2. 0.101
libpostproc 54. 0.100 / 54. 0.100
**MY THOUGHTS**
I have a few thoughts on the issue that may help in coming to some sort of solution but are just thoughts I've had throughout this debacle.
--I know that it is directly related to number of outputs. The more outputs there are, the faster DashCast will encounter this problem.
--I know that when running other encoding(such as HLS or RTSP) on the same machine, DashCast will also encounter the problem faster.
-Because of the above two points, the issue most certainly has something to do with CPU usage.
-I also know that the issue prevents itself whether I use `-live-media` or just `-live`. Live seems to be the right choice for UDP input, but the response from `-live-media` is much more succinct and shows actual legible output when the issue happens which is : `[dashcast] Live system dropped a video frame`
-Finally I fear that perhaps the container format `mpegts` from my `ffmpeg` command could be part of the problem as well.
I reiterate that these are just my thoughts and don't necessarily have anything to do with the issue.
Thank you so much for taking a look at this and please let me know if there is anything else you need from me,
Carter
|
DashCast will begin pseudo-encoding very quickly at certain times.
|
https://api.github.com/repos/gpac/gpac/issues/493/comments
| 1 |
2016-04-15T18:47:10Z
|
2019-06-28T16:19:17Z
|
https://github.com/gpac/gpac/issues/493
| 148,738,820 | 493 |
[
"gpac",
"gpac"
] |
Hi guys.
I have a fresh installation of the GPAC version 0.6.2-DEV-rev262-g3f28607-master on Ubuntu Server 15.10.
I have followed the guide https://gpac.wp.mines-telecom.fr/dashcast/ on installing, building and configuring FFMPEG, H264 and GPAC. All setup went through without issues. and i am at the stage of testing DashCast with live multicast sources.
My aim is to reproduce the test described here: http://www.gpac-licensing.com/2014/07/09/lowering-dash-live-latency-240ms/ though its a bit dated, i was hoping things have improved :-)
anyways, i am having an issue when using Dashcast with live UDP source.
thats my basic command which fails with the error of
> [dashcast] Live system dropped a video frame
here is my command and output:
> y@GPAC:~/dash$ sudo DashCast -av "udp://236.44.100.1:5200?fifo_size=100000&buffer_size=500000" -live -out output -mpd livetest.mpd
> MPD refresh time not set in live - defaulting to segment duration
> Options:
> video source: udp://236.44.100.1:5200?fifo_size=100000&buffer_size=500000
> video crop: 0x0
> audio source: udp://236.44.100.1:5200?fifo_size=100000&buffer_size=500000
> Configurations:
> id:v1 res:640x480 vbr:1000000
> id:a1 abr:192000
> [udp @ 0x9ca980] attempted to set receive buffer to size 500000 but it only ended up set as 425984non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] non-existing PPS 0 referenced
> [h264 @ 0x9defe0] decode_slice_header error
> [h264 @ 0x9defe0] no frame!
> [h264 @ 0x9defe0] Increasing reorder buffer to 1
> [h264 @ 0x9defe0] Increasing reorder buffer to 2
> Input #0, mpegts, from 'udp://236.44.100.1:5200?fifo_size=100000&buffer_size=500000':
> Duration: N/A, start: 82340.481244, bitrate: N/A
> Program 1
> Stream #0:0[0x6e]: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p(tv, bt470bg), 320x180 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn
> Stream #0:1[0xd2]: Audio: aac (LC) ([15][0][0][0] / 0x000F), 44100 Hz, stereo, fltp, 102 kb/s
> AVCTX give frame duration of 1/50 - keeping requested rate 25, but this may result in unexpected behaviour.
> [h264 @ 0x9dea80] co located POCs unavailable
> [h264 @ 0x9dea80] co located POCs unavailable
> [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
I have tried this with various udp sources to make sure its not the source, and the result is always the same, as soon as i tell DashCast its a -Live content i am getting the error.
Now, interestingly enough, if i dont tell it its live and do a straight command
> DashCast -av "udp://236.44.100.1:5200?fifo_size=100000&buffer_size=500000" -out output -mpd livetest.mpd
Its happily chunking away, without complaining. I didnt try the playback, but the files do start getting created in the output folder.
I didnt try this with the actual camera or screen capture source as this would be of no use to me, but i can certainly confirm that FFMPEG is happily demuxing the sources i am trying to use with DashCast
here is my FFMPEG build
> ffmpeg version N-79345-g9149e9c Copyright (c) 2000-2016 the FFmpeg developers
> built with gcc 5.2.1 (Ubuntu 5.2.1-22ubuntu2) 20151010
> configuration: --enable-shared --disable-debug --enable-libx264 --enable-avresample --enable-gpl
> libavutil 55. 20.100 / 55. 20.100
> libavcodec 57. 34.100 / 57. 34.100
> libavformat 57. 33.100 / 57. 33.100
> libavdevice 57. 0.101 / 57. 0.101
> libavfilter 6. 41.100 / 6. 41.100
> libavresample 3. 0. 0 / 3. 0. 0
> libswscale 4. 1.100 / 4. 1.100
> libswresample 2. 0.101 / 2. 0.101
> libpostproc 54. 0.100 / 54. 0.100
would anyone be able to advise what could be causing this ?
Thanks
Svyatko
|
Live UDP Source support boken ? - [dashcast] Live system dropped a video frame
|
https://api.github.com/repos/gpac/gpac/issues/487/comments
| 4 |
2016-04-12T14:45:38Z
|
2019-06-28T16:21:28Z
|
https://github.com/gpac/gpac/issues/487
| 147,774,438 | 487 |
[
"gpac",
"gpac"
] |
example: http://dash.edgesuite.net/dash264/TestCases/1c/qualcomm/2/MultiRate.mpd
seeking leads to an infinite loop
|
Streams with segment timeline r=-1 is not supported
|
https://api.github.com/repos/gpac/gpac/issues/486/comments
| 0 |
2016-04-12T11:21:12Z
|
2016-04-13T16:42:09Z
|
https://github.com/gpac/gpac/issues/486
| 147,715,652 | 486 |
[
"gpac",
"gpac"
] |
[square.zip](https://github.com/gpac/gpac/files/214565/square.zip)
|
MP4Client locked on wrong simple bifs
|
https://api.github.com/repos/gpac/gpac/issues/485/comments
| 2 |
2016-04-12T08:11:56Z
|
2016-04-12T08:40:16Z
|
https://github.com/gpac/gpac/issues/485
| 147,669,105 | 485 |
[
"gpac",
"gpac"
] |
Doc says:
`times is a formated as start-end, with start being sec, h:m:s:f/fps or h:m:s:ms`
Spec parses:
`sscanf(arg, "%02ud:%02ud:%02ud:%02ud", &h, &m, &s, &ms)`
So my first guess `-avi 0:0:10:0` failed silently (so we should add logs on failure).
|
'times' for -avi doc is not aligned on implementation + log on failure
|
https://api.github.com/repos/gpac/gpac/issues/484/comments
| 0 |
2016-04-12T08:00:18Z
|
2016-04-22T13:43:00Z
|
https://github.com/gpac/gpac/issues/484
| 147,666,350 | 484 |
[
"gpac",
"gpac"
] |
My Specs;
Slackware 14.1 x86_64
gpac 0.6.1 - compiled from source
My compile flags
```
LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-opt \
--cpu=${ARCH} \
--static-mp4box \
--extra-cflags="$SLKCFLAGS" \
make -j1 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
make install DESTDIR=$PKG
make install-lib DESTDIR=$PKG
```
0.6.1 will compile and install ok if I don't use the `--static-mp4box` option.
Actually in the past I was able to compile any version of gpac with `--static-mp4box`, now I can't. I'm not sure what has changed on my box to of caused this...
hmm
Here's the output of make;
http://dpaste.com/3XFP5RM
|
0.6.1 fails to compile with --static-mp4box
|
https://api.github.com/repos/gpac/gpac/issues/483/comments
| 2 |
2016-04-12T02:58:47Z
|
2016-04-12T07:14:11Z
|
https://github.com/gpac/gpac/issues/483
| 147,618,479 | 483 |
[
"gpac",
"gpac"
] |
MP4box seems to have problems with hevc content and sometimes breaks the first gop.
> MP4Box -par 1=32:27 -add "H:\Output\original hevc_20_07_53_4610_02.265"#video:fps=23.976 -brand hvc1 -mpeg4 -tmp "H:\Temp" -new "H:\Output\mp4box_remux.mp4"
-> first gop broken (r2d2 isn't really visible)
> ffmpeg -r 25 -i "H:\Output\original hevc_20_07_53_4610_02.265" -c copy h:\Output\ffmpeg_remux.mp4
-> fine
> mkvmerge --ui-language en -o "H:\Output\mkvmerge_remux.mkv" --disable-track-statistics-tags -d 0 --default-track 0:yes --default-duration 0:24000/1001fps --aspect-ratio-factor 0:1.185 --compression -1:none --forced-track 0:yes --no-audio --no-subtitles "H:\Output\original hevc_20_07_53_4610_02.265"
-> fine
uploaded the source and the muxed files to my google share as [mp4box_hevc.7z](https://drive.google.com/folderview?id=0B_WxUS1XGCPAUTlILW54VThMTFU&usp=sharing)
|
hevc losing frames
|
https://api.github.com/repos/gpac/gpac/issues/479/comments
| 2 |
2016-04-10T12:33:30Z
|
2016-04-15T16:53:14Z
|
https://github.com/gpac/gpac/issues/479
| 147,221,594 | 479 |
[
"gpac",
"gpac"
] |
Current backtrace may be too heavy for some test, we should have selection of regular tracker or backtrace tracker through the command line (all code in gpac/src/utils/alloc.c).
|
Enable backtrace in memory tracker throught software
|
https://api.github.com/repos/gpac/gpac/issues/477/comments
| 0 |
2016-04-07T09:29:52Z
|
2016-04-07T16:25:06Z
|
https://github.com/gpac/gpac/issues/477
| 146,560,048 | 477 |
[
"gpac",
"gpac"
] |
```
[MemTracker] Printing the current state of allocations (0 open file handles) :
[MemTracker] Memory Block 0000000000666150 (size 56) allocated in:
file ..\..\src\isomedia\box_code_base.c at line 9226
09 0x13FEEC640 gf_mem_malloc
08 0x1400ECCD0 prft_New
07 0x1400EDF70 gf_isom_box_new
06 0x1400ED010 gf_isom_parse_box_ex
05 0x1400ECD40 gf_isom_parse_root_box
04 0x1400C3FE0 gf_isom_parse_movie_boxes
03 0x1400C52B0 gf_isom_open_file
02 0x13FEE0E00 gf_isom_open
01 0x13FED1E50 mp4boxMain
00 0x13FED94E0 wmain
string dump: tfrp
[MemTracker] Total: 56 bytes allocated in 1 blocks
```
To reproduce: `-mem-track -dnal 1 seg1.mp4`
File can be found at http://gpac-licensing.com/downloads/issue475/seg1.mp4
Test env: win 64 rev e5e380816ae809ccfce8a61abb6d69378b85caa3
|
'prft' box leak
|
https://api.github.com/repos/gpac/gpac/issues/476/comments
| 2 |
2016-04-06T19:20:37Z
|
2016-04-11T14:26:05Z
|
https://github.com/gpac/gpac/issues/476
| 146,408,188 | 476 |
[
"gpac",
"gpac"
] |
I'm finding a way to import (-add) a video track in a new file assigning it always the trackid #1 independently by the original trackid.
Is it possible by using -set-track-id (by example by specifying 0:1 or *:1)?
|
Assigning trackid whatever is the source trackid
|
https://api.github.com/repos/gpac/gpac/issues/474/comments
| 1 |
2016-04-05T07:48:08Z
|
2016-04-14T12:42:31Z
|
https://github.com/gpac/gpac/issues/474
| 145,918,267 | 474 |
[
"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/
- [ ] 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/
Hi all!
I have two files that I grabbed off YT using the youtube-dl and I'm trying to join them. I've tried the following:
```
mp4box -cat file1.mp4 -cat file2.mp4 out.mp4
```
but that produced a file that played properly for the duration of file1.mp4 only and the screen was black for the second part.
I believe the issue is that Track #1 of file1.mp4 is video and track #2 is audio. However. for the file2.mp4, track #1 is audio and track #2 is video. I believe that mp4box is therefore not joining them properly.
Is it possible to merge them properly by somehow telling the mp4box which streams should go together?
Here's the info about files:
```
$ mp4box -info file1.mp4
* Movie Info *
Timescale 600 - Duration 00:14:05.786
2 track(s)
Fragmented File: no
File suitable for progressive download (moov before mdat)
File Brand mp42 - version 0
Created: GMT Wed Feb 26 13:36:35 2014
Modified: GMT Wed Feb 26 13:36:35 2014
File has root IOD (9 bytes)
Scene PL 0xff - Graphics PL 0xff - OD PL 0xff
Visual PL: AVC/H264 Profile (0x15)
Audio PL: AAC Profile @ Level 2 (0x29)
No streams included in root OD
iTunes Info:
Track # 1 Info - TrackID 1 - TimeScale 30000 - Media Duration 00:14:05.778
Track has 1 edit lists: track duration is 00:14:05.778
Media Info: Language "Undetermined" - Type "vide:avc1" - 25348 samples
Visual Track layout: x=0 y=0 width=320 height=240
MPEG-4 Config: Visual Stream - ObjectTypeIndication 0x21
AVC/H264 Video - Visual Size 320 x 240
AVC Info: 1 SPS - 1 PPS - Profile Baseline @ Level 1.3
NAL Unit length bits: 32
Pixel Aspect Ratio 1:1 - Indicated track size 320 x 240
Self-synchronized
Track # 2 Info - TrackID 2 - TimeScale 44100 - Media Duration 00:14:05.786
Media Info: Language "Undetermined" - Type "soun:mp4a" - 36425 samples
MPEG-4 Config: Audio Stream - ObjectTypeIndication 0x40
MPEG-4 Audio AAC LC - 3 Channel(s) - SampleRate 44100
Synchronized on stream 1
```
```
$ mp4box -info file2.mp4
* Movie Info *
Timescale 600 - Duration 00:13:24.640
2 track(s)
Fragmented File: no
File suitable for progressive download (moov before mdat)
File Brand mp42 - version 0
Created: GMT Sat Sep 11 08:34:20 2010
Modified: GMT Sat Sep 11 08:34:20 2010
File has root IOD (9 bytes)
Scene PL 0xff - Graphics PL 0xff - OD PL 0xff
Visual PL: AVC/H264 Profile (0x15)
Audio PL: AAC Profile @ Level 2 (0x29)
No streams included in root OD
iTunes Info:
Track # 1 Info - TrackID 1 - TimeScale 44100 - Media Duration 00:13:24.641
Media Info: Language "Undetermined" - Type "soun:mp4a" - 34653 samples
MPEG-4 Config: Audio Stream - ObjectTypeIndication 0x40
MPEG-4 Audio AAC LC - 3 Channel(s) - SampleRate 44100
Self-synchronized
Track # 2 Info - TrackID 2 - TimeScale 25000 - Media Duration 00:13:24.640
Media Info: Language "Undetermined" - Type "vide:avc1" - 20116 samples
Visual Track layout: x=0 y=0 width=480 height=360
MPEG-4 Config: Visual Stream - ObjectTypeIndication 0x21
AVC/H264 Video - Visual Size 480 x 360
AVC Info: 1 SPS - 1 PPS - Profile Baseline @ Level 2.1
NAL Unit length bits: 16
Pixel Aspect Ratio 1:1 - Indicated track size 480 x 360
Synchronized on stream 1
```
|
Concatenating two mp4 files with different audio/video track numbering?
|
https://api.github.com/repos/gpac/gpac/issues/473/comments
| 4 |
2016-04-04T18:27:36Z
|
2016-04-16T00:22:24Z
|
https://github.com/gpac/gpac/issues/473
| 145,766,525 | 473 |
[
"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/
Playback of a stream where the segments are served using chunked encoding fails with these errors:
[HTTP] Error parsing reply: Dialog Failure with remote peer for URL http://192.168.178.42:8080/dash/bbb/chunk_1_18125.m4s
[DASH] FAILED to download http://192.168.178.42:8080/dash/bbb/chunk_1_18125.m4s = Dialog Failure with remote peer...
[DASH] Error in downloading new segment: http://192.168.178.42:8080/dash/bbb/chunk_1_18125.m4s Dialog Failure with remote peer - starting countdown for 625 ms
The issue seems to be caused by a download of another segment being started while the previous segment hasn't been fully received yet, and MP4Client being unable to deal with the resulting reply. See attached wireshark capture of a failed HTTP dialog where this is clearly visible.
This seem to be the case at least for versions 6.2 and 5.X.
[mp4client_downloadfail.pcapng.zip](https://github.com/gpac/gpac/files/202033/mp4client_downloadfail.pcapng.zip)
|
Chunked encoding not supported for DASH segments
|
https://api.github.com/repos/gpac/gpac/issues/472/comments
| 4 |
2016-04-04T08:35:54Z
|
2017-07-28T13:40:52Z
|
https://github.com/gpac/gpac/issues/472
| 145,620,004 | 472 |
[
"gpac",
"gpac"
] |
I have trancoded a lot of files and all goes well, but some files fails on playback after dashing them, like this one:
http://movietrailers.apple.com/movies/independent/identicals/identicals-tlr_h1080p.mov
I can trancode then just fine using ffmpeg. The resulting files can be played just fine all the way through on all bitrates that I generate. BUT after dashing the file and trying to play the segmented files, it stops at 1:30, every thime.
I've tried to do it again and again, same result
An example of parameters that I use for ffmpeg: -y -c:a libfdk_aac -ac 2 -ab 128k -c:v libx264 -x264opts 'keyint=48:min-keyint=48:no-scenecut:fps=24' -b:v 2048k
-b:a 128k -bufsize 1000k -vf "scale=-2:720"
and the dash arguments are like:
-dash 2000 -frag 2000 -rap (plus base-url, mpd title and some other "soft" parameters)
I don't know what happens at 1:30, but something sure throws off dash here.
Any help would be much appreciated
|
Problem with playback of segment of specific files
|
https://api.github.com/repos/gpac/gpac/issues/471/comments
| 4 |
2016-04-03T14:13:15Z
|
2016-10-10T11:00:18Z
|
https://github.com/gpac/gpac/issues/471
| 145,504,391 | 471 |
[
"gpac",
"gpac"
] |
Over 2hrs dvdrip, sync sample box looks like this:
SyncSampleEntry sampleNumber="1"
SyncSampleEntry sampleNumber="301"
SyncSampleEntry sampleNumber="601"
SyncSampleEntry sampleNumber="901"
SyncSampleEntry sampleNumber="1201"
...
SyncSampleEntry sampleNumber="76764"
SyncSampleEntry sampleNumber="77064"
SyncSampleEntry sampleNumber="77364"
SyncSampleEntry sampleNumber="77664"
SyncSampleEntry sampleNumber="77964"
...
SyncSampleEntry sampleNumber="184737"
SyncSampleEntry sampleNumber="185037"
SyncSampleEntry sampleNumber="185337"
SyncSampleEntry sampleNumber="185637"
SyncSampleEntry sampleNumber="185937"
...
It's constant framerate movie, I wanted to cut out range between samples 77364 -> 185337.
In time domain it is 2581 -> 6184 s.
Execution:
C:\mp4box-0.6.1-rev0-g72d766c-master-win32>mp4box -splitz 2583:6186 vid.mp4
Adjusting chunk start time to previous random access at 1345.51 sec
Adjusting chunk end time to previous random access at 6184.04 sec
Extracting chunk vid_1345_6184.mp4 - duration 4838.53s (1345.51s->6186.00s)
I don't get how it's been adjusted to RAP at 1345s, it's 20 minutes earlier point (sample 40305).
There must be something borked,
|
Mp4box calculates wrong time using split
|
https://api.github.com/repos/gpac/gpac/issues/470/comments
| 13 |
2016-04-01T23:37:38Z
|
2016-04-18T19:23:51Z
|
https://github.com/gpac/gpac/issues/470
| 145,309,901 | 470 |
[
"gpac",
"gpac"
] |
can anyone please help me to achieve live streaming using DashCast.
I am trying this command :
DashCast -vf video4linux2 -v4l2f mjpeg -v /dev/video0 -af alsa -out output/ -npts
which is creating segments, then on new terminal I am using
MP4Client output/dashcast.mpd
which is running successfully for sometime but then shows error of not finding new segments.
This error is because the MP4Client is searching segments at faster rates than DastCast creating it. Moreover this dashcast.mpd is not running with Dash.js
I have also tried -live and -live-media commands but with that the situation is getting worse as it is giving either error of "Live system dropped a video frame" or making improper frames which in result not showing any result.
I am new to this field, please suggest something to work it out.
Thanks in advance,
Himanshu
|
new segment not found error and live streaming using DashCast
|
https://api.github.com/repos/gpac/gpac/issues/469/comments
| 1 |
2016-04-01T14:03:39Z
|
2019-06-28T16:18:44Z
|
https://github.com/gpac/gpac/issues/469
| 145,189,138 | 469 |
[
"gpac",
"gpac"
] |
Although I could a few weeks ago, somehow, I'm no longer able to build MP4box (on OS X 10.11.4).
When doing:
git clone https://github.com/gpac/gpac.git
cd gpac
git pull
./configure --static-mp4box --use-zlib=no
make -j4
make fails with libtool: unrecognized option `-s'
|
libtool: unrecognized option `-s'
|
https://api.github.com/repos/gpac/gpac/issues/467/comments
| 5 |
2016-03-30T19:49:31Z
|
2016-03-31T12:09:17Z
|
https://github.com/gpac/gpac/issues/467
| 144,701,457 | 467 |
[
"gpac",
"gpac"
] |
Hello,
Currently for iTunes, the -itags list seems really limited:
_MP4Box -tag-list
Supported iTunes tag modifiers:
album_artist usage: album_artist=album artist
album usage: album=name
tracknum usage: track=x/N
track usage: track=name
artist usage: artist=name
comment usage: comment=any comment
compilation usage: compilation=yes,no
composer usage: composer=name
created usage: created=time
disk usage: disk=x/N
tool usage: tool=name
genre usage: genre=name
name usage: name=name
tempo usage: tempo=integer
writer usage: writer=name
group usage: group=name
cover usage: cover=file.jpg,file.png
encoder usage: encoder=name
gapless usage: gapless=yes,no
all usage: all=NULL_
Am I missing something or was this done on purpose (because there is another way)?
There are quite some significant ones missing.
For example, how do I set things like:
- Video Type (Movie, TV Show, Home Video etc.)
- Season
- Episode
- Episode Title
- Episode ID
- HD Video
- Short Description/synopsis
- Long Description/plot
- iTunEXTC for rating
- iTunMOVI for the rest (Cast, Director, Producer etc.)
There more missing like xid, Artist ID, Lyrics, Playlist ID etc.
I had hoped I could do something with setting things like: MP4Box -set-meta "desc=Some Description" output.m4v
... but I guess that's for something else because it doesn't seem to do anything. Also, that way I wouldn't know how to add iTunEXTC and iTunMOVI.
Is there a workaround to somehow get these -itags in? Maybe using -udta somehow?
If not, would it be a good addition to add more options to the supported list?
|
MP4Box supported iTunes tags
|
https://api.github.com/repos/gpac/gpac/issues/465/comments
| 4 |
2016-03-29T23:47:13Z
|
2021-04-03T21:44:07Z
|
https://github.com/gpac/gpac/issues/465
| 144,420,667 | 465 |
[
"gpac",
"gpac"
] |
When I execute MP4Box with parameters for placing the segment files in a folder, the segment files are located just as wanted.
My problem is, that I would also like to have the init file in the same folder, but no arguments I make enables this possibility :-(
**So I get this name of the init file**
initialization="34_init.mp4"
**And the segments**
media="34/segment_$Number$.m4s"
What I would like is:
initialization="34/34_init.mp4"
media="34/segment_$Number$.m4s"
How do I do that? I have tried with **-mpd-info-url=34/34_init.mp4**, but no luck
**Another thing is**
I have 3 input files
- zzz_lowband.mp4
- zzz_midband.mp4
- zzz_highband.mp4
I would like to have the segments in:
34/lowband/segments...
34/midband/segments...
34/highband/segments...
It this possible?
Thanks in advance
|
Naming the init file
|
https://api.github.com/repos/gpac/gpac/issues/464/comments
| 2 |
2016-03-27T07:38:05Z
|
2016-10-10T11:00:25Z
|
https://github.com/gpac/gpac/issues/464
| 143,784,546 | 464 |
[
"gpac",
"gpac"
] |
Hello,
I have generated an mp4-Video (HEVC - x265) with mp4box.exe (v0.6.2 rev.49). Fast forward or rewind - the VLC Player is very slow / hangs.
I had reported this error ever in sourceforce "https://sourceforge.net/p/gpac/bugs/353/".
Then I set the error on VLC "https://trac.videolan.org/vlc/ticket/16732#no4".
Result from VLC: Video track does provide stss which only tells first frame as sync point.
--> Broken file.
Please fix it...
|
Seeking is very slow in specific MP4
|
https://api.github.com/repos/gpac/gpac/issues/463/comments
| 2 |
2016-03-24T12:30:20Z
|
2016-03-24T13:00:39Z
|
https://github.com/gpac/gpac/issues/463
| 143,232,065 | 463 |
[
"gpac",
"gpac"
] |
Sorry for stupid question.
I have avi file with several ac3 audio tracks.
I try to create mp4 file from avi
`mp4box.exe -add "e:\test.avi#video:fps=23.976:packed" "e:\test.mp4"`
And get error "Unsupported AVI audio format" I think it's result that mp4box doesn't support AC3
But I didn't ask to put audio track to output file.
Does exist any option to disable audio output to result file?
|
Is it possible to create mp4 without audio track?
|
https://api.github.com/repos/gpac/gpac/issues/462/comments
| 3 |
2016-03-22T14:02:03Z
|
2016-04-05T14:03:22Z
|
https://github.com/gpac/gpac/issues/462
| 142,659,482 | 462 |
[
"gpac",
"gpac"
] |
There is a post here: https://sourceforge.net/p/gpac/bugs/349/ that is about this, but no open Github issues. It took me a while to get to the bottom of it, so I wanted to open an issue on Github. Not sure if this is the right protocol, but I thought it may help someone.
My fix is to take my input stream ( which happens to be coming from rtmp ) and use ffmpeg to re-encode the audio with aac to stereo with 44100 Hz and send it to a udp output that DashCast can read from.
The command looks like the following:
`ffmpeg -i [input] -c:a aac -ar 44100 -ac 2 -c:v copy udp://127.0.0.1:1234?pkt_size=13`
|
Audio Segments will have weird rumbling noise if the input sampling rate is not 44100 Hz
|
https://api.github.com/repos/gpac/gpac/issues/461/comments
| 2 |
2016-03-18T15:44:09Z
|
2019-06-28T16:17:51Z
|
https://github.com/gpac/gpac/issues/461
| 141,902,679 | 461 |
[
"gpac",
"gpac"
] |
# Goal
I want to learn how to combinate segment-name init and index file names so I can specify them as I want.
## Starting point
I started out with this query:
`mp4box -dash 4000 -segment-name $RepresentationID$/segment_$Number$.m4s -out play.mpd -profile dashavc264:live -segment-ext null -mpd-title "" -mpd-info-url "" /full/path/dashify_file.mp4:id="video_hd"`
### Result
This generates segments just fine; but the init file will be named segment_.m4s
### Problem
Init file name is not desired name
### Desired result
I figured I wanted to rename init file to init.mp4 and the other segment files segment_$Number$.m4s
## Own research
I went to the [MP4Box Dash documentation](https://gpac.wp.mines-telecom.fr/mp4box/dash/)
and saw
- $Init=VALUE$ is replaced by VALUE if the generated file is an initialization segment,
- $Index=VALUE$ is replaced by VALUE if the generated file is an index segment.
Maybe I could do something with $Init=play.mp4$ ?
### So I tried
`mp4box -dash 4000 -profile live -segment-name $RepresentationID$/$Init=play.mp4$ -out play.mpd segment-ext null -lf log.txt /full/path/dashify_file.mp4:id=video_hd`
### Result
It works... kind of.
That gives me a video_hd folder with files 1-25 + the play.mp4!
But then the segments is just named 1-118
## What I need help with
I've tried different combinations of $Index=segment_%s$ and $Init together right after eachother, but I couldn't get anything to work. I also tried to make two segment-names.
There is no info on combining these even if I type mp4box -h dash so I am turning to you guys here instead!
## End word
Hope I provided you with enough information to understand and help me tackle this problem.
If there is something missing or I didn't make myself understood; please let me know and I will happily fill out the blanks :)
Cheers
## Specs
**OS**: Windows 7, 64 bit
**Version**: MP4Box - GPAC version 0.6.1-rev0-g72d766c-master <- Downloaded from [GPAC Website](https://gpac.wp.mines-telecom.fr/downloads/)
**Dashfile**: I uploaded it to mediafire url using name: _MagggiQ - The file that is being dashified_
**Logfile**: I couldn't provide a log file because it was empty.
|
MP4Box set both init and segment-name?
|
https://api.github.com/repos/gpac/gpac/issues/458/comments
| 7 |
2016-03-16T23:24:50Z
|
2017-07-17T16:44:08Z
|
https://github.com/gpac/gpac/issues/458
| 141,430,995 | 458 |
[
"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/
|
i am unable to use mp4client in gpac,following issue is occuring
|
https://api.github.com/repos/gpac/gpac/issues/457/comments
| 2 |
2016-03-15T20:37:54Z
|
2016-03-16T07:22:06Z
|
https://github.com/gpac/gpac/issues/457
| 141,091,355 | 457 |
[
"gpac",
"gpac"
] |
Hi,
I created dash content, but it is not played using media source extensions.
Video link: https://www.dropbox.com/s/jcwl589nmkv5cz4/v1out_dashinit.mp4?dl=0
MPD file link: https://www.dropbox.com/s/bo1cc3ejyh9kzr0/v1out_dash.mpd?dl=0
Someone please advise me to play the video using JavaScript MSE.
Regards,
Xavier
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/
|
Unable to play dash content - Help needed
|
https://api.github.com/repos/gpac/gpac/issues/456/comments
| 7 |
2016-03-15T12:09:01Z
|
2016-06-09T06:16:35Z
|
https://github.com/gpac/gpac/issues/456
| 140,954,432 | 456 |
[
"gpac",
"gpac"
] |
When I use latest mp4box (0.6.2-DEV-rev56-g30c5f14-master) to package CENC encrypted mp4 files, the generated presentation manifest contains the following:
```
<AdaptationSet segmentAlignment="true" maxWidth="1920" maxHeight="1080" maxFrameRate="30" par="16:9" lang="und">
<SegmentTemplate timescale="30" media="$RepresentationID$/$Number%04d$.m4s" startNumber="1" duration="120" initialization="$RepresentationID$/init.mp4" />
<ContentProtection schemeIdUri="urn:mpeg:dash:mp4protection:2011" value="cenc" cenc:default_KID="7a4a1d66-0a65-4172-9267-38840795e42d" />
```
However, according to DASH specification the correct order is the opposite - `ContentProtection` must be before `SegmentTemplate`. This causes [validation of the manifest](http://dashif.org/conformance) to fail.
Here is the mp4box command line used:
```
mp4box.exe -noprog -dash-strict 4000 -out "ooo2\Encrypted\Manifest.mpd" -profile "dashavc264:live" -sample-groups-traf -bs-switching no "temp2\EncryptStreams\v-288-400k.mp4" "temp2\EncryptStreams\v-360-800k.mp4" "temp2\EncryptStreams\v-480-1200k.mp4" "temp2\EncryptStreams\v-720-2100k.mp4" "temp2\EncryptStreams\v-1080-3000k.mp4" "temp2\EncryptStreams\a.mp4" "temp2\EncodeTextStreams\TOS-zh.mp4" -segment-name $RepresentationID$\$Number%04d$$Init=init$
```
|
mp4box generates incorrect element order in DASH manifest for encrypted adaptation set
|
https://api.github.com/repos/gpac/gpac/issues/454/comments
| 7 |
2016-03-15T08:14:47Z
|
2016-05-20T06:50:42Z
|
https://github.com/gpac/gpac/issues/454
| 140,903,558 | 454 |
[
"gpac",
"gpac"
] |
Hi,
It seems that to get the DASH-MPEG standard to work well with 8000 millisecond segments and SegmentTemplate, the availabilityStartTime needs to be about 20 seconds behind, so i have set in my DashCast command `-ast-offset 20000`. This generally works and ensures that the Dash Player will not look for segments that are so close to realtime that they have yet to be uploaded and registered by my CDN (S3 -> Cloudfront).
However, though sometimes it plays perfectly and the mpd is correct, other times it will set the availabilityStartTime in the mpd to be this: `availabilityStartTime="1900-01-01T00:00:20.000Z"`. Because of this, the player (dash.js) will look for enormous segment numbers and will not find them, causing the live video to be unplayable.
Is there something that I am doing wrong in my command? I'm not using a conf file, and my full command looks like this, omitting the input (-av) option, :`-live -seg-dur 8000 -ast-offset 20000 -min-buffer 16.0 -npts -low-delay -out /output`.
It appears to work consistently without the -ast-offset option and it sets the ast correctly. However, that will frequently cause the player to look for segments that don't exist yet.
It consistently sets the ast incorrectly when using a conf file as follows:
[v1]
type=video
width=1920
height=1080
bitrate=4000000
[a1]
type=audio
bitrate=128000
Thanks so much,
Carter
|
DashCast: Inconsistent issue with availabilityStartTime with dynamic mpd in live video
|
https://api.github.com/repos/gpac/gpac/issues/453/comments
| 5 |
2016-03-14T17:12:00Z
|
2019-06-28T16:17:19Z
|
https://github.com/gpac/gpac/issues/453
| 140,737,109 | 453 |
[
"gpac",
"gpac"
] |
Hi, latest gpac nb is broken:
http://download.tsi.telecom-paristech.fr/gpac/latest_builds/win32/gpac-0.6.2-DEV-rev48-g30b4af0-master-win32.exe
File is only ~10MB.
I used to grab latest exes from there, but for example if I wanted "stable" 0.6.1 do I have to compile it myself or looking for exe on third party sites?
|
Nightly build corrupted
|
https://api.github.com/repos/gpac/gpac/issues/452/comments
| 1 |
2016-03-13T12:41:35Z
|
2016-03-14T07:55:27Z
|
https://github.com/gpac/gpac/issues/452
| 140,481,897 | 452 |
[
"gpac",
"gpac"
] |
I have an SHVC encoded bitstream with an AVC encoded base layer. when I try to import this, I get an unhandled exception. I think the solution to this should be in the media_import.c file in the media tools folder of libgpac. Has this been done before ? Any leads will be really useful.
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [ yes] I looked for a similar issue and couldn't find any.
- [yes ] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [ yes] 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/
|
Importing SHVC with AVC encoded base layer in MP4 box
|
https://api.github.com/repos/gpac/gpac/issues/450/comments
| 15 |
2016-03-11T01:19:15Z
|
2016-03-24T18:04:10Z
|
https://github.com/gpac/gpac/issues/450
| 140,057,271 | 450 |
[
"gpac",
"gpac"
] |
Example: https://github.com/gpac/gpac/blob/6517dd22269de503665b37673a6e7b04c0d030f5/applications/mp4box/filedump.c#L56
Is it expected?
|
Some applications seem to use internal includes
|
https://api.github.com/repos/gpac/gpac/issues/449/comments
| 1 |
2016-03-08T21:39:38Z
|
2019-06-28T16:16:51Z
|
https://github.com/gpac/gpac/issues/449
| 139,401,337 | 449 |
[
"gpac",
"gpac"
] |
I have an SHVC coded bitstream produced from SHM 7.0. When I use MP4box to import this stream, Only the base layer spatial resolution is imported. The enhancement layer spatial resolution is not imported. There is no error thrown during the command. However when the converted mp4 content is DASHed, The MPD has only the the base layer resolution as the maximum available resolution , though there are two representations. To make things clearer, I will outline the steps to reproduce the problem
1. Encode a standard test sequence using SHM7.0
2. Import it into MP4box using the following command
MP4Box -new -add path\PeopleOnStreet-2x7.bin:FMT=SHVC:fps=30:svcmode=splitnox path\POS73.mp4
result:
HEVC import - frame size 960 x 540 at 30.000 FPS
SHVC detected - 0 x 0 at 30.000 FPS
HEVC Import results: 150 samples (606 NALUs) - Slices: 10 I 0 P 290 B - 300 SEI - 1 IDR
Stream uses forward prediction - stream CTS offset: 3 frames
OpenGOP detected - adjusting file brand
Saving path\POS73.mp4: 0.500 secs Interleaving
1. DASH the generated MP4 using
MP4Box -dash 4 -segment-name path\pos7 path\POS73.mp4
I dont encounter this problem when I have encoded a sequence using SHM4.1. This is the result of importing a SHM4.1 encoded stream into mp4box
HEVC import - frame size 1280 x 800 at 30.000 FPS
SHVC detected - 2560 x 1600 at 30.000 FPS
HEVC Import results: 8 samples (37 NALUs) - Slices: 2 I 0 P 14 B - 16 SEI - 1 IDR
Stream uses forward prediction - stream CTS offset: 2 frames
Saving C:\Amit\K2_SPDY\mp4BoxTest\POS41.mp4: 0.500 secs Interleaving
Thanks in Advance,
Regards,
Amit
Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!
- [yes ] I looked for a similar issue and couldn't find any.
- [ yes] I tried with the latest version of GPAC. Installers available at http://gpac.io/downloads/gpac-nightly-builds/
- [yes ] 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 is unable to import the enhancement layer of an SHVC coded bitstream
|
https://api.github.com/repos/gpac/gpac/issues/448/comments
| 18 |
2016-03-07T21:37:31Z
|
2016-03-15T14:35:21Z
|
https://github.com/gpac/gpac/issues/448
| 139,102,493 | 448 |
[
"gpac",
"gpac"
] |
Sample URL:
http://s3.amazonaws.com/_bc_dml/example-content/tears-of-steel/playlist.m3u8
|
HLS with raw AAC audio fails to play
|
https://api.github.com/repos/gpac/gpac/issues/447/comments
| 2 |
2016-03-07T13:09:11Z
|
2016-03-24T10:31:31Z
|
https://github.com/gpac/gpac/issues/447
| 138,974,722 | 447 |
[
"gpac",
"gpac"
] |
Recent compilers such as GCC5 and clang are defaulting C compilation to C99.
However GPAC wants to stay "C89 compliant", thus we should force the -ansi flag to always compile using C89.
|
Force C89 on recent compilers
|
https://api.github.com/repos/gpac/gpac/issues/446/comments
| 1 |
2016-03-07T12:46:34Z
|
2019-06-28T16:14:46Z
|
https://github.com/gpac/gpac/issues/446
| 138,970,325 | 446 |
[
"gpac",
"gpac"
] |
MP4Box version:
MP4Box - GPAC version 0.6.1-rev0-g72d766c-master
GPAC Copyright (c) Telecom ParisTech 2000-2012
GPAC Configuration: --host=x86_64-linux-gnu --prefix=/usr --build=x86_64-linux-gnu --mandir=${prefix}/share/man --extra-cflags=-Wall -g -fPIC -DPIC --cc=ccache cc CXX=ccache g++
Features: GPAC_64_BITS GPAC_HAS_SSL GPAC_HAS_SPIDERMONKEY GPAC_HAS_JPEG GPAC_HAS_PNG
OS: Ubuntu 14.04.4 LTS 64 bits
Cmd: MP4Box -cat edlive2.mp4 -cat edlive2.mp4 edlive3.mp4
edlive2.mp4 is 1.74 GB
Output:
Appending file edlive2.mp4
No suitable destination track found - creating new one (type vide)
No suitable destination track found - creating new one (type soun)
Appending file edlive2.mp4
Error writing data (No space left on device): 1 blocks to write but 0 blocks written
Error appending edlive2.mp4: I/O Error
Additional info:
df -h
Filesystem Size Used Avail Use% Mounted on
udev 5.9G 4.0K 5.9G 1% /dev
tmpfs 1.2G 512K 1.2G 1% /run
/dev/md1 4.0G 914M 3.1G 23% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
none 5.0M 0 5.0M 0% /run/lock
none 5.9G 0 5.9G 0% /run/shm
none 100M 0 100M 0% /run/user
/dev/mapper/vg00-usr 103G 3.9G 95G 4% /usr
/dev/mapper/vg00-var 699G 19G 652G 3% /var
/dev/mapper/vg00-home 54G 16M 51G 1% /home
So I have enough space on my HDD. I am on a 64-bits OS. Still it seems the -cat command fails as soon as the output is over 2GB. I can -cat files fine when I am below the 2GB mark.
Can you please tell me if I am doing something wrong? Is there a flag to pass to MP4Box for large mp4 files?
Thanks
|
-cat files where target is bigger than 2GB fails
|
https://api.github.com/repos/gpac/gpac/issues/445/comments
| 3 |
2016-03-07T10:10:13Z
|
2016-04-16T06:29:55Z
|
https://github.com/gpac/gpac/issues/445
| 138,939,446 | 445 |
[
"gpac",
"gpac"
] |
Since iTunes is kinda picky, I'm trying to move audio tracks into the same group.
The -group-add options is giving me issues though.
When I try to move audio track 3 to the same group as track 2, I assume I need to do something like: ../MP4Box -group-add -refTrack=2:trackID=3 video.m4v
However, this gives: 'Error: Bad Parameter'.
MP4Box -group-single video.m4v
...exits without doing anything
MP4Box -group-clean video.m4v
...gives a 'Segmentation fault: 11'
Using 0.6.0-DEV-rev16-gf9a7e0b-master
|
MP4box Alternate Groups
|
https://api.github.com/repos/gpac/gpac/issues/444/comments
| 7 |
2016-03-06T19:07:07Z
|
2016-04-06T08:41:37Z
|
https://github.com/gpac/gpac/issues/444
| 138,824,053 | 444 |
[
"gpac",
"gpac"
] |
Hello,
I am trying to use dashcast to transform a live multicast stream into a MPEG-DASH stream without any transcoding. I though it would be easy with the copy option from FFMPEG. But apparently it is not mapped to dashcast therefore I get this error:
```
Output video codec copy not found
Cannot open output video stream.
```
Here is my command line
```
dashcast.exe -av "udp://@238.4.4.4:5000?fifo_size=10000" -seg-dur 2000 -out "d:\temp" -conf dashcast.conf
```
and conf file
```
[v1]
type=video
codec=copy
[a1]
type=audio
codec=copy
```
Can you help me with this issue?
Thank you,
Luis
|
dashcast with codec copy
|
https://api.github.com/repos/gpac/gpac/issues/443/comments
| 12 |
2016-03-04T17:35:03Z
|
2016-04-15T09:44:43Z
|
https://github.com/gpac/gpac/issues/443
| 138,535,368 | 443 |
[
"gpac",
"gpac"
] |
MP4Client seems to have problems playing this stream: http://31.14.160.192:8000/ah/manifest.mpd
|
Problems playing live multi-period stream
|
https://api.github.com/repos/gpac/gpac/issues/440/comments
| 2 |
2016-03-04T13:33:27Z
|
2019-06-28T16:13:21Z
|
https://github.com/gpac/gpac/issues/440
| 138,477,749 | 440 |
[
"gpac",
"gpac"
] |
Hello,
mp4box.vcxproj does not compile here:
C1083 Cannot open include file: 'gpac/revision.h': No such file or directory mp4box d:\temp\downloads\gpac-master\include\gpac\version.h 43
I need a new static mp4box build because I get many bug reports from StaxRip users because of mp4box, the biggest problem currently is seen below, six people have sent a bug report because of it.
[iso file] Apple 'alis' box found, not supported - converting to self-pointing 'url '
ICC colour profile not supported[iso file] Read Box "colr" failed (Feature Not Supported)
[iso file] Read Box "avc1" failed (Feature Not Supported)
[iso file] Read Box "stsd" failed (Feature Not Supported)
[iso file] Read Box "stbl" failed (Feature Not Supported)
[iso file] Read Box "minf" failed (Feature Not Supported)
[iso file] Read Box "mdia" failed (Feature Not Supported)
[iso file] Read Box "trak" failed (Feature Not Supported)
[iso file] Read Box "moov" failed (Feature Not Supported)
Error opening file F:\ Tenerife 2015\10\GOPR9654.MP4: Feature Not Supported
|
mp4box.vcxproj won't compile
|
https://api.github.com/repos/gpac/gpac/issues/439/comments
| 1 |
2016-03-03T23:26:30Z
|
2016-03-03T23:43:38Z
|
https://github.com/gpac/gpac/issues/439
| 138,328,817 | 439 |
[
"gpac",
"gpac"
] |
Hello Guys,
I'd like to copile, however the make gives an error:
```
CC audio_decoder.c
audio_decoder.c: In function ‘dc_audio_decoder_read’:
audio_decoder.c:276:48: error: ‘AVFrame’ has no member named ‘channels’
int num_channels = audio_input_data->aframe->channels;
^
../../config.mak:147: recipe for target 'audio_decoder.o' failed
```
Please fix it.
Thanks,
Zsolt
|
Can't compile: audio_decoder.c:276:48: error: ‘AVFrame’ has no member named ‘channels’
|
https://api.github.com/repos/gpac/gpac/issues/438/comments
| 2 |
2016-03-03T13:25:24Z
|
2016-05-13T12:54:27Z
|
https://github.com/gpac/gpac/issues/438
| 138,177,293 | 438 |
[
"gpac",
"gpac"
] |
Hi,
We're using MP4Box to stitch videos but are ending with "double free or corruption" error.
**MP4Box Version**:
> MP4Box - GPAC version 0.5.2-DEV-rev715-ge7ce665-HEAD
> GPAC Copyright (c) Telecom ParisTech 2000-2012
> GPAC Configuration: --static-mp4box --use-zlib=no
> Features: GPAC_64_BITS GPAC_DISABLE_3D GPAC_DISABLE_SWF_IMPORT
**Console Output**:
```
*** glibc detected *** /usr/local/bin/MP4Box: double free or corruption (!prev): 0x000000001837b1d0 ***
======= Backtrace: =========
/lib64/libc.so.6[0x2b255d3144af]
/lib64/libc.so.6(cfree+0x4b)[0x2b255d3187ab]
/usr/local/bin/MP4Box[0x4ff6a7]
/usr/local/bin/MP4Box[0x503e62]
/usr/local/bin/MP4Box[0x40c776]
/lib64/libc.so.6(__libc_start_main+0xf4)[0x2b255d2c09f4]
/usr/local/bin/MP4Box[0x403099]
======= Memory map: ========
00400000-006e9000 r-xp 00000000 00:16 13607498485 /usr/local/bin/MP4Box
008e9000-008f1000 rw-p 002e9000 00:16 13607498485 /usr/local/bin/MP4Box
008f1000-008f5000 rw-p 008f1000 00:00 0
1837b000-183c2000 rw-p 1837b000 00:00 0
2b255c9e1000-2b255c9fd000 r-xp 00000000 fd:00 159046 /lib64/ld-2.5.so
2b255c9fd000-2b255c9ff000 rw-p 2b255c9fd000 00:00 0
2b255cbfd000-2b255cbfe000 r--p 0001c000 fd:00 159046 /lib64/ld-2.5.so
2b255cbfe000-2b255cbff000 rw-p 0001d000 fd:00 159046 /lib64/ld-2.5.so
2b255cbff000-2b255cc81000 r-xp 00000000 fd:00 158739 /lib64/libm-2.5.so
2b255cc81000-2b255ce80000 ---p 00082000 fd:00 158739 /lib64/libm-2.5.so
2b255ce80000-2b255ce81000 r--p 00081000 fd:00 158739 /lib64/libm-2.5.so
2b255ce81000-2b255ce82000 rw-p 00082000 fd:00 158739 /lib64/libm-2.5.so
2b255ce82000-2b255ce98000 r-xp 00000000 fd:00 158755 /lib64/libpthread-2.5.so
2b255ce98000-2b255d098000 ---p 00016000 fd:00 158755 /lib64/libpthread-2.5.so
2b255d098000-2b255d099000 r--p 00016000 fd:00 158755 /lib64/libpthread-2.5.so
2b255d099000-2b255d09a000 rw-p 00017000 fd:00 158755 /lib64/libpthread-2.5.so
2b255d09a000-2b255d09e000 rw-p 2b255d09a000 00:00 0
2b255d09e000-2b255d0a0000 r-xp 00000000 fd:00 158737 /lib64/libdl-2.5.so
2b255d0a0000-2b255d2a0000 ---p 00002000 fd:00 158737 /lib64/libdl-2.5.so
2b255d2a0000-2b255d2a1000 r--p 00002000 fd:00 158737 /lib64/libdl-2.5.so
2b255d2a1000-2b255d2a2000 rw-p 00003000 fd:00 158737 /lib64/libdl-2.5.so
2b255d2a2000-2b255d2a3000 rw-p 2b255d2a2000 00:00 0
2b255d2a3000-2b255d3f2000 r-xp 00000000 fd:00 158731 /lib64/libc-2.5.so
2b255d3f2000-2b255d5f2000 ---p 0014f000 fd:00 158731 /lib64/libc-2.5.so
2b255d5f2000-2b255d5f6000 r--p 0014f000 fd:00 158731 /lib64/libc-2.5.so
2b255d5f6000-2b255d5f7000 rw-p 00153000 fd:00 158731 /lib64/libc-2.5.so
2b255d5f7000-2b255d5fd000 rw-p 2b255d5f7000 00:00 0
2b255d5fd000-2b255d60a000 r-xp 00000000 fd:00 158723 /lib64/libgcc_s-4.1.2-20080825.so.1
2b255d60a000-2b255d80a000 ---p 0000d000 fd:00 158723 /lib64/libgcc_s-4.1.2-20080825.so.1
2b255d80a000-2b255d80b000 rw-p 0000d000 fd:00 158723 /lib64/libgcc_s-4.1.2-20080825.so.1
7fff03486000-7fff0349b000 rw-p 7ffffffe9000 00:00 0 [stack]
7fff03502000-7fff03505000 r-xp 7fff03502000 00:00 0 [vdso]
ffffffffff600000-ffffffffffe00000 ---p 00000000 00:00 0 [vsyscall]
```
We also tried v0.6.0 and on that version the program fails with "Segmentation fault"
Is this a known issue?
|
Double free or corruption error
|
https://api.github.com/repos/gpac/gpac/issues/437/comments
| 6 |
2016-03-02T16:59:02Z
|
2016-03-04T15:51:36Z
|
https://github.com/gpac/gpac/issues/437
| 137,931,198 | 437 |
[
"gpac",
"gpac"
] |
As of now, the HLS encryption support is limited to exporting the key url and AES initialization vector too the mpegts demuxer.
Looking at the ismacrypt module I do not see how that architecture could be used for HLS. Indeed, the mpegts demuxer needs the data to be decrypted before the packet can be decoded and dispatched to the IPMP module.
What would you consider a good architecture for this ? I think that a new module interface would be needed that could be called between the mpd_in reader and the mpegts demuxer.
|
HLS Encryption support
|
https://api.github.com/repos/gpac/gpac/issues/435/comments
| 9 |
2016-02-24T12:53:30Z
|
2019-07-08T10:21:21Z
|
https://github.com/gpac/gpac/issues/435
| 136,053,901 | 435 |
[
"gpac",
"gpac"
] |
Although you released gpac 0.6.0 a few days ago, the README.md displayed on the project's homepage still says it's version 0.5.0. So that you don't have to update this file with every version, you may want to remove the version number and date from that file.
|
0.6.0 was released but README.md still says 0.5.0
|
https://api.github.com/repos/gpac/gpac/issues/434/comments
| 1 |
2016-02-23T21:29:31Z
|
2016-03-03T14:57:29Z
|
https://github.com/gpac/gpac/issues/434
| 135,871,722 | 434 |
[
"gpac",
"gpac"
] |
Building gpac 0.6.0 fails when gpac 0.5.0 is already installed. Here is the error I see on OS X when building gpac with MacPorts:
```
/usr/bin/clang -L/opt/local/lib -framework Carbon -o ../../bin/gcc/MP4Client main.o extract.o carbon_events.o -L../../bin/gcc -lgpac
Undefined symbols for architecture x86_64:
"_AVI_set_audio", referenced from:
_avi_audio_frame in extract.o
"_AVI_write_audio", referenced from:
_avi_audio_frame in extract.o
"_gf_cfg_discard_changes", referenced from:
_mp4client_main in main.o
"_gf_fclose", referenced from:
_GPAC_EventProc in main.o
_mp4client_main in main.o
_init_rti_logs in main.o
_write_bmp in extract.o
_write_png in extract.o
_write_depthfile in extract.o
_write_texture_file in extract.o
...
"_gf_fopen", referenced from:
_mp4client_main in main.o
_init_rti_logs in main.o
_write_bmp in extract.o
_write_png in extract.o
_write_depthfile in extract.o
_write_texture_file in extract.o
_write_raw in extract.o
...
"_gf_free", referenced from:
_mp4client_main in main.o
_write_png in extract.o
_dump_file in extract.o
"_gf_lang_find", referenced from:
_ViewOD in main.o
"_gf_lang_get_name", referenced from:
_ViewOD in main.o
"_gf_malloc", referenced from:
_mp4client_main in main.o
_write_png in extract.o
_dump_file in extract.o
"_gf_net_get_utc", referenced from:
_mp4client_main in main.o
_on_gpac_log in main.o
"_gf_net_set_ntp_shift", referenced from:
_mp4client_main in main.o
"_gf_sc_add_audio_listener", referenced from:
_dump_file in extract.o
"_gf_sc_remove_audio_listener", referenced from:
_dump_file in extract.o
"_gf_sha1_csum", referenced from:
_write_hash in extract.o
_dump_depth in extract.o
_dump_frame in extract.o
"_gf_sys_clock_high_res", referenced from:
_on_gpac_log in main.o
_init_rti_logs in main.o
"_gf_sys_set_args", referenced from:
_mp4client_main in main.o
_ae_open_doc in carbon_events.o
"_gf_term_get_clock", referenced from:
_dump_file in extract.o
"_gf_term_get_visual_output_size", referenced from:
_PrintAVInfo in main.o
"_gf_term_select_object", referenced from:
_mp4client_main in main.o
"_gf_term_select_service", referenced from:
_mp4client_main in main.o
"_gf_term_toggle_addons", referenced from:
_GPAC_EventProc in main.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [MP4Client] Error 1
make[2]: Leaving directory `/opt/local/var/macports/build/_Users_rschmidt_macports_dports_multimedia_gpac/gpac/work/gpac-0.6.0/applications/mp4client'
make[1]: *** [apps] Error 2
make[1]: Leaving directory `/opt/local/var/macports/build/_Users_rschmidt_macports_dports_multimedia_gpac/gpac/work/gpac-0.6.0/applications'
make: *** [all] Error 2
make: Leaving directory `/opt/local/var/macports/build/_Users_rschmidt_macports_dports_multimedia_gpac/gpac/work/gpac-0.6.0'
Command failed: cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_multimedia_gpac/gpac/work/gpac-0.6.0" && /usr/bin/make -w all
```
The reason for the problem is that your Makefiles contain directives like this:
```
$(CC) $(SHFLAGS) $(LDFLAGS) -o ../../bin/gcc/$@ $(OBJS) $(EXTRALIBS) -L../../bin/gcc -lgpac
```
`$(LDFLAGS)` is going to contain linker flags, which could include a directory in which libraries of dependencies may be found. In the case of a default MacPorts installation, that flag is `-L/opt/local/lib`.
The linker looks for libraries in directories in the order specified on the command line. So in this case, it will look for a library in /opt/local/lib first, and only if not found there will it look in the next given location, ../../bin/gcc.
The problem is that if you've just built a new libgpac in ../../bin/gcc, you want to use that. You don't want to use a possibly older version that might already exist in /opt/local/lib.
The solution is to specify flags for local directories like `-L../../bin/gcc` before, not after, flags for system directories like `-L/opt/local/lib`.
I will submit a pull request in a moment.
|
Building 0.6.0 fails when 0.5.0 is already installed
|
https://api.github.com/repos/gpac/gpac/issues/432/comments
| 3 |
2016-02-23T21:21:15Z
|
2016-04-22T13:31:27Z
|
https://github.com/gpac/gpac/issues/432
| 135,869,502 | 432 |
[
"gpac",
"gpac"
] |
Hello,
I use mp4box 0.6.0 rev 9. I want to export subtitles with the command:
mp4box.exe -srt 3 "D:\abc.mp4" -out "d:\abc_track3_deu.srt"
The Output-File-Name is but "abv_track3_deu_3_text.srt"
The error is not very critical, but a solution would not be bad.
|
Export to srt - wrong output filename
|
https://api.github.com/repos/gpac/gpac/issues/429/comments
| 2 |
2016-02-23T06:35:43Z
|
2016-03-01T16:10:20Z
|
https://github.com/gpac/gpac/issues/429
| 135,651,432 | 429 |
[
"gpac",
"gpac"
] |
Hi,
for playback reason, I've changed the container of almost all my avi files to mp4.
in others words, my tv play mp4 files much better than avi files, same content, just container change.
unfortunatelly, I've some file which doesn't play back at all, i.e., the sound is ok, but no images.
they play well using avi container.
the only reason I've found is that these videos have a "custom quant matrix" instead of a h263 standard matrix.
a sample file is located at http://cyrillelefevre.free.fr/tmp/novideo.avi (2Mo, 30sec)
http://cyrillelefevre.free.fr/tmp isn't browsable, that's normal.
remux with mp4box -add novideo.avi#video:lang=fra:timescale=25000:name= -add novideo.avi#audio:lang=fra:mpeg4:name= -new novideo.mp4
also tried without success with ffmpeg -i novideo.avi -vcodec copy -acodec copy novideo.mp4
any ideas to bypass/solve this problem ?
PS : video are played through plex on a TV brand/model LG 55LX5590.
|
xvid with custom quand matrix won't playback (no video)
|
https://api.github.com/repos/gpac/gpac/issues/428/comments
| 1 |
2016-02-23T01:52:19Z
|
2016-03-03T14:54:42Z
|
https://github.com/gpac/gpac/issues/428
| 135,602,394 | 428 |
[
"gpac",
"gpac"
] |
hello,
when I am writing the following command for creating a single mpd file for two different resolution videos, this error is comming. Though the dashinit files and mpd have been created successfully but this mpd is not accepted by my dash player.
the error is " Files have non-proportional track layouts (854x480 vs 640x360) but sample size and aspect ratio match, assuming precision issue "
and the command I am using is :
MP4Box -dash 2000 -rap -frag-rap -profile onDemand -out mpd v480.mp4#video v360.mp4#video v480.mp4#audio
where v480 is 854 \* 480 video and v360 is 640 \* 360
please help me
|
Files have non-proportional track layouts (854x480 vs 640x360) error
|
https://api.github.com/repos/gpac/gpac/issues/427/comments
| 4 |
2016-02-22T07:13:30Z
|
2016-03-03T15:05:44Z
|
https://github.com/gpac/gpac/issues/427
| 135,337,532 | 427 |
[
"gpac",
"gpac"
] |
Hi,
Could you explain clearly the difference between the fps, timescale and rescale options ?
What this really means : !! THIS IS IGNORED FOR IsoMedia IMPORT !!
In others words, when fps doesn't work, when to use timescale instead of fps, etc.
Thanks in advance.
|
fps vs timescale vs rescale
|
https://api.github.com/repos/gpac/gpac/issues/426/comments
| 1 |
2016-02-22T04:21:58Z
|
2016-03-03T15:07:18Z
|
https://github.com/gpac/gpac/issues/426
| 135,311,550 | 426 |
[
"gpac",
"gpac"
] |
MP4Box mix the **stdout** and **stderr** up when you run the command in a linux terminal.
You can test it by running MP4Box and separating the standard output and the error output into different files, i.e.:
`MP4Box -diso -std sintel_trailer-480p.mp4 > std.out 2> std.err`
The information for that mp4 file should be in the _std.out_ file but in fact the _std.out_ is empty but the file _std.err_ contains the information for the mp4 file, this is the result of the MP4Box command.
It should be in the other way around since no error happens.
|
MP4Box mix the stdout and stderr up
|
https://api.github.com/repos/gpac/gpac/issues/423/comments
| 5 |
2016-02-18T10:42:53Z
|
2023-10-16T00:09:39Z
|
https://github.com/gpac/gpac/issues/423
| 134,542,312 | 423 |
[
"gpac",
"gpac"
] |
Hi,
For some reason, I've converted all my .avi to .mp4.
The most simple way to do it is something like :
- _mp4box -add file.avi#video:name= -add file.avi#audio:name= -new file.mp4_
However, this doesn't work with not mp3 audio files, so I use something like:
- _mediainfo file.avi_ to get some more parameter like fps, video and audio format.
- _mkvmerge -o file.mkv file.avi --compression 0:none --default-duration 0:${fps}fps_
- _mkvextract tracks file.mkv 0:file.$extv 1:file.$exta_ ($extv may be avi of h264, $exta may be aac, ac3 or wma)
- convert file.$exta to file.mp3 if $exta is wma then exta=mp3 using using ffmpeg to 1st convert to wav then lame to convert to mp3
- convert file.$exta to file.aac if $exta is ac3 then exta=aac using neroaacenv
- _mp4box -add file.$extv#video:fps=$fps:name= -add file.$exta#audio:delay=$delay:name= -new file.mp4_
Almost all of these commands where inspired from megui.
Well, the problem is that with .mp3 audio track, in the first case, the audio track look like **soun:mp4a:6b** and **soun:.mp3** in the second case.
Unfortunatelly, my TV doesn't play sound in the second case.
For instance, the way I use to repack the right way is :
- _ffmpeg -i file.mp4 -acodec copy -vcodec copy file-remux.mp4_
Well, an alternative is to encapsulate the .mp3 track in an .mp4 file using ffmpeg too :
- _ffmpeg -i file.mp4 -nv -acodec copy file-audio.mp4_
- _mp4box -add file.mp4#video:name= -add file-audio.mp4#audio:name= -new file.mp4_
Also, this fails with "BitStream Not Compliant" :
- _ffmpeg -i file.mp4 -nv -acodec copy file-audio.avi_
- _mp4box -add file.mp4#video:name= -add file-audio.avi#audio:name= -new file.mp4_
mp4box -info of the first case :
```
* Movie Info *
Timescale 600 - Duration 02:10:14.320
2 track(s)
Fragmented File: no
File suitable for progressive download (moov before mdat)
File Brand isom - version 1
Created: GMT Tue Feb 16 23:37:11 2016
Modified: GMT Tue Feb 16 23:37:11 2016
File has root IOD (9 bytes)
Scene PL 0xff - Graphics PL 0xff - OD PL 0xff
Visual PL: Advanced Simple Profile @ Level 5 (0xf5)
Audio PL: Not part of MPEG-4 audio profiles (0xfe)
No streams included in root OD
Track # 1 Info - TrackID 1 - TimeScale 25000 - Media Duration 02:10:14.320
Track has 1 edit lists: track duration is 02:10:14.320
Media Info: Language "fra (fra)" - Type "vide:mp4v" - 195358 samples
Visual Track layout: x=0 y=0 width=720 height=404
MPEG-4 Config: Visual Stream - ObjectTypeIndication 0x20
MPEG-4 Visual Size 720 x 404 - Advanced Simple Profile @ Level 5
Pixel Aspect Ratio 1:1 - Indicated track size 720 x 404
Self-synchronized
RFC6381 Codec Parameters: mp4v.20.f5
Average GOP length: 119 samples
Track # 2 Info - TrackID 2 - TimeScale 44100 - Media Duration 02:10:14.321
**Media Info: Language "fra (fra)" - Type "soun:mp4a" - 299142 samples**
**MPEG-4 Config: Audio Stream - ObjectTypeIndication 0x6b**
MPEG-1 Audio - 2 Channel(s) - SampleRate 44100 - Layer 3
Synchronized on stream 1
**RFC6381 Codec Parameters: mp4a.6b**
All samples are sync
```
atomicparsley of the first case :
```
Atom ftyp @ 0 of size: 20, ends @ 20
Atom moov @ 20 of size: 3372577, ends @ 3372597
Atom mvhd @ 28 of size: 108, ends @ 136
Atom iods @ 136 of size: 21, ends @ 157
Atom trak @ 157 of size: 1964096, ends @ 1964253
Atom tkhd @ 165 of size: 92, ends @ 257
Atom edts @ 257 of size: 36, ends @ 293
Atom elst @ 265 of size: 28, ends @ 293
Atom mdia @ 293 of size: 1963960, ends @ 1964253
Atom mdhd @ 301 of size: 32, ends @ 333
Atom hdlr @ 333 of size: 33, ends @ 366
Atom minf @ 366 of size: 1963887, ends @ 1964253
Atom vmhd @ 374 of size: 20, ends @ 394
Atom dinf @ 394 of size: 36, ends @ 430
Atom dref @ 402 of size: 28, ends @ 430
Atom stbl @ 430 of size: 1963823, ends @ 1964253
Atom stsd @ 438 of size: 311, ends @ 749
Atom mp4v @ 454 of size: 295, ends @ 749
Atom esds @ 540 of size: 209, ends @ 749
Atom stts @ 749 of size: 24, ends @ 773
Atom ctts @ 773 of size: 1110312, ends @ 1111085
Atom stss @ 1111085 of size: 6528, ends @ 1117613
Atom stsc @ 1117613 of size: 52, ends @ 1117665
Atom stsz @ 1117665 of size: 781452, ends @ 1899117
Atom stco @ 1899117 of size: 65136, ends @ 1964253
Atom trak @ 1964253 of size: 1408344, ends @ 3372597
Atom tkhd @ 1964261 of size: 92, ends @ 1964353
Atom mdia @ 1964353 of size: 1408244, ends @ 3372597
Atom mdhd @ 1964361 of size: 32, ends @ 1964393
Atom hdlr @ 1964393 of size: 33, ends @ 1964426
Atom minf @ 1964426 of size: 1408171, ends @ 3372597
Atom smhd @ 1964434 of size: 16, ends @ 1964450
Atom dinf @ 1964450 of size: 36, ends @ 1964486
Atom dref @ 1964458 of size: 28, ends @ 1964486
Atom stbl @ 1964486 of size: 1408111, ends @ 3372597
Atom stsd @ 1964494 of size: 87, ends @ 1964581
**Atom mp4a @ 1964510 of size: 71, ends @ 1964581**
**Atom esds @ 1964546 of size: 35, ends @ 1964581**
Atom stts @ 1964581 of size: 24, ends @ 1964605
Atom stsc @ 1964605 of size: 146272, ends @ 2110877
Atom stsz @ 2110877 of size: 1196588, ends @ 3307465
Atom stco @ 3307465 of size: 65132, ends @ 3372597
Atom mdat @ 3372597 of size: 1052193753, ends @ 1055566350
Atom free @ 1055566350 of size: 74, ends @ 1055566424
------------------------------------------------------
Total size: 1055566424 bytes; 43 atoms total. AtomicParsley version: 0.9.0 (utf16)
Media data: 1052193753 bytes; 3372671 bytes all other atoms (0.320% atom overhead).
Total free atom space: 74 bytes; 0.000% waste. Padding available: 0 bytes.
------------------------------------------------------
Movie duration: 7814.320 seconds (02:10:14.32) - 1077.20* kbp/sec bitrate (*=approximate)
Low-level details. Total tracks: 2
Trk Type Handler Kind Lang Bytes
1 vide [none listed] mp4v fra 938699011 Encoder: XviD0050
961.00 kbp/s 7814.320 sec MPEG-4 Visual Advanced Simple Profile, Level 5 720x404 (1125 macroblocks)
**2 soun [none listed] mp4a fra 113494734**
116.18 kbp/s 7814.320 sec MPEG-1 Audio channels: (2)
```
mp4box -info of the second case :
```
* Movie Info *
Timescale 600 - Duration 02:10:14.320
2 track(s)
Fragmented File: no
File suitable for progressive download (moov before mdat)
File Brand isom - version 1
Created: GMT Wed Feb 17 06:46:08 2016
Modified: GMT Wed Feb 17 06:46:08 2016
File has root IOD (9 bytes)
Scene PL 0xff - Graphics PL 0xff - OD PL 0xff
Visual PL: Advanced Simple Profile @ Level 5 (0xf5)
Audio PL: No audio capability required (0xff)
No streams included in root OD
Track # 1 Info - TrackID 1 - TimeScale 25000 - Media Duration 02:10:14.320
Track has 1 edit lists: track duration is 02:10:14.320
Media Info: Language "fra (fra)" - Type "vide:mp4v" - 195358 samples
Visual Track layout: x=0 y=0 width=720 height=404
MPEG-4 Config: Visual Stream - ObjectTypeIndication 0x20
MPEG-4 Visual Size 720 x 404 - Advanced Simple Profile @ Level 5
Pixel Aspect Ratio 1:1 - Indicated track size 720 x 404
Self-synchronized
RFC6381 Codec Parameters: mp4v.20.f5
Average GOP length: 119 samples
Track # 2 Info - TrackID 2 - TimeScale 44100 - Media Duration 02:10:14.321
**Media Info: Language "fra (fra)" - Type "soun:.mp3" - 299142 samples**
MPEG 1/2 Audio stream - Sample Rate 44100 - 2 channel(s) 16 bps
**RFC6381 Codec Parameters: .mp3**
All samples are sync
```
atomicparsley of the second case :
```
Atom ftyp @ 0 of size: 20, ends @ 20
Atom moov @ 20 of size: 3372562, ends @ 3372582
Atom mvhd @ 28 of size: 108, ends @ 136
Atom iods @ 136 of size: 21, ends @ 157
Atom trak @ 157 of size: 1964096, ends @ 1964253
Atom tkhd @ 165 of size: 92, ends @ 257
Atom edts @ 257 of size: 36, ends @ 293
Atom elst @ 265 of size: 28, ends @ 293
Atom mdia @ 293 of size: 1963960, ends @ 1964253
Atom mdhd @ 301 of size: 32, ends @ 333
Atom hdlr @ 333 of size: 33, ends @ 366
Atom minf @ 366 of size: 1963887, ends @ 1964253
Atom vmhd @ 374 of size: 20, ends @ 394
Atom dinf @ 394 of size: 36, ends @ 430
Atom dref @ 402 of size: 28, ends @ 430
Atom stbl @ 430 of size: 1963823, ends @ 1964253
Atom stsd @ 438 of size: 311, ends @ 749
Atom mp4v @ 454 of size: 295, ends @ 749
Atom esds @ 540 of size: 209, ends @ 749
Atom stts @ 749 of size: 24, ends @ 773
Atom ctts @ 773 of size: 1110312, ends @ 1111085
Atom stss @ 1111085 of size: 6528, ends @ 1117613
Atom stsc @ 1117613 of size: 52, ends @ 1117665
Atom stsz @ 1117665 of size: 781452, ends @ 1899117
Atom stco @ 1899117 of size: 65136, ends @ 1964253
Atom trak @ 1964253 of size: 1408329, ends @ 3372582
Atom tkhd @ 1964261 of size: 92, ends @ 1964353
Atom mdia @ 1964353 of size: 1408229, ends @ 3372582
Atom mdhd @ 1964361 of size: 32, ends @ 1964393
Atom hdlr @ 1964393 of size: 33, ends @ 1964426
Atom minf @ 1964426 of size: 1408156, ends @ 3372582
Atom smhd @ 1964434 of size: 16, ends @ 1964450
Atom dinf @ 1964450 of size: 36, ends @ 1964486
Atom dref @ 1964458 of size: 28, ends @ 1964486
Atom stbl @ 1964486 of size: 1408096, ends @ 3372582
Atom stsd @ 1964494 of size: 72, ends @ 1964566
**Atom .mp3 @ 1964510 of size: 56, ends @ 1964566 ~**
Atom stts @ 1964566 of size: 24, ends @ 1964590
Atom stsc @ 1964590 of size: 146272, ends @ 2110862
Atom stsz @ 2110862 of size: 1196588, ends @ 3307450
Atom stco @ 3307450 of size: 65132, ends @ 3372582
Atom mdat @ 3372582 of size: 1052193753, ends @ 1055566335
Atom free @ 1055566335 of size: 74, ends @ 1055566409
** ~ denotes an unknown atom**
------------------------------------------------------
Total size: 1055566409 bytes; 42 atoms total. AtomicParsley version: 0.9.0 (utf16)
Media data: 1052193753 bytes; 3372656 bytes all other atoms (0.320% atom overhead).
Total free atom space: 74 bytes; 0.000% waste. Padding available: 0 bytes.
------------------------------------------------------
Movie duration: 7814.320 seconds (02:10:14.32) - 1077.20* kbp/sec bitrate (*=approximate)
Low-level details. Total tracks: 2
Trk Type Handler Kind Lang Bytes
1 vide [none listed] mp4v fra 938699011 Encoder: XviD0050
961.00 kbp/s 7814.320 sec MPEG-4 Visual Advanced Simple Profile, Level 5 720x404 (1125 macroblocks)
**2 soun [none listed] .mp3 fra 113494734**
116.19* kbp/s 7814.320 sec channels: (2)
```
mp4box -info of ffmpeg remux :
```
* Movie Info *
Timescale 1000 - Duration 02:10:14.321
2 track(s)
Fragmented File: no
File Brand isom - version 512
Created: GMT Thu Jan 01 00:00:00 1970
Modified: GMT Thu Jan 01 00:00:00 1970
File has no MPEG4 IOD/OD
Track # 1 Info - TrackID 1 - TimeScale 25 - Media Duration 02:10:14.320
Track has 1 edit lists: track duration is 02:10:14.320
Media Info: Language "fra (fra)" - Type "vide:mp4v" - 195358 samples
Visual Track layout: x=0 y=0 width=720 height=404
MPEG-4 Config: Visual Stream - ObjectTypeIndication 0x20
MPEG-4 Visual Size 720 x 404 - Advanced Simple Profile @ Level 5
Pixel Aspect Ratio 1:1 - Indicated track size 720 x 404
Self-synchronized
RFC6381 Codec Parameters: mp4v.20.f5
Average GOP length: 119 samples
Track # 2 Info - TrackID 2 - TimeScale 44100 - Media Duration 02:10:14.321
**Media Info: Language "fra (fra)" - Type "soun:mp4a" - 299142 samples**
**MPEG-4 Config: Audio Stream - ObjectTypeIndication 0x6b**
MPEG-1 Audio - 2 Channel(s) - SampleRate 44100 - Layer 3
Synchronized on stream 1
**RFC6381 Codec Parameters: mp4a.6b**
All samples are sync
```
atomicparsley of ffmpeg remux :
```
Atom ftyp @ 0 of size: 28, ends @ 28
Atom free @ 28 of size: 8, ends @ 36
Atom mdat @ 36 of size: 1051918790, ends @ 1051918826
Atom moov @ 1051918826 of size: 5074076, ends @ 1056992902
Atom mvhd @ 1051918834 of size: 108, ends @ 1051918942
Atom trak @ 1051918942 of size: 2680396, ends @ 1054599338
Atom tkhd @ 1051918950 of size: 92, ends @ 1051919042
Atom edts @ 1051919042 of size: 36, ends @ 1051919078
Atom elst @ 1051919050 of size: 28, ends @ 1051919078
Atom mdia @ 1051919078 of size: 2680260, ends @ 1054599338
Atom mdhd @ 1051919086 of size: 32, ends @ 1051919118
Atom hdlr @ 1051919118 of size: 45, ends @ 1051919163
Atom minf @ 1051919163 of size: 2680175, ends @ 1054599338
Atom vmhd @ 1051919171 of size: 20, ends @ 1051919191
Atom dinf @ 1051919191 of size: 36, ends @ 1051919227
Atom dref @ 1051919199 of size: 28, ends @ 1051919227
Atom stbl @ 1051919227 of size: 2680111, ends @ 1054599338
Atom stsd @ 1051919235 of size: 311, ends @ 1051919546
Atom mp4v @ 1051919251 of size: 295, ends @ 1051919546
Atom esds @ 1051919337 of size: 209, ends @ 1051919546
Atom stts @ 1051919546 of size: 24, ends @ 1051919570
Atom stss @ 1051919570 of size: 6528, ends @ 1051926098
Atom ctts @ 1051926098 of size: 1110312, ends @ 1053036410
Atom stsc @ 1053036410 of size: 28, ends @ 1053036438
Atom stsz @ 1053036438 of size: 781452, ends @ 1053817890
Atom stco @ 1053817890 of size: 781448, ends @ 1054599338
Atom trak @ 1054599338 of size: 2393564, ends @ 1056992902
Atom tkhd @ 1054599346 of size: 92, ends @ 1054599438
Atom mdia @ 1054599438 of size: 2393464, ends @ 1056992902
Atom mdhd @ 1054599446 of size: 32, ends @ 1054599478
Atom hdlr @ 1054599478 of size: 45, ends @ 1054599523
Atom minf @ 1054599523 of size: 2393379, ends @ 1056992902
Atom smhd @ 1054599531 of size: 16, ends @ 1054599547
Atom dinf @ 1054599547 of size: 36, ends @ 1054599583
Atom dref @ 1054599555 of size: 28, ends @ 1054599583
Atom stbl @ 1054599583 of size: 2393319, ends @ 1056992902
Atom stsd @ 1054599591 of size: 87, ends @ 1054599678
**Atom mp4a @ 1054599607 of size: 71, ends @ 1054599678**
**Atom esds @ 1054599643 of size: 35, ends @ 1054599678**
Atom stts @ 1054599678 of size: 24, ends @ 1054599702
Atom stsc @ 1054599702 of size: 28, ends @ 1054599730
Atom stsz @ 1054599730 of size: 1196588, ends @ 1055796318
Atom stco @ 1055796318 of size: 1196584, ends @ 1056992902
------------------------------------------------------
Total size: 1056992902 bytes; 42 atoms total. AtomicParsley version: 0.9.0 (utf16)
Media data: 1051918790 bytes; 5074112 bytes all other atoms (0.480% atom overhead).
Total free atom space: 8 bytes; 0.000% waste.
------------------------------------------------------
Movie duration: 7814.322 seconds (02:10:14.32) - 1076.91* kbp/sec bitrate (*=approximate)
Low-level details. Total tracks: 2
Trk Type Handler Kind Lang Bytes
1 vide VideoHandler mp4v fra 938424048 Encoder: XviD0050
960.72* kbp/s 7814.320 sec MPEG-4 Visual Advanced Simple Profile, Level 5
**2 soun SoundHandler mp4a fra 113494734**
116.19* kbp/s 7814.322 sec MPEG-1 Audio channels: (2)
```
mp4box -info of ffmpeg audio to mp4 :
```
* Movie Info *
Timescale 600 - Duration 02:10:14.320
2 track(s)
Fragmented File: no
File suitable for progressive download (moov before mdat)
File Brand isom - version 1
Created: GMT Thu Feb 18 00:33:22 2016
Modified: GMT Thu Feb 18 00:33:22 2016
File has root IOD (9 bytes)
Scene PL 0xff - Graphics PL 0xff - OD PL 0xff
Visual PL: Advanced Simple Profile @ Level 5 (0xf5)
Audio PL: Not part of MPEG-4 audio profiles (0xfe)
No streams included in root OD
Track # 1 Info - TrackID 1 - TimeScale 25000 - Media Duration 02:10:14.320
Track has 1 edit lists: track duration is 02:10:14.320
Media Info: Language "fra (fra)" - Type "vide:mp4v" - 195358 samples
Visual Track layout: x=0 y=0 width=720 height=404
MPEG-4 Config: Visual Stream - ObjectTypeIndication 0x20
MPEG-4 Visual Size 720 x 404 - Advanced Simple Profile @ Level 5
Pixel Aspect Ratio 1:1 - Indicated track size 720 x 404
Self-synchronized
RFC6381 Codec Parameters: mp4v.20.f5
Average GOP length: 119 samples
Track # 2 Info - TrackID 2 - TimeScale 44100 - Media Duration 02:10:14.295
Track has 1 edit lists: track duration is 02:10:14.270
**Media Info: Language "fra (fra)" - Type "soun:mp4a" - 299141 samples**
**MPEG-4 Config: Audio Stream - ObjectTypeIndication 0x6b**
MPEG-1 Audio - 2 Channel(s) - SampleRate 44100 - Layer 3
Synchronized on stream 1
**RFC6381 Codec Parameters: mp4a.6b**
Alternate Group ID 1
All samples are sync
```
atomicparsley of ffmpeg audio to mp4 :
```
Atom ftyp @ 0 of size: 20, ends @ 20
Atom moov @ 20 of size: 3372609, ends @ 3372629
Atom mvhd @ 28 of size: 108, ends @ 136
Atom iods @ 136 of size: 21, ends @ 157
Atom trak @ 157 of size: 1964096, ends @ 1964253
Atom tkhd @ 165 of size: 92, ends @ 257
Atom edts @ 257 of size: 36, ends @ 293
Atom elst @ 265 of size: 28, ends @ 293
Atom mdia @ 293 of size: 1963960, ends @ 1964253
Atom mdhd @ 301 of size: 32, ends @ 333
Atom hdlr @ 333 of size: 33, ends @ 366
Atom minf @ 366 of size: 1963887, ends @ 1964253
Atom vmhd @ 374 of size: 20, ends @ 394
Atom dinf @ 394 of size: 36, ends @ 430
Atom dref @ 402 of size: 28, ends @ 430
Atom stbl @ 430 of size: 1963823, ends @ 1964253
Atom stsd @ 438 of size: 311, ends @ 749
Atom mp4v @ 454 of size: 295, ends @ 749
Atom esds @ 540 of size: 209, ends @ 749
Atom stts @ 749 of size: 24, ends @ 773
Atom ctts @ 773 of size: 1110312, ends @ 1111085
Atom stss @ 1111085 of size: 6528, ends @ 1117613
Atom stsc @ 1117613 of size: 52, ends @ 1117665
Atom stsz @ 1117665 of size: 781452, ends @ 1899117
Atom stco @ 1899117 of size: 65136, ends @ 1964253
Atom trak @ 1964253 of size: 1408376, ends @ 3372629
Atom tkhd @ 1964261 of size: 92, ends @ 1964353
Atom edts @ 1964353 of size: 36, ends @ 1964389
Atom elst @ 1964361 of size: 28, ends @ 1964389
Atom mdia @ 1964389 of size: 1408240, ends @ 3372629
Atom mdhd @ 1964397 of size: 32, ends @ 1964429
Atom hdlr @ 1964429 of size: 33, ends @ 1964462
Atom minf @ 1964462 of size: 1408167, ends @ 3372629
Atom smhd @ 1964470 of size: 16, ends @ 1964486
Atom dinf @ 1964486 of size: 36, ends @ 1964522
Atom dref @ 1964494 of size: 28, ends @ 1964522
Atom stbl @ 1964522 of size: 1408107, ends @ 3372629
Atom stsd @ 1964530 of size: 87, ends @ 1964617
**Atom mp4a @ 1964546 of size: 71, ends @ 1964617**
**Atom esds @ 1964582 of size: 35, ends @ 1964617**
Atom stts @ 1964617 of size: 24, ends @ 1964641
Atom stsc @ 1964641 of size: 146272, ends @ 2110913
Atom stsz @ 2110913 of size: 1196584, ends @ 3307497
Atom stco @ 3307497 of size: 65132, ends @ 3372629
Atom mdat @ 3372629 of size: 1052193336, ends @ 1055565965
Atom free @ 1055565965 of size: 74, ends @ 1055566039
------------------------------------------------------
Total size: 1055566039 bytes; 45 atoms total. AtomicParsley version: 0.9.0 (utf16)
Media data: 1052193336 bytes; 3372703 bytes all other atoms (0.320% atom overhead).
Total free atom space: 74 bytes; 0.000% waste. Padding available: 0 bytes.
------------------------------------------------------
Movie duration: 7814.320 seconds (02:10:14.32) - 1077.20* kbp/sec bitrate (*=approximate)
Low-level details. Total tracks: 2
Trk Type Handler Kind Lang Bytes
1 vide [none listed] mp4v fra 938699011 Encoder: XviD0050
961.00 kbp/s 7814.320 sec MPEG-4 Visual Advanced Simple Profile, Level 5 720x404 (1125 macroblocks)
**2 soun [none listed] mp4a fra 113494317**
116.18 kbp/s 7814.270 sec MPEG-1 Audio channels: (2)
```
So, the question is... is it possible to obtain a .mp4 with audio looking like soun:mp4a:6b instead of soun:.mp3 when importing .mp3 files directly using a command like this :
- _mp4box -add file.avi#video:name= -add file.mp3#audio:name= -new file.mp4_
Thanks in advance.
Regards.
|
mp4a.6B vs .mp3
|
https://api.github.com/repos/gpac/gpac/issues/422/comments
| 8 |
2016-02-17T23:41:04Z
|
2016-06-21T23:53:41Z
|
https://github.com/gpac/gpac/issues/422
| 134,435,157 | 422 |
[
"gpac",
"gpac"
] |
Hi,
I am trying to stream the video from an IP camera using dash.js,the steps which i have tried is given below:
1.I am using avconv to capture from camera,i am using the follow command:
```
avconv -i "rtsp://[camera-ip-address]:554/mpeg4/media.amp" -vcodec libx264 -vb 1800k -bufsize 3600k -keyint_min 192 -g 192 -vprofile main profile
-acodec aac -ar 48000 -ac 2 -strict experimental -f h264 live_h264_1800k.H264 \-vcodec libx264 -vb 2200k -bufsize 4400k -keyint_min 192 -g 192 -vprofile main -acodec aac -ar 48000 -ac 2 -strict experimental -f h264 live_h264_2200k.h264
```
2.Then i am using mp4box to generated dynamic live .mpd and .m4s
i am using the follow command:
`MP4Box -dash-live 4000 -fps 24 -profile dashavc264:live -dynamic -mpd-refresh 1200 -bs-switching no -dash-ctx $ctxtOut -segment-name dashseg%s -out $pathMpdFile -add live_h264_1800k.h264 live_h264_2200k.h264 live_h264_1800k.mp4 live_h264_2200k.h264
`
3/i am using (1) and (2) in parallel
from dash-if player i am receiving this log(`No muxed data`.) and video does not start:
Please, can you give me some suggestion to solve this issue?
thanks
|
mpd file created with MP4BOX for live streaming not working
|
https://api.github.com/repos/gpac/gpac/issues/421/comments
| 4 |
2016-02-17T22:26:35Z
|
2016-03-04T08:39:12Z
|
https://github.com/gpac/gpac/issues/421
| 134,419,016 | 421 |
[
"gpac",
"gpac"
] |
Hi,
When I compiling gpac, I have this error message
`make
make -C src all
make[1] : on entre dans le répertoire « /home/phraseanet/Phraseanet/gpac/src »
make[1]: Rien à faire pour « all ».
make[1] : on quitte le répertoire « /home/phraseanet/Phraseanet/gpac/src »
make -C applications all
make[1] : on entre dans le répertoire « /home/phraseanet/Phraseanet/gpac/applications »
set -e; for i in mp4client mp4box mp42ts dashcast ; do make -C $i all; done
make[2] : on entre dans le répertoire « /home/phraseanet/Phraseanet/gpac/applications/mp4client »
make[2] : on quitte le répertoire « /home/phraseanet/Phraseanet/gpac/applications/mp4client »
make[2] : on entre dans le répertoire « /home/phraseanet/Phraseanet/gpac/applications/mp4box »
make[2] : on quitte le répertoire « /home/phraseanet/Phraseanet/gpac/applications/mp4box »
make[2] : on entre dans le répertoire « /home/phraseanet/Phraseanet/gpac/applications/mp42ts »
make[2] : on quitte le répertoire « /home/phraseanet/Phraseanet/gpac/applications/mp42ts »
make[2] : on entre dans le répertoire « /home/phraseanet/Phraseanet/gpac/applications/dashcast »
/usr/bin/ld: /usr/local/lib/libavcodec.a(aacps_float.o): référence au symbole non défini «hypot@@GLIBC_2.2.5»
/usr/bin/ld: note: «hypot@@GLIBC_2.2.5» est défini dans le DSO /lib64/libm.so.6 donc essayez de l'ajouter à la ligne de commande du lieur
/lib64/libm.so.6: could not read symbols: Opération invalide
collect2: erreur: ld a retourné 1 code d'état d'exécution
make[2]: *** [DashCast] Erreur 1
make[2] : on quitte le répertoire « /home/phraseanet/Phraseanet/gpac/applications/dashcast »
make[1]: *** [apps] Erreur 2
make[1] : on quitte le répertoire « /home/phraseanet/Phraseanet/gpac/applications »
make: *** [all] Erreur 2
[phraseanet@Phraseanet gpac]$
`
How can I solve this ?
Thanks you
|
error compiling gpac
|
https://api.github.com/repos/gpac/gpac/issues/418/comments
| 8 |
2016-02-17T16:15:01Z
|
2019-01-28T00:35:44Z
|
https://github.com/gpac/gpac/issues/418
| 134,325,608 | 418 |
[
"gpac",
"gpac"
] |
FFmpeg recently pushed out the 3.0 release, and gpac v0.5.2 seems to have trouble building against it (OS X 10.11.3):
```
> ./configure --disable-wx --prefix=/usr/local/Cellar/gpac/0.5.2 --mandir=/usr/local/Cellar/gpac/0.5.2/share/man --disable-x11-shm --disable-x11-xv
...
> make
...
CC ffmpeg_decode.c
CC ffmpeg_demux.c
CC ffmpeg_load.c
Undefined symbols for architecture x86_64:
"_av_close_input_file", referenced from:
_FFD_CanHandleURL in ffmpeg_demux.o
_FFD_CloseService in ffmpeg_demux.o
_FFD_ConnectService in ffmpeg_demux.o
"_avpicture_deinterlace", referenced from:
_FFDEC_ProcessData in ffmpeg_decode.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [gm_ffmpeg_in.dylib] Error 1
make[1]: *** [plugs] Error 2
make: *** [all] Error 2
```
Full logs here: https://gist.github.com/anonymous/2bd2fbada48fb6591d9d#file-02-make. Building master against FFmpeg 3.0 was a success, though.
Therefore, would you please consider cutting a release to address this compatibility issue? This issue is unfortunately blocking FFmpeg 3.0 at [Homebrew](https://github.com/Homebrew/homebrew/pull/49178) (a stable release is required there).
|
v0.5.2 fails to build against FFmpeg 3.0
|
https://api.github.com/repos/gpac/gpac/issues/417/comments
| 5 |
2016-02-16T22:38:09Z
|
2016-02-19T19:30:14Z
|
https://github.com/gpac/gpac/issues/417
| 134,116,445 | 417 |
[
"gpac",
"gpac"
] |
Typically we could open a Smooth Streaming URL. But if it is the mime type is plain/text like in
http://www.bok.net/tmp/dash/smooth_tfdt/stream.ism/Manifest
or
http://www.bok.net/tmp/dash/smooth_no_tfdt/stream.ism/Manifest
then we return immediately.
|
Service CanHandleURL returns false when URL is remote and MimeType is incorrect
|
https://api.github.com/repos/gpac/gpac/issues/416/comments
| 2 |
2016-02-16T10:23:12Z
|
2019-06-28T16:10:39Z
|
https://github.com/gpac/gpac/issues/416
| 133,939,979 | 416 |
[
"gpac",
"gpac"
] |
I am getting "Option -dash unknown. Please check usage" while executing the following command.
MP4Box -frag 3000 -dash 3000 -segment-name segment_file file.mp4
Please someone guide me to create the content.
|
Unable to create MPEG-DASH content.
|
https://api.github.com/repos/gpac/gpac/issues/414/comments
| 3 |
2016-02-15T07:19:26Z
|
2016-03-04T09:44:26Z
|
https://github.com/gpac/gpac/issues/414
| 133,641,918 | 414 |
[
"gpac",
"gpac"
] |
Hello.
Seems like there is a problem when muxing .264 files to .mp4 if the original .264 video uses chroma 4:4:4 (8 or 10 bit).
I have a video of 1000x800 resolution uncompressed .avi bgr24 and I did some tests:
.avi to .264 commands after pass 1:
```
x26410.exe ^
--pass 2 ^
--profile high444 ^
--preset slow ^
--output-csp i444 ^
--range pc ^
--fps 30 ^
--sar 1:1 ^
--stats "C:\testshit.stats" ^
--bitrate 6000 ^
--output testshit44410bit.264 "C:\testshit.avi"
```
Using x264 (8 or 10 bit) and using profile (high or high10) and using --output-csp i420:
- .264 video -> no problem
- muxing it with Mp4box -> no problem
Using x264 (8 or 10 bit) and using profile **high444** and using **--output-csp i444**:
- .264 video -> no problem
- muxing it with Mp4box -> **problem** (changes width to 992 and, for example, MPC-HC reports resolution as "1000x800 (RdA 31:25)" 992x800.)
I have tested with mp4box version that comes with MP4boxgui 0606, mp4box rev563 and rev1180 using this commands:
`-add "C:\testshit44410bit.264:fps=30.000:delay=0:name=testshit44410bit.264" -itags tool="My MP4Box GUI 0.6.0.6 blablabla" -brand mp42 -new "C:\testshit44410bit.mp4"`
Latest Mediainfo and x264 18jan2016 version.
|
Mp4box changes resolution when using chroma 444
|
https://api.github.com/repos/gpac/gpac/issues/413/comments
| 4 |
2016-02-13T16:15:18Z
|
2016-02-14T13:35:17Z
|
https://github.com/gpac/gpac/issues/413
| 133,445,433 | 413 |
[
"gpac",
"gpac"
] |
When using the following mp4box command:
> MP4Box -dash 5000 -rap -frag-rap -profile onDemand -out video.mp4 audio.mp4
Audio is DTS
The mpd file is output like this:
`<Representation id="6" mimeType="audio/mp4" codecs="mp4a.a9" audioSamplingRate="48000" startWithSAP="1" bandwidth="1512196">
<AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/>
<BaseURL>audio_dashinit.mp4</BaseURL>
<SegmentBase indexRangeExact="true" indexRange="902-1653">
<Initialization range="0-901"/>
</SegmentBase>
</Representation>`
The codec seems incorrect and doesn't work with mpeg dash players like Exoplayer (Android).
If I change the codecs="dtsc", everything works fine in Exoplayer.
Is there a reason why MP4BOX isn't putting the codec correctly?
|
MPD File puts incorrect codec for DTS audio
|
https://api.github.com/repos/gpac/gpac/issues/412/comments
| 11 |
2016-02-13T08:30:54Z
|
2019-06-28T16:03:38Z
|
https://github.com/gpac/gpac/issues/412
| 133,414,026 | 412 |
[
"gpac",
"gpac"
] |
I configured the BufferLength and RebufferLength in the config file in GPAC however it changes automatically as the video is playing.
How do I fix during the entire playback?
Regards,
JP
|
How do I fix BufferLength and RebufferLength in mp4client
|
https://api.github.com/repos/gpac/gpac/issues/411/comments
| 10 |
2016-02-12T16:52:16Z
|
2016-04-22T13:33:03Z
|
https://github.com/gpac/gpac/issues/411
| 133,289,909 | 411 |
[
"gpac",
"gpac"
] |
I'd like to capture with video "screen-capture-recorder" and audio "microphone" using dashcast.
I am using dashcast for WIN 64 binary.
So, how can I get the information regarding audio
I know that it should be used the option -a plughw:[x],[y]
x is the card number y is the device number.
How can I get the information above in the windows platform..
Thank you so much in advance..
|
[Dashcast]How to know the information audio input to use dashcast command
|
https://api.github.com/repos/gpac/gpac/issues/409/comments
| 1 |
2016-02-12T11:09:11Z
|
2019-06-28T16:01:34Z
|
https://github.com/gpac/gpac/issues/409
| 133,212,573 | 409 |
[
"gpac",
"gpac"
] |
When I execute dashcast command as follows :
DashCast -vf dshow -vres 1280x720 -vfr 24 -v video="WebCam SC-10HDP12631N" -pixf yuv420p -live
I used the latest GPAC win64 binaries.
During encoding dash segments, the CPU usage percentage is extremely high (95%) on my PC.
My laptop PC has Quard-core processor.
Can I divide the load with Quard-core processor during dashcast ?
Thanks in advance.
|
[Dashcast] CPU loading is 98% during dashcast execution.
|
https://api.github.com/repos/gpac/gpac/issues/408/comments
| 1 |
2016-02-12T10:52:59Z
|
2016-06-09T16:57:24Z
|
https://github.com/gpac/gpac/issues/408
| 133,208,928 | 408 |
[
"gpac",
"gpac"
] |
C:\GPAC> DashCast -v C:\demo\abc.mp4 -vfr 24 -conf C:\demo\dashcast.conf -out C:\xampp\htdocs\dash\
[34m[1mOptions:
video source: C:\demo\abc.mp4
video framerate: 24
video crop: 0x0
audio source:
[0m[34m[1mConfigurations:
id:v1 res:1920x1080 vbr:1000000
id:v2 res:1280x720 vbr:800000
id:v3 res:640x360 vbr:400000
[0mInput #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\demo\abc.mp4':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: isommp42
creation_time : 2014-02-06 06:07:23
Duration: 00:02:10.05, start: 0.000000, bitrate: 194 kb/s
Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 480x360 [SAR 1:1 DAR 4:3], 120 kb/s, 30 fps, 30 tbr, 60 tbn, 60 tbc (default)
Metadata:
handler_name : VideoHandler
Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 71 kb/s (default)
Metadata:
creation_time : 2014-02-06 06:07:23
handler_name : IsoMedia File Produced by Google, 5-11-2011
AVCTX give frame duration of 1/60 - keeping requested rate 24, but this may result in unexpected behaviour.
Press q or Q to exit...
[libx264 @ 0000000002c09980] using SAR=1/1
[libx264 @ 0000000002c09980] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX AVX2 FMA3 LZCNT BMI2
[libx264 @ 0000000002c09980] profile High, level 4.0
[libx264 @ 0000000002c09980] 264 - core 142 r2431 ac76440 - H.264/MPEG-4 AVC codec - Copyright 2003-2014 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=24 keyint_min=2 scenecut=40 intra_refresh=0 rc_lookahead=24 rc=abr mbtree=1 bitrate=1000 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
[libx264 @ 00000000047ca920] using SAR=1/1
[libx264 @ 00000000047ca920] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX AVX2 FMA3 LZCNT BMI2
[libx264 @ 00000000047ca920] profile High, level 3.1
[libx264 @ 00000000047ca920] 264 - core 142 r2431 ac76440 - H.264/MPEG-4 AVC codec - Copyright 2003-2014 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=24 keyint_min=2 scenecut=40 intra_refresh=0 rc_lookahead=24 rc=abr mbtree=1 bitrate=800 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
[libx264 @ 00000000047dc360] using SAR=1/1
[libx264 @ 00000000047dc360] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX AVX2 FMA3 LZCNT BMI2
[libx264 @ 0000000002c09980] non-strictly-monotonic PTS
[libx264 @ 00000000047dc360] profile High, level 3.0
[libx264 @ 00000000047dc360] 264 - core 142 r2431 ac76440 - H.264/MPEG-4 AVC codec - Copyright 2003-2014 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=24 keyint_min=2 scenecut=40 intra_refresh=0 rc_lookahead=24 rc=abr mbtree=1 bitrate=400 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
[libx264 @ 00000000047ca920] non-strictly-monotonic PTS
[libx264 @ 00000000047dc360] non-strictly-monotonic PTS
|
DashCast [libx264@xxxxxxxxxx] non-strictly-monotonic PTS
|
https://api.github.com/repos/gpac/gpac/issues/407/comments
| 1 |
2016-02-12T04:50:28Z
|
2019-06-28T16:01:09Z
|
https://github.com/gpac/gpac/issues/407
| 133,157,455 | 407 |
[
"gpac",
"gpac"
] |
I'm trying to use the generated dashinit as a backup source from my vod files but when I create the dashinit mp4 with mp4box It seems that the faststart option is missing which I had in the previous file, is there a way to keep the faststart option for progressive download with the mp4box?
Thanks.
|
Using generated dashinit mp4 for progressive download
|
https://api.github.com/repos/gpac/gpac/issues/406/comments
| 10 |
2016-02-11T17:38:35Z
|
2016-02-13T15:42:03Z
|
https://github.com/gpac/gpac/issues/406
| 133,037,492 | 406 |
[
"gpac",
"gpac"
] |
I have a video with RAPs at sample 1,301,307,453...
RAP 301 & 307 are close to each other, in the same second.
Split option can adjust only to one of them and choosing RAP 307.
However it's not "true decodable keyframe", that playable is 6 frames before.
Splitted fragment plays with frozen glitch at beginning (from RAP 453 video is playing fine).
If StartTime:EndTime could be defined as double-precision number (like -fps) that could solve the problem, right?
|
Split with-in second?
|
https://api.github.com/repos/gpac/gpac/issues/405/comments
| 4 |
2016-02-10T17:49:07Z
|
2016-10-10T10:27:56Z
|
https://github.com/gpac/gpac/issues/405
| 132,770,688 | 405 |
[
"gpac",
"gpac"
] |
Hello,
I'm new to dashcast and tried to create a pseudo live (from file) and live (from camera) session on the window and linux platform:
DashCast -v /.../inputfile.ts(or mp4) -live-media -out /.../video/ -time-shift 50 -min-buffer 10
or
DashCast -v /dev/video0 -live-media -out /.../video/ -time-shift 50 -min-buffer 10
mpd file and segments files (m4s) were created (see below mpd file). Unfortunely, I got the 100% processor load on windows and 300% on Linux (in the top). For Windows I used the build from your site; for linux I used the instruction from https://gpac.wp.mines-telecom.fr/dashcast/ in order to make the custom build.
I tried to play the the stream on the same computer using "MP4Client dashcast.mpd". Sometimes it played with a picture that sometime ok, sometime unclear, I got often an error message: Error opening new segment v1_xx_gpac.m4s; I checked and indeed there are some gaps between files. Sometimes I got an error message "Something gone terrible wrong, reset the input buffers" on the client side.
When I start a client MP4Client, I got on the producer side (dashcast terminal) error messages:
[h264 @ 0x118f040] reference picture missing during reorder
[h264 @ 0x118f040] reference picture missing during reorder
[h264 @ 0x118f040] Missing reference picture, default is 65568
[h264 @ 0x118f040] Missing reference picture, default is 65568
[h264 @ 0x1236f00] reference picture missing during reorder
[h264 @ 0x1236f00] Missing reference picture, default is 65574
[h264 @ 0x127e120] reference picture missing during reorder
[h264 @ 0x127e120] Missing reference picture, default is 65576
If I stop a client, it works ok.
The *.ts or mp4 (mp4 was created ffmpeg.exe -c copy -movflags empty_moov+omit_tfhd_offset+frag_keyframe+default_base_moof -f mp4 XXX.mp4) files are ok and can be played without problems using vlc or other players. If I do the same mp4box -dash 10000 -segment-name name NHL.mp4; it works fine and fast but I didn't find out how to create a live stream using mp4box from stream. What is the preferred program to create live sessions?
As I understand, the conversion from .ts(mp4) is just the container format changes and should be not processor intensive. Therefore, my question is: what I do wrong or which configuration I missed?
Some output:
e-shift 50 -min-buffer 10
Options:
video source:NHL.ts
video crop: 0x0
audio source:
Configurations:
id:v1 res:640x480 vbr:1000000
id:a1 abr:192000
Input #0, mpegts, from 'NHL.ts':
Duration: 00:09:59.60, start: 0.080000, bitrate: 449 kb/s
Program 1
Stream #0:0[0x44]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 640 x360 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
AVCTX give frame duration of 1/50 - keeping requested rate 25, but this may resu lt in unexpected behaviour.
Press q or Q to exit...
[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
[libx264 @ 0x7fbbe4000920] using SAR=1/1
[libx264 @ 0x7fbbe4000920] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AV X FMA3 AVX2 LZCNT BMI2
[libx264 @ 0x7fbbe4000920] profile High, level 3.0
[libx264 @ 0x7fbbe4000920] 264 - core 146 r2555 0c21480 - H.264/MPEG-4 AVC codec - Copyleft 2003-2015 - http://www.videolan.org/x264.html - options: cabac=1 ref =3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_r ef=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip= 1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decima te=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_ad apt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=25 keyint_min=2 sc enecut=40 intra_refresh=0 rc_lookahead=25 rc=abr mbtree=1 bitrate=1000 ratetol=1 .0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Generating MPD at 2016-02-10T12:14:40.669Z
StartTime: 2016-02-10T12:14:40.669Z - startNumber 1 - last number 1
Generating MPD at 2016-02-10T12:14:40.669Z
StartTime: 2016-02-10T12:14:40.669Z - startNumber 1 - last number 1
Generating MPD at 2016-02-10T12:14:41.593Z
StartTime: 2016-02-10T12:14:40.669Z - startNumber 1 - last number 2
Generating MPD at 2016-02-10T12:14:42.553Z
StartTime: 2016-02-10T12:14:40.669Z - startNumber 1 - last number 3
Generating MPD at 2016-02-10T12:14:43.593Z
StartTime: 2016-02-10T12:14:40.669Z - startNumber 1 - last number 4
Generating MPD at 2016-02-10T12:14:44.595Z
StartTime: 2016-02-10T12:14:40.669Z - startNumber 1 - last number 5
Generating MPD at 2016-02-10T12:14:45.593Z
StartTime: 2016-02-10T12:14:40.669Z - startNumber 1 - last number 6
Generating MPD at 2016-02-10T12:14:46.553Z
StartTime: 2016-02-10T12:14:40.669Z - startNumber 1 - last number 7
Generating MPD at 2016-02-10T12:14:47.594Z
StartTime: 2016-02-10T12:14:40.669Z - startNumber 1 - last number 8
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
Generating MPD at 2016-02-10T12:14:48.601Z
StartTime: 2016-02-10T12:14:40.669Z - startNumber 1 - last number 9
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
[h264 @ 0x118f040] reference picture missing during reorder
[h264 @ 0x118f040] reference picture missing during reorder
[h264 @ 0x118f040] Missing reference picture, default is 65568
[h264 @ 0x118f040] Missing reference picture, default is 65568
[h264 @ 0x1236f00] reference picture missing during reorder
[h264 @ 0x1236f00] Missing reference picture, default is 65574
[h264 @ 0x127e120] reference picture missing during reorder
[h264 @ 0x127e120] Missing reference picture, default is 65576
[dashcast] Live system dropped a video frame
Generating MPD at 2016-02-10T12:14:49.866Z
StartTime: 2016-02-10T12:14:40.669Z - startNumber 1 - last number 10
[dashcast] Live system dropped a video frame
[dashcast] Live system dropped a video frame
Generating MPD at 2016-02-10T12:14:50.899Z
StartTime: 2016-02-10T12:14:40.669Z - startNumber 1 - last number 11
[dashcast] Live system dropped a video frame
Generating MPD at 2016-02-10T12:14:51.647Z
<?xml version="1.0"?>
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" availabilityStartTime="2016-02-09T14:45:30.031Z" minBufferTime="PT1.000000S" timeShiftBufferDepth="PT00H00M10S" type="dynamic" profiles="urn:mpeg:dash:profile:full:2011">
<ProgramInformation moreInformationURL="http://gpac.sourceforge.net">
<Title>dashcast.mpd</Title>
</ProgramInformation>
<Period start="PT0H0M0.000S" id="P1">
<AdaptationSet segmentAlignment="true" bitstreamSwitching="false">
<SegmentTemplate timescale="25" duration="25" media="$RepresentationID$_$Number$_gpac.m4s" startNumber="1" initialization="$RepresentationID$_init_gpac.mp4"/>
<Representation id="v1" mimeType="video/mp4" codecs="avc1.64001e" width="640" height="360" frameRate="25" sar="1:1" startWithSAP="1" bandwidth="379000">
</Representation>
</AdaptationSet>
</Period>
</MPD>
|
DashCast performance
|
https://api.github.com/repos/gpac/gpac/issues/404/comments
| 1 |
2016-02-10T12:25:24Z
|
2019-06-28T16:00:51Z
|
https://github.com/gpac/gpac/issues/404
| 132,686,108 | 404 |
[
"gpac",
"gpac"
] |
Hello,
with rev376 the command ' mp4box -raw 1 "d:\test_ü.mp4" -out "d:\test_ü.hevc" ' works without any problems.
If I use but the current build rev1182, the extracted filename is " test_ü.hevc " and not " test_ü.hevc " !
Please help me.
|
Problem with umlaut
|
https://api.github.com/repos/gpac/gpac/issues/403/comments
| 7 |
2016-02-10T06:52:40Z
|
2016-02-10T12:17:56Z
|
https://github.com/gpac/gpac/issues/403
| 132,622,429 | 403 |
[
"gpac",
"gpac"
] |
Hello,
with rev376 the command "mp4box.exe -add "d:\test.mp4#2" -set-track-id 2:1 -new "d:\extract.m4a" works without any problems. The 2nd track of the source mp4 is an aac-audio track. The aac-track-id of the new file is #1.
If I use but the current build rev1175, I get back an error and the aac-track-id is still #2.
Please help me.
|
set-track-id
|
https://api.github.com/repos/gpac/gpac/issues/401/comments
| 2 |
2016-02-03T15:41:57Z
|
2016-02-10T07:48:17Z
|
https://github.com/gpac/gpac/issues/401
| 131,062,371 | 401 |
[
"gpac",
"gpac"
] |
While attempting to do ClearKey encryption of a ts file, MP4Box crashes with Segfault 11. If this particular combination of container, encryption and codec is not supported, I would have expected an error message, rather than a segfault.
Encountered on latest MP4Box binary on OSX 10.10.5:
```
MP4Box - GPAC version 0.5.2-DEV-rev971-g61bef99-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
```
LLDB output:
```
(lldb) run
Process 38082 launched: './MP4Box' (x86_64)
Process 38082 stopped
* thread #1: tid = 0xc13492, 0x000000010019974f libgpac.dylib`gf_cenc_set_pssh + 191, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x10)
frame #0: 0x000000010019974f libgpac.dylib`gf_cenc_set_pssh + 191
libgpac.dylib`gf_cenc_set_pssh:
-> 0x10019974f <+191>: movq 0x10(%rax), %rdi
0x100199753 <+195>: testq %rdi, %rdi
0x100199756 <+198>: jne 0x10019976f ; <+223>
0x100199758 <+200>: xorl %eax, %eax
(lldb) bt
* thread #1: tid = 0xc13492, 0x000000010019974f libgpac.dylib`gf_cenc_set_pssh + 191, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x10)
* frame #0: 0x000000010019974f libgpac.dylib`gf_cenc_set_pssh + 191
frame #1: 0x0000000100285242 libgpac.dylib`gf_crypt_file + 1202
frame #2: 0x000000010000c5ec MP4Box`mp4boxMain + 16028
frame #3: 0x00007fff897d35c9 libdyld.dylib`start + 1
frame #4: 0x00007fff897d35c9 libdyld.dylib`start + 1
```
Encryption key is a dummy key from [CableLabs MSE/EME reference tools](https://github.com/cablelabs/mse-eme):
``` xml
<GPACDRM type="CENC AES-CTR">
<DRMInfo type="pssh" version="1">
<BS ID128="1077efecc0b24d02ace33c1e52e2fb4b"/>
<BS bits="32" value="1"/>
<BS ID128="10000000100010001000100000000001"/>
</DRMInfo>
<CrypTrack IV_size="8" first_IV="0xe4660de0b35bd11c" isEncrypted="1" saiSavedBox="senc" trackID="1">
<key KID="0x10000000100010001000100000000001" value="0x3a2a1b68dd2bd9b2eeb25e84c4776668"/>
</CrypTrack>
</GPACDRM>
```
|
Segfault when cenc encrypting TS file
|
https://api.github.com/repos/gpac/gpac/issues/400/comments
| 1 |
2016-02-03T13:12:38Z
|
2016-02-04T09:19:02Z
|
https://github.com/gpac/gpac/issues/400
| 131,020,990 | 400 |
[
"gpac",
"gpac"
] |
When muxing .h264 and .aac I get a .mp4 with two identical audio streams.
mp4box.exe -add %%A:fps=23.976 -add "%%~nA.aac":sbr "%%~nA.mp4"

|
Two Audio Streams
|
https://api.github.com/repos/gpac/gpac/issues/399/comments
| 4 |
2016-02-02T00:19:20Z
|
2016-02-04T07:49:18Z
|
https://github.com/gpac/gpac/issues/399
| 130,527,266 | 399 |
[
"gpac",
"gpac"
] |
When using batch files it is inconvenient to have to set -sbr for certain files, or having to use separate batch files.
Is it not possible for mp4box to determine if the audio file is ADTS/HE-AAC?
Noticed I couldn't mux and .h264 and an .aac, later learned about the -sbr option.
|
SBR Issue
|
https://api.github.com/repos/gpac/gpac/issues/398/comments
| 1 |
2016-02-02T00:03:10Z
|
2016-02-03T17:03:03Z
|
https://github.com/gpac/gpac/issues/398
| 130,524,918 | 398 |
[
"gpac",
"gpac"
] |
Video file: movie.mp4
Batch file: mp4box.exe -raw 1:output="%%~nA.h264" -single 2:output="%%~nA.aac" %%A
Results: movie.h264 and v_track2.mp4
Expected: movie.h264 and movie.aac
|
Output Issue
|
https://api.github.com/repos/gpac/gpac/issues/397/comments
| 1 |
2016-02-01T23:25:34Z
|
2016-02-03T17:00:34Z
|
https://github.com/gpac/gpac/issues/397
| 130,517,917 | 397 |
[
"gpac",
"gpac"
] |
I had a file encoded with wrong AR. I wanted correct it with -par command.
Mp4box from rev1110 refused any operation on this file so I grabbed the newest 1175.
No succes + crash as bonus:
`ICC colour profile not supported
Saving wrong_ar.mp4: 0.500 secs Interleaving
ICC colour profile not supportedISOBMF: Error Feature Not Supported computing box colr size
ISOBMF: Error Feature Not Supported computing box avc1 size
ISOBMF: Error Feature Not Supported computing box trak size
ICC colour profile not supportedISOBMF: Error Feature Not Supported computing box colr size
ISOBMF: Error Feature Not Supported computing box avc1 size
ISOBMF: Error Feature Not Supported computing box trak size
ICC colour profile not supportedISOBMF: Error Feature Not Supported computing box colr size
ISOBMF: Error Feature Not Supported computing box avc1 size
ISOBMF: Error Feature Not Supported computing box trak size
Error: Feature Not Supported`
I assume it's caused by colrnclc field before stts at beginning of the file, injected by HandBrake.
Old mp4box (0.5.0) is smart and skip this, allowing working on such files, while new builds can't handle this...
|
ICC colour profile not supported
|
https://api.github.com/repos/gpac/gpac/issues/396/comments
| 6 |
2016-02-01T13:27:53Z
|
2016-02-04T07:48:40Z
|
https://github.com/gpac/gpac/issues/396
| 130,362,235 | 396 |
[
"gpac",
"gpac"
] |
I am interested in understanding if mp4box supports hardware-accelerated AES. In a sense, I am asking "Is it possible to make mp4box -crypt faster" but I imagine hardware acceleration is the main method to accomplish this.
The scenario in question is one where we might have a large amount of data that needs to be encrypted on the fly - obviously, very good performance would be needed from the encryption process in such a scenario.
If it does not currently use hardware-accelerated AES such as AES-NI, is it technically compatible? I am not familiar with how the hardware accelerated AES instructions work, so I wonder if what I ask about is perhaps impossible.
|
Does mp4box support hardware accelerated AES?
|
https://api.github.com/repos/gpac/gpac/issues/395/comments
| 2 |
2016-02-01T08:43:59Z
|
2019-06-28T16:00:15Z
|
https://github.com/gpac/gpac/issues/395
| 130,297,821 | 395 |
[
"gpac",
"gpac"
] |
Hello,
It seems that the camera (_**hw://camera**_) is not working since gpac uses opengl es 2.
Here is the log of the crash:
```
backtrace:
#00 pc 000bc510 /system/vendor/lib/egl/libGLESv2_adreno.so (oxili_tile_texture+1323)
#01 pc 000918a9 /system/vendor/lib/egl/libGLESv2_adreno.so
#02 pc 00093673 /system/vendor/lib/egl/libGLESv2_adreno.so (rb_texture_update_hw_subimage+4142)
#03 pc 00094a59 /system/vendor/lib/egl/libGLESv2_adreno.so (rb_texture_loadimage+224)
#04 pc 0006e99d /system/vendor/lib/egl/libGLESv2_adreno.so (TexImageLoad+216)
#05 pc 0006ec17 /system/vendor/lib/egl/libGLESv2_adreno.so (core_glTexImage2D+234)
#06 pc 0004d06f /system/vendor/lib/egl/libGLESv2_adreno.so (glTexImage2D+50)
#07 pc 0004d63b /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so
#08 pc 0004e4cf /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so (gf_sc_texture_push_image+450)
#09 pc 0004e733 /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so (gf_sc_texture_enable_ex+74)
#10 pc 000868a5 /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so (visual_3d_draw_2d_with_aspect+98)
#11 pc 000869cb /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so (visual_3d_draw_2d+36)
#12 pc 00062bff /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so
#13 pc 00209817 /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so (gf_node_traverse+90)
#14 pc 000863d5 /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so (visual_3d_register_context+220)
#15 pc 00063007 /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so
#16 pc 00209817 /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so (gf_node_traverse+90)
#17 pc 0005b77d /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so (group_3d_traverse+640)
#18 pc 000613c1 /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so
#19 pc 00209817 /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so (gf_node_traverse+90)
#20 pc 0005b77d /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so (group_3d_traverse+640)
#21 pc 00061e13 /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so
#22 pc 00209817 /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so (gf_node_traverse+90)
#23 pc 00066cb7 /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so (visual_2d_terminate_draw+1378)
#24 pc 00066e79 /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so (visual_2d_draw_frame+288)
#25 pc 00051157 /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so
#26 pc 0005303d /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so (gf_sc_render_frame+2584)
#27 pc 0005342d /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so (gf_sc_draw_frame+16)
#28 pc 001a6153 /data/app/com.gpac.Osmo4-1/lib/arm/libgpac.so (gf_term_process_step+40)
```
|
Android - camera crashes
|
https://api.github.com/repos/gpac/gpac/issues/394/comments
| 0 |
2016-01-29T13:59:57Z
|
2016-02-18T12:34:07Z
|
https://github.com/gpac/gpac/issues/394
| 129,773,120 | 394 |
[
"gpac",
"gpac"
] |
DASH uses the en-US variant of language codes and thus, I wish to add such codes (either en or en-US style) to my tracks. Indeed, mp4box operates quite correctly when I do so with `mp4box -lang 1=en myfile.mp4` and I have no issues with the output.
However, it generates this dangerously misleading message during operation:
```
The given code is not a valid one: es, using 'und' as 3-letter code
```
I am not at all interested in the 3-letter codes but users viewing the operation logs now think that something is broken. Having this "error" message is undesirable for me. If possible, it would be nice to have some mode of operation that ignores the 3-letter language codes in its diagnostic output (and actual operation).
|
mp4box -lang complains about 2-letter language code
|
https://api.github.com/repos/gpac/gpac/issues/392/comments
| 1 |
2016-01-29T13:43:38Z
|
2016-02-22T02:57:35Z
|
https://github.com/gpac/gpac/issues/392
| 129,769,634 | 392 |
[
"gpac",
"gpac"
] |
Hi,
I'm using GPAC 0.5.0+svn5324~dfsg1-1+b3 on Debian 8.1
When i try to create a MP4 file, MP4Box don't keep the input framerate, but it set 25 fps per default.
I can pass the parameter -fps to have a proper file (and avoid a desync audio/video), but according to the documentation, without argument the framerate of the input file should be kept :
-fps FrameRate
overrides the input video frame rate or specifies it for SUB subtitles.
Is there a workaround or a way to keep the input framerate when creating a MP4 file ?
Thanks !
|
Mux MP4 - MP4Box doesn't keep input framerate
|
https://api.github.com/repos/gpac/gpac/issues/390/comments
| 2 |
2016-01-29T10:46:03Z
|
2016-02-19T16:06:53Z
|
https://github.com/gpac/gpac/issues/390
| 129,729,991 | 390 |
[
"gpac",
"gpac"
] |
If I run a DASH segment I grabbed from YouTube through `MP4Box -info`, I get
```
File Brand dash - version 0
```
Checking that same file with `ffprobe`, I see:
```
major_brand : dash
minor_version : 0
compatible_brands: iso6avc1mp41
```
With DASH segments produced using `MP4Box`, the former gives me:
```
File Brand iso5 - version 1
```
and the latter
```
major_brand : iso5
minor_version : 1
compatible_brands: avc1iso5dsmsmsixdash
```
My files seem to be playing fine, but I was just wondering if there's an elegant way to override the fourcc when using `MP4Box -dash`, and if it would make sense to replace `iso5` with `dash`.
[The docs](https://gpac.wp.mines-telecom.fr/mp4box/mp4box-documentation/) say MP4Box's `-add` lets you append `:stype=4CC`, but in order to use that, it looks like I'd have to transmux the files that `MP4Box -dash` produces in a postprocessing step, correct?
|
[DASH] Set fourcc
|
https://api.github.com/repos/gpac/gpac/issues/389/comments
| 3 |
2016-01-27T16:50:09Z
|
2019-06-28T21:20:23Z
|
https://github.com/gpac/gpac/issues/389
| 129,203,844 | 389 |
[
"gpac",
"gpac"
] |
The build instructions at https://gpac.wp.mines-telecom.fr/dashcast/ refer to the svn repo, which seems to be one year out-of-date. Please update the instructions from:
`svn co svn://svn.code.sf.net/p/gpac/code/trunk/gpac gpac`
To:
`git clone https://github.com/gpac/gpac.git`
|
DashCast build instructions refer to the out-of-date svn repo
|
https://api.github.com/repos/gpac/gpac/issues/388/comments
| 1 |
2016-01-27T04:10:26Z
|
2016-03-04T08:39:12Z
|
https://github.com/gpac/gpac/issues/388
| 129,024,123 | 388 |
[
"gpac",
"gpac"
] |
First I'd like to make tests so that people can take and run a GPAC player from wherever they are (no download available, practical sessions).
|
Have a GPAC Vagrant image
|
https://api.github.com/repos/gpac/gpac/issues/387/comments
| 5 |
2016-01-23T12:02:38Z
|
2019-07-07T18:33:14Z
|
https://github.com/gpac/gpac/issues/387
| 128,324,323 | 387 |
[
"gpac",
"gpac"
] |
ffmpeg git-cc83177
Dash.js v1.6
GPAC MP4Box 0.5.2-DEV-rev1115
Windows 8.1
Chrome v49.0.2623.13
Widevine Modular
I've created test video and test audio. I can confirm that the video plays correctly in dash.js if dashed ondemand with MP4Box. If I add Widevine encryption to both the audio and video and re-dash using MP4Box the content does not play. It fails to identify the required DRM key system in parsePSSHList. However, if I add ContentProtection elements containing the DRM system ID and PSSH data into both adaptionsets in the MPD the DRM system is correctly identified as com.widevine.alpha and a call made to the license server.
When examining demo mpd files from Cablelabs, BitDash I notice that the PSSH data within their MPD files contains elements according to the Widevine CENC header https://html5.cablelabs.com/mse-eme/doc/creation.html#encryption, but the example PSSH found here https://github.com/cablelabs/mse-eme/tree/master/create/encrypt/widevine/cryptgen only contains key Id, content Id and track type.
I've attempted to use PSSH data from Cablelabs/BitDash (PSSH containing the system id) in my own MP4Box encryptions without additional contentprotection elements in the MPD, but this fails in the same way as PSSH boxes that do not contain the system id.
Failure is that the content does not play. There are no errors in the console and no trace that a DRM key system has been selected (as mentioned the parsePSSHList dash.js function fails)
The only way I can progress is by putting contentprotection elements into the adaptionsets that contain the system id and PSSH data.
It appears that MP4Box isn't adding the correct DRM info to the content headers when using Widevine PSSH boxes. However, it appears to correctly assign PlayReady PSSH boxes.
Is this a known issue, with the workaround being the one I've already found?
|
PSSH data
|
https://api.github.com/repos/gpac/gpac/issues/386/comments
| 2 |
2016-01-22T15:25:43Z
|
2016-10-10T10:29:18Z
|
https://github.com/gpac/gpac/issues/386
| 128,178,183 | 386 |
[
"gpac",
"gpac"
] |
I tried to build on Ubuntu 14.04 by following these instructions:
https://gpac.wp.mines-telecom.fr/2011/04/20/compiling-gpac-on-ubuntu/
Still points to the old SVN repo in sourceforge etc.
|
Linux build instructions out of date
|
https://api.github.com/repos/gpac/gpac/issues/384/comments
| 1 |
2016-01-22T09:58:28Z
|
2016-01-22T13:19:39Z
|
https://github.com/gpac/gpac/issues/384
| 128,121,436 | 384 |
[
"gpac",
"gpac"
] |
It's possible to set a notification in the sourceforge page indicating that the project has moved to GitHub. Example here: http://sourceforge.net/projects/dustrac/
|
gpac's sourceforge page doesn't have a redirection link to GitHub
|
https://api.github.com/repos/gpac/gpac/issues/383/comments
| 4 |
2016-01-22T09:53:09Z
|
2016-01-23T07:08:53Z
|
https://github.com/gpac/gpac/issues/383
| 128,120,623 | 383 |
[
"gpac",
"gpac"
] |
Hi all,
I have a poorly encoded video of a webcast (I presume it came from a WebEx screencast) and the main issue is that the framerate of the mp4 file is double than it should be. If I play it with VLC and slow down the playback speed to 0.5x, everything's normal and I can understand the audio. If I play it at 1x, I can't understand anything and everything's too fast.
Framerate reported by MediaInfo and ffprobe is 10fps.
My first stab at this problem was to use mp4box to change the framerate to 5fps. I actually succeeded at "slowing" down the video but I failed at slowing down the audio. Here's what I tried:
```
$ mp4box -add source.mp4\#video -raw 1 -new video
```
this created "video_track1.cmp" file.
```
$ mp4box -add source.mp4\#audio -raw 2 -new audio
```
this created "audio_track2.aac" file.
I then tried combining them with:
```
$ mp4box -add video_track1.cmp:fps=5 -add audio_track2.aac:fps=5 -new output.mp4
```
This actually partially worked and produced a output.mp4 that had video portion correct and it played at the right speed but the audio was still playing too fast. Duration of the audio track in output.mp4 was exactly 1/2 of the duration of the video track. So the `:fps=5` part did not affect the audio track at all.
How do I fix the audio track? I don't mind re-encoding it with ffmpeg if that's the only option. I actually did try to slow down the audio track by re-encoding with ffmpeg but it sounded horrible and audio had an echo. Slowdown with VLC sounded perfect however.
```
$ ffmpeg -i out.m4a -filter:a "atempo=0.5" -vn outputaudio.aac
```
What am I doing wrong?
|
When changing framerate of a video, how do you change audio track's rate as well?
|
https://api.github.com/repos/gpac/gpac/issues/382/comments
| 5 |
2016-01-22T03:11:51Z
|
2016-03-04T14:51:48Z
|
https://github.com/gpac/gpac/issues/382
| 128,073,452 | 382 |
[
"gpac",
"gpac"
] |
hi,
I'm testing DASH live streaming under windows 7 64bit using
> gpac-0.5.2-DEV-rev1110-g9f2bf6e-master-x64
first I use mp4box with command line:
> mp4box -dash-live 10000 -mpd-refresh 6 -out {dir}\test.mpd -bs-switching no track1.mp4
then I use mp4client with command line:
> mp4client {dir}\test.mpd
I can see the movie playing, but after a little while, it would start to stutter, then simply freeze afterwards...
from console I see log like:
> [IsoMedia] Error opening new segment URL {dir}/track1_dash37.m4s at UTC 1453187376867: Requested URL is not valie or cannot be found
> [IsoMedia] Error opening new segment URL {dir}/track1_dash38.m4s at UTC 1453187376867: Requested URL is not valie or cannot be found
> [IsoMedia] Error opening new segment URL {dir}/track1_dash39.m4s at UTC 1453187376871: Requested URL is not valie or cannot be found
I thought my use case is basic and nothing special, but still met lots of problems to deal with...
help needed please...
|
the movie freezed after a while in mp4client using mp4box -dash-live
|
https://api.github.com/repos/gpac/gpac/issues/379/comments
| 21 |
2016-01-19T07:16:20Z
|
2017-06-29T11:12:37Z
|
https://github.com/gpac/gpac/issues/379
| 127,381,588 | 379 |
[
"gpac",
"gpac"
] |
When I try to dump a text track from a mp4 file recorded by my dashcam (it stores gps-data and g-sensor data in a text track) with MP4Box version 0.5.2-DEV-rev1127, it fails.
The executed command:
> MP4Box.exe -v -srt 3 "d:\DashCam\REC_2016_01_14_06_50_13_F.MP4"
The verbose output is as follows:
> [iso file] Current top box start before parsing 0
> [iso file] Read Box type ftyp size 32 start 0
> [iso file] Current top box start before parsing 32
> [iso file] Read Box type moov size 34914 start 32
> [iso file] Read Box type mvhd size 108 start 40
> [iso file] Read Box type udta size 384 start 148
> [iso file] Read Box type AMBA size 128 start 156
> [iso file] Read Box type free size 248 start 284
> [iso file] Read Box type trak size 17257 start 532
> [iso file] Read Box type tkhd size 92 start 540
> [iso file] Read Box type edts size 36 start 632
> [iso file] Read Box type elst size 28 start 640
> [iso file] Read Box type mdia size 17121 start 668
> [iso file] Read Box type mdhd size 32 start 676
> [iso file] Read Box type hdlr size 46 start 708
> [iso file] Read Box type minf size 17035 start 754
> [iso file] Read Box type vmhd size 20 start 762
> [iso file] Read Box type dinf size 36 start 782
> [iso file] Read Box type dref size 28 start 790
> [iso file] Read Box type url size 12 start 806
> [iso file] Read Box type stbl size 16971 start 818
> [iso file] Read Box type stsd size 203 start 826
> [iso file] Read Box type avc1 size 187 start 842
> [iso file] Read Box type colr size 18 start 928
> ICC colour profile not supported[iso file] Read Box "colr" failed (Feature Not Supported)
> [iso file] Read Box "avc1" failed (Feature Not Supported)
> [iso file] Read Box "stsd" failed (Feature Not Supported)
> [iso file] Read Box "stbl" failed (Feature Not Supported)
> [iso file] Read Box "minf" failed (Feature Not Supported)
> [iso file] Read Box "mdia" failed (Feature Not Supported)
> [iso file] Read Box "trak" failed (Feature Not Supported)
> [iso file] Read Box "moov" failed (Feature Not Supported)
> Error opening file REC_2016_01_14_06_50_13_F.MP4: Feature Not Supported
Using the GUI tool YAMB to dump the track it generates a correct srt file. YAMB uses MP4Box version 0.4.6-DEV with exactly the same command as above.
Am I missing something obviuos? Or is this a bug?
|
MP4Box error when trying to dump subtitle track
|
https://api.github.com/repos/gpac/gpac/issues/376/comments
| 14 |
2016-01-16T21:35:53Z
|
2017-02-04T00:48:51Z
|
https://github.com/gpac/gpac/issues/376
| 127,054,943 | 376 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.