Re: Bug-EDL with -hr-edl-seek breaks audio
Reimar Döffinger <[email protected]> Wed, 22 Mar 2023 22:56:51 +0100
| Newsgroups | gmane.comp.video.mplayer.user |
|---|---|
| Message-ID | <[email protected]> |
> On 13 Mar 2023, at 05:14, [email protected] wrote: > > After upgrading to RHEL8, I find using -hr-edl-seek with an EDL file > in mencoder eliminates / breaks audio consistently. Removing > -hr-edl-seek works fine (at the expense of inaccurate seeking). > > Experiencing with MP4 and MPEG-TS files. > > Example command: > mencoder -ovc lavc -oac pcm test.mp4 -edl test.edl -hr-edl-seek -o test.avi > > test.edl: > 0.000000 5.000000 0 > 10.000000 99999999.999999 0 > > With -hr-edl-seek: > Audio stream: 1536.000 kbit/s (192000 B/s) size: 4096 bytes 0.021 secs > > Without -hr-edl-seek: > Audio stream: 1536.000 kbit/s (192000 B/s) size: 766844 bytes 3.994 secs > > (Full output attached) In your logs it looks like the audio position gets stuck at 0. I suspect that is related, but harder to say what causes it.