Mercurial > mplayer.hg
changeset 10553:d1323c4d95f6
how to put subtitles in output file
author | gabucino |
---|---|
date | Sun, 10 Aug 2003 08:18:48 +0000 |
parents | a54dbea02a72 |
children | 56d451b007ca |
files | DOCS/en/faq.html DOCS/hu/faq.html |
diffstat | 2 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/en/faq.html Sat Aug 09 19:15:40 2003 +0000 +++ b/DOCS/en/faq.html Sun Aug 10 08:18:48 2003 +0000 @@ -784,10 +784,17 @@ <DT>Q: Why is the recommended bitrate printed by MEncoder negative?</DT> <DD>A: Because the bitrate you encoded the audio with is too large to fit the movie on any CD. Check if you have libmp3lame installed properly.</DD> + <DD> </DD> <DT>Q: I can't encode ASF files to AVI/DivX because it uses 1000 fps?</DT> <DD>A: Because ASF uses variable frame rate but AVI uses a fixed one, you have to set it by hand using <CODE>-ofps</CODE>.</DD> + <DD> </DD> + + <DT>Q: How can I put subtitles in the output file?</DT> + <DD>A: Just pass the <CODE>-sub <filename> option</CODE> to + MEncoder.</DD> + <DD> </DD> </DL>
--- a/DOCS/hu/faq.html Sat Aug 09 19:15:40 2003 +0000 +++ b/DOCS/hu/faq.html Sun Aug 10 08:18:48 2003 +0000 @@ -603,6 +603,11 @@ könyvtár helyesen van-e installálva.</DD> <DD> </DD> + <DT>Q: Hogy tudok feliratot rakni a kimeneti file-ba?</DT> + <DD>A: Csak meg kell adnod a <CODE>-sub <filenév></CODE> opciót a + MEncoder-nek.</DD> + <DD> </DD> + </DL> </BODY>