Opened 14 years ago
Closed 14 years ago
#1790 closed defect (fixed)
-alang disables -sb
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | core |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | mennucc1@… | |
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
hi,
it seems that, when the option '-alang' is present, then mplayer and mencoder ignores the option '-sb'
The bug is present in SVN 31044 .
I attach the typescript 'pippo8.txt' of the command
# mencoder -v -v -sb 343400000 -endpos 2 -ovc copy -oac copy -o /data9/tv/pippo8.avi /data9/tv/2010-09-09_11-40_4400_-_Stagione_3.ts
and the typescript 'pippo9.txt' of the command
# mencoder -v -v -sb 343400000 -endpos 2 -ovc copy -oac copy -o /data9/tv/pippo9.avi -alang it /data9/tv/2010-09-09_11-40_4400_-_Stagione_3.ts
The input file is a MPEG-TS file from DVB-T obtained using 'dvbstreamer'.
If you diff the two attachments, you will see at a certain point
-Opened TS demuxer, audio: 50(pid 0), video: 10000002(pid 0)...POS=343410012, PR
-seek to 0x147804A0
-s->pos=1478A800 newpos=14780000 new_bufpos=147804A0 buflen=0
+Opened TS demuxer, audio: 50(pid 0), video: 10000002(pid 0)...POS=0, PROBE=0
+seek to 0x0
+s->pos=1478A800 newpos=0 new_bufpos=0 buflen=0
a.
Attachments (1)
Change History (4)
by , 14 years ago
Attachment: | pippo.tar.bz2 added |
---|
comment:1 by , 14 years ago
Cc: | added |
---|
this tar.bz2 contains the two typescripts