Hi,
I have a 3GP file with H.264 video and AAC-LC audio, and there are no edit lists in this file.
I modified this 3GP file, by adding edit lists to the tracks, I want the audio and video to play for the first 15 seconds, then pause for 5 seconds, and then resume playing.
When I play this modified file,
(a) audio and video is played for 15 seconds
(b) paused for about **15** seconds
(c)) audio and video resumed playing
If play this file for 15 seconds, and just after the pause , seek to t=21 seconds, the audio and video plays, and is correctly delayed by 5 seconds.
Meanwhile, the message log shows me
mp4 debug: - [0] duration=15000ms media time=0ms) rate=1.0
mp4 debug: - [1] duration=5000ms media time=15000ms) rate=0.0
mp4 debug: - [2] duration=89146ms media time=15000ms) rate=1.0
mp4 debug: track[Id 0x1] read 2497 chunk
mp4 debug: track[Id 0x1] read 2497 samples length:104s
main debug: selecting program id=0
mp4 debug: adding track[Id 0x1] video (enable) language eng
mp4 warning: elst box found
mp4 debug: - [0] duration=15000ms media time=0ms) rate=1.0
mp4 debug: - [1] duration=5000ms media time=15000ms) rate=0.0
mp4 debug: - [2] duration=89070ms media time=15000ms) rate=1.0
mp4 debug: track[Id 0x2] read 4482 chunk
Is this a bug with VLC or have I made a mistake with the edit lists that I added?
Thanks
M