Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:projects:apps:mediaportal:devblog [2011/03/18 17:54] jeffwiki:projects:apps:mediaportal:devblog [2020/11/19 14:21] (current) – external edit 127.0.0.1
Line 6: Line 6:
 <code> <code>
 mencoder -oac copy -ovc copy -idx -o output.avi video1.avi video2.avi video3.avi mencoder -oac copy -ovc copy -idx -o output.avi video1.avi video2.avi video3.avi
 +</code>
 +
 +subtitles: [[http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-extractsub.html]]
 +<code>
 +rm subtitles.idx subtitles.sub
 +mencoder dvd://1 -oac copy -ovc lavc -lavcopts vcodec=mpeg4:vpass=1 \
 +    -vobsubout subtitles -vobsuboutindex 0 -sid 2
 +mencoder dvd://1 -oac copy -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:vpass=2 \
 +    -vobsubout subtitles -vobsuboutindex 1 -sid 5
 </code> </code>
 ===== December 4, 2010 ===== ===== December 4, 2010 =====
wiki/projects/apps/mediaportal/devblog.txt · Last modified: 2020/11/19 14:21 by 127.0.0.1
Back to top
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0