Opened 15 years ago
Last modified 14 years ago
#1474 new defect
-oac copy on DTS stream stuck in infinite loop
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | ao |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | compn | |
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
When transcodeing a mkv containing a DTS stream, using -oac copy puts mencoder in infinite loop (transcoding mkv containing AVC1/AC3 works fine)
version tested:
MEncoder SVN-r29318-4.1.2 <- HEAD as of 20090524
MEncoder SVN-r28450-4.1.2
command:
$ mencoder -msglevel all=9 -oac copy -ovc lavc \
-of mpeg -mpegopts format=mpeg2:muxrate=9000:vframerate=24000/1001 \
-lavdopts threads=2 \
-lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=15800:vbitrate=9800:keyint=18:vstrict=1:autoaspect:threads=2 \
-vid 0 -aid 0 -alang eng -noautosub -ofps 24000/1001 soap.mkv -o soap.mpg
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | dts-current.txt added |
---|
comment:1 by , 15 years ago
comment:2 by , 14 years ago
Cc: | added |
---|
still happens in svn with a dts.avi i had.
workaround use -of lavf -o out.mpg
verbose log