![]() |
2007-12-31
, 05:17
|
|
Posts: 22 |
Thanked: 0 times |
Joined on Jul 2007
@ Hawaii
|
#71
|
![]() |
2007-12-31
, 05:41
|
Posts: 100 |
Thanked: 6 times |
Joined on Jul 2007
|
#72
|
![]() |
2007-12-31
, 05:47
|
|
Posts: 213 |
Thanked: 27 times |
Joined on Oct 2007
@ Detroit, MI
|
#73
|
![]() |
2007-12-31
, 05:51
|
Posts: 164 |
Thanked: 132 times |
Joined on Dec 2007
|
#74
|
Any updates on the audio sync problem with mplayer on OS2008?
I transcode using the following script based on one written by Mark Waters:
RESIZE="-sws 9 -vf scale=400:225"
AUDIO="-oac mp3lame -lameopts cbr:br=96:vol=8"
VIDEO="-ovc lavc -lavcopts"
VIDOPTS1="vcodec=mpeg4:vbitrate=600:autoaspect:vpa ss=1 -ffourcc DIVX -idx"
VIDOPTS2="vcodec=mpeg4:vbitrate=600:autoaspect -ffourcc DIVX -idx"
SOURCE=$1
nice -n 15 mencoder $SOURCE $RESIZE $AUDIO $VIDEO $VIDOPTS1 $LOG -o /dev/null
nice -n 15 mencoder $SOURCE $RESIZE $AUDIO $VIDEO $VIDOPTS2 $LOG -o "$OUTPUT"
Video encoded this way worked well on OS2007, but the audio is ~0.25 sec delayed on OS2008. Would other settings work better? Any fixes in the works for mplayer? I am using the lastest version, maemo.23.
![]() |
2008-01-01
, 17:26
|
Posts: 17 |
Thanked: 2 times |
Joined on Dec 2007
@ New Jersey
|
#75
|
mooler Re: mplayer_1.0rc1-maemo.21
--------------------------------------------------------------------------------
If you have mplayer installed, uninstall it and then refresh applications in appmanager. It should show you a new version.
![]() |
2008-01-01
, 21:50
|
Posts: 23 |
Thanked: 7 times |
Joined on Aug 2007
|
#76
|
![]() |
2008-01-02
, 01:47
|
|
Posts: 1,107 |
Thanked: 720 times |
Joined on Mar 2007
@ Germany
|
#77
|
- When the OS shows a pop-up system message while a movie is playing, e.g. when the battery is low or it needs to signal that it has lost the WLAN connection, this garbles the video for as long as the system message is being displayed (most of the screen goes black, and a small false-coloured still picture of the last video image is shown in the top left corner of the screen). This happens both in full-screen and windowed mode. This is quite distracting. Quick fix: suppress system messages during playback (suboptimal, since you might not notice you're running the battery down) Compromise, if that's even feasible in Maemo: Suppress the original system messages, but replicate them in Mplayer's OSD overlay style (still suboptimal, since inconsistent with standard system behaviour). Best: let system popups overlay regular video output, even if that drops frames.
![]() |
2008-01-02
, 15:38
|
Posts: 23 |
Thanked: 7 times |
Joined on Aug 2007
|
#78
|
![]() |
2008-01-03
, 00:50
|
Posts: 246 |
Thanked: 6 times |
Joined on Jul 2007
|
#79
|
![]() |
2008-01-03
, 08:00
|
Posts: 323 |
Thanked: 118 times |
Joined on Nov 2007
@ Australia
|
#80
|