Borken (beeping) sound on Sony with mencoder

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
Llama
Posts: 1
Joined: Sun Oct 25, 2015 5:51 pm

Borken (beeping) sound on Sony with mencoder

Post by Llama »

Hello.

OS: Ubuntu 14.04 with some PPA,
UMS: 5.2.3

Addition options are video-related were inspired by viewtopic.php?t=1959

Mencoder were started with options:

mencoder -ss 310.0 ......avi -msglevel statusline=2 -oac lavc -of mpeg -mpegopts format=mpeg2:muxrate=500000:vbuf_size=1194:abuf_size=64 -ovc lavc -channels 2 -vf softskip,expand=::::1:16/9:2,scale=1283:720 -lavcopts aspect=16/9 -lavdopts debug=0:threads=4 -lavcopts autoaspect=1:vcodec=mpeg2video:acodec=ac3:abitrate=448:threads=4:keyint=5:vqscale=1:vqmin=2:vqmax=3:vrc_maxrate=499000:vrc_buf_size=1835 -ass -ass-color ffffff00 -ass-border-color 00000000 -ass-font-scale 1.4 -font /usr/share/fonts/truetype/msttcorefonts/Arial.ttf -ass-force-style FontName=/usr/share/fonts/truetype/msttcorefonts/Arial.ttf,Outline=1,Shadow=1,MarginV=10 -noflip-hebrew -fontconfig -subcp enca:ru:cp1251 -nosub -sub ......srt -ofps 24000/1001 -lavdopts fast -mc 0 -noskip -af lavcresample=48000 -srate 48000 -o /tmp/.....

Output from builtin ffmpeg:

Here is some (I hope useful) info from Mplayer:

Code: Select all

$ mplayer -vo null -ao null -identify -frames 0 ...
MPlayer SVN-r37401 (C) 2000-2012 MPlayer Team
Can't open joystick device /dev/input/js0: No such file or directory
Can't init input joystick
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing  ....
libavformat version 56.33.101 (internal)
AVI file format detected.
ID_VIDEO_ID=0
[aviheader] Video stream found, -vid 0
ID_AUDIO_ID=1
[aviheader] Audio stream found, -aid 1
AVI: ODML: Building ODML index (2 superindexchunks).
VIDEO:  [XVID]  720x304  12bpp  23.976 fps  2032.8 kbps (248.1 kbyte/s)
Clip info:
 Software: VirtualDubMod 1.5.10.3 | www.virtualdub-fr.org || (build 2550/release)
ID_CLIP_INFO_NAME0=Software
ID_CLIP_INFO_VALUE0=VirtualDubMod 1.5.10.3 | www.virtualdub-fr.org || (build 2550/release)
 Comments: �� �������� (MECHANICAL ENGINEER)
ID_CLIP_INFO_NAME1=Comments
ID_CLIP_INFO_VALUE1=�� �������� (MECHANICAL ENGINEER)
ID_CLIP_INFO_N=2
Load subtitles in ./
ID_FILENAME=....
ID_DEMUXER=avi
ID_VIDEO_FORMAT=XVID
ID_VIDEO_BITRATE=2032776
ID_VIDEO_WIDTH=720
ID_VIDEO_HEIGHT=304
ID_VIDEO_FPS=23.976
ID_VIDEO_ASPECT=0.0000
ID_AUDIO_FORMAT=8192
ID_AUDIO_BITRATE=448000
ID_AUDIO_RATE=0
ID_AUDIO_NCH=0
ID_START_TIME=0.00
ID_LENGTH=9677.96
ID_SEEKABLE=1
ID_CHAPTERS=0
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
libavcodec version 56.39.101 (internal)
Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
==========================================================================
ID_VIDEO_CODEC=ffodivx
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 48000 Hz, 2 ch, floatle, 448.0 kbit/14.58% (ratio: 56000->384000)
ID_AUDIO_BITRATE=448000
ID_AUDIO_RATE=48000
ID_AUDIO_NCH=2
Selected audio codec: [ffac3] afm: ffmpeg (FFmpeg AC-3)
==========================================================================
AO: [null] 48000Hz 2ch floatle (4 bytes per sample)
ID_AUDIO_CODEC=ffac3
Starting playback...


Exiting... (End of file)
ID_EXIT=EOF

Attachments
ums_dbg.zip
(81.36 KiB) Downloaded 320 times
Post Reply