Opened 12 years ago
Closed 11 years ago
#2125 closed defect (fixed)
lavc audio corrupted
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | mencoder |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description (last modified by )
I use mencoder via PMS to encode multimedia files to PS3 since 2 years.
After an mencoder update I get broken audio: just noise.
Also latest svn compiled version (r35738) get the same result.
Here is a typical command line:
mencoder -ss 0 /home/dinoctest.avi -msglevel statusline=2 -oac lavc -of mpeg -mpegopts format=mpeg2:muxrate=500000:vbuf_size=1194:abuf_size=64 -ovc lavc -channels 2 -lavdopts debug=0:threads=2 -lavcopts autoaspect=1:vcodec=mpeg2video:acodec=libmp3lame:abitrate=448:threads=2:keyint=4:vqscale=1:vqmin=2 -subdelay 20000 -ofps 25 -lavdopts fast -mc 0 -noskip -af lavcresample=48000 -srate 48000 -o /tmp/test.mpg
acodec could be both libmp3lame or ac3.
Input file is a xvid+mp3 video (tried with many different files).
Change History (3)
comment:1 by , 12 years ago
comment:3 by , 11 years ago
Analyzed by developer: | unset |
---|---|
Description: | modified (diff) |
Reproduced by developer: | unset |
Resolution: | → fixed |
Status: | new → closed |
Additional tests:
35127 works
35624 don't