MPEG4 (XVID) playback issues.
|
4th Jan, 2013, 04:42 AM
Post: #5
|
|||
|
|||
RE: MPEG4 (XVID) playback issues.
MPEG-4 updates the picture by chunks/blocks. It detects changes and tries to only update those. When your processor can't keep up with the updates, you tend to get what you displayed in your pictures.
If you can, try turning off the subtitles. In anime (especially) I have noticed that soft-coded subs (such as those in mpeg4/h264) cause all sorts of juddering and slow playback. Libass is not as "performant" as it could be, I guess. My solution, until libass is sorted, is to convert the mpeg4's into divx's. The reason for this is, that the subtitle stream is then 'hard coded' into place, rather than inside another stream in the mkv/mp4/whatever. The command I used on my linux machine to batch convert was; for files in *.mkv; do mencoder -o "${files%.mkv}.avi" -oac mp3lame -ovc xvid -ass -xvidencopts pass=1 "$files" &> "${files%.mkv}.translog"; done Hopefully, I am wrong, but.. there is definitely something 'funky' with soft subtitles and the pi |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
MPEG4 (XVID) playback issues. - Pihkal - 4th Jan, 2013, 01:16 AM
RE: MPEG4 (XVID) playback issues. - Koenkk - 4th Jan, 2013, 01:40 AM
RE: MPEG4 (XVID) playback issues. - Pihkal - 4th Jan, 2013, 03:46 AM
Re: MPEG4 (XVID) playback issues. - rikardo1979 - 4th Jan, 2013, 04:03 AM
RE: MPEG4 (XVID) playback issues. - stelford - 4th Jan, 2013 04:42 AM
RE: MPEG4 (XVID) playback issues. - Pihkal - 4th Jan, 2013, 04:56 AM
RE: MPEG4 (XVID) playback issues. - rikardo1979 - 4th Jan, 2013, 08:03 AM
RE: MPEG4 (XVID) playback issues. - Pihkal - 4th Jan, 2013, 11:41 PM
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
Playback xvid | julius02 | 3 | 11,389 |
24th Feb, 2013 02:01 AM Last Post: julius02 |