|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - Multimedia Don't know how to watch DVDs using mplayer? Asking yourself what the heck mplayer is? This is the right place to ask. |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
How to extract subtitles from mkv and embed them into avi, I admit this may need optimising yet(may even be better ways).
Check what one you need for the subtitle channel, in my example Track Id 3 mkvmerge -i FILE.mkv Extract subs mkvextract tracks FILE.mkv 3:temp_sub Now to convert the mkv to avi mencoder FILE.mkv -oac mp3lame -ovc copy -o FILE.avi Stitch the subs back in transcode -i FILE.avi -x mplayer="-sub temp_sub" -o outputfile.avi -y xvid |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|