FC3 쓰시는분.... mplayer 편하게 까세요..

ralfjon의 이미지

쌩초보를 위한 글입니다. 저도 고생하고 깔아서요 -_-; 중복이라고 욕먹을까바 조마조마.

http://www.cs.colostate.edu/~jeon/Linux/lame-3.96-0.lvn.1.2.i686.rpm
http://www.cs.colostate.edu/~jeon/Linux/mplayer-1.0pre6-1.i386.rpm
http://www.cs.colostate.edu/~jeon/Linux/mplayer-codecs-essential-20041107-1.i386.rpm
http://www.cs.colostate.edu/~jeon/Linux/mplayer-gui-1.0pre6-1.i386.rpm
http://www.cs.colostate.edu/~jeon/Linux/mplayer-skin-default-1.4-1.noarch.rpm
http://www.cs.colostate.edu/~jeon/Linux/mplayerplug-in-2.75-0.FC3.i386.rpm

위에꺼 다받으시고요... 파일브라우져에 파일을 더블클릭 하시던지 터미널 여서셔.. $ rpm -Uvh 아무개.rpm 하셔서..

1. lame-3.96-0.lvn.1.2.i686.rpm 을 깝니다.

2. mplayer-1.0pre6-1.i386.rpm 을 깝니다.

3. mplayer-gui-1.0pre6-1.i386.rpm 랑 mplayer-skin-default-1.4-1.noarch.rpm 은 꼭 같이 깔아야 되더군요. 더블클릭으로 안됩니다.

$ rpm -Uvh mplayer-gui-1.0pre6-1.i386.rpm mplayer-skin-default-1.4-1.noarch.rpm

이렇게 쳐서 깝니다.

4. mplayer-codecs-essential-20041107-1.i386.rpm 을 깝니다.

5. mplayerplug-in-2.75-0.FC3.i386.rpm 을 깝니다. (페도라 씨디 넣으라 그러면 무시해도 좋습니다. 모찔라 까는거거든요.. 캔슬해도 벌써 rpm자체는 깔려있습니다.)

6. gmplayer로 실행하거나 시작메뉴에서 실행..

자막 한글 뜨게 만들기는....
Preference에서 Subtitle란의 인코딩은 cp949로 해 주시고 Font란의 인코딩은 유니코드로 설정해주셔야 합니다. 글꼴 로드는 아무 곳의 아무 한글 트루타입 폰트로 해주셔도 될겁니다.
font=/usr/share/fonts/ko/TrueType/batang.ttf
또는
font=/usr/share/fonts/ko/TrueType/gulim.ttf

위에 폰트파일은 그냥 윈도에 있으니까요..

그럼 즐거운 페도라 하시길.

jinansu의 이미지

감사합니다. 유용하게 사용했습니다.

환상경의 이미지

gtk2 패치 적용된건가요?

==================================================================
정체된 일상.... 계기를 만들어야 하는데........
BLOG : http://khmirage.tistory.com/

sangu의 이미지

또는 yum을 이용해서 설치 방법

1. FC3 저장소 설정 파일을 설치
http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/3/freshrpms-release/에서 freshrpms-release-1-1.fc.fr.noarch.rpm
패키지를 설치

2. GPG 키 설치

$rpm --import  /usr/share/doc/freshrpms-release-1/RPM-GPG-KEY-freshrpms

3. mplayer 패키지 설치

$yum install mplayer

4. 글꼴 설정
~/.mplayer/config 파일에 다음을 추가

fontconfig=1
font=폰트이름
unicode=1
subcp=cp949

또는
$mplayer -font '글꼴 이름' -fontconfig 동영상 파일

5. 코덱 설치

http://www.cs.colostate.edu/~jeon/Linux/mplayer-codecs-essential-20041107-1.i386.rpm를 설치 또는
/usr/lib/win32 디렉토리에
http://www1.mplayerhq.hu/MPlayer/releases/codecs/all-20050412.tar.bz2파일을 풀기

atie의 이미지

fc4 test 쓰는 분들은,

/etc/yum.repos.d/freshrpm-devel.repo
[freshrpm-devel]
name=Fedora Linux $releasever - $basearch - freshrpms
baseurl=http://ayo.freshrpms.net/fedora/linux/development/$basearch/freshrpms
gpgcheck=0
enabled=0

하고, sudo yum --enablerepo=freshrpm-devel update

devel 버전임을 잊지마세요.

----
I paint objects as I think them, not as I see them.
atie's minipage

ngater의 이미지

mplayer 때문에 꽁~ 하던중...
님의 글을 보고 설치했습니다.
좋은정보 감사드립니다.

saah의 이미지

아주 잘 되네요..
이젠 우분투에서만 설치하면되네요...
현재 우분투와 fc4를 같이 사용하고있는데요...
우분투에서는 설치가 안되네요...
감사합니다.
혹 이걸 우분투에서 설치하려면 어떻게해야하나요??

익명 사용자의 이미지

Fedora core 4에서

윗 분 말씀에 따라 freshrpms로부터 mplayer를 설치하였습니다.

그런데 config 파일에 unicode=1, subcp=cp949, font 등등 별일을 다 해보아도 한글 자막을 볼 수가 없네요...

도와주십시오.

제 설정 내용입니다.

# Write your default config options here!

vo=x11
#vop expand=0:-120:0:0:0
ao=alsa
#ac=hwac3
unicode = 1
#utf-8=1
fontconfig=1
font=/usr/share/fonts/un-fonts/UnDotumBold.ttf
#subcp=utf-8
subcp=euc-KR
#subcp=cp949
double=1
zoom=yes
subfont-text-scale=4
subfont-outline=3

익명 사용자의 이미지

saah wrote:
아주 잘 되네요..
이젠 우분투에서만 설치하면되네요...
현재 우분투와 fc4를 같이 사용하고있는데요...
우분투에서는 설치가 안되네요...
감사합니다.
혹 이걸 우분투에서 설치하려면 어떻게해야하나요??

http://ubuntu.or.kr/rubybbs/index.php?bid=ubuntu&id=122&page=1

익명 사용자의 이미지

설정파일에 unicode=1 이랑 subcp=CP949넣어보고 했는데
Mplayer에서 자막이 깨져 나오길래 결국 환경변수 LANG값에다가
ko_KR.UTF-8을 넣더니 자막이 잘 나오더라고요

LANG값을 다시 en_US.UTF-8로 나오면 안나오던데..

------------------------------------------------------------
혹시 vlc쓰시는분 자막이 왜이리 못생겨져서 나오죠??
마치 avi파일안에 자막까지 넣어서 인코딩한양 지저분하게 나오던데...

익명 사용자의 이미지

Quote:

올리기올려짐: 2006년1월31일 21:33 주제: 제 경험인데요
설정파일에 unicode=1 이랑 subcp=CP949넣어보고 했는데
Mplayer에서 자막이 깨져 나오길래 결국 환경변수 LANG값에다가
ko_KR.UTF-8을 넣더니 자막이 잘 나오더라고요

네. 전 환경변수를
export LANG=euc-kr
export LANG=ko_KR
export LANG=ko_KR.UTF-8

전부 자막이 밑줄로 나오네요....

음....

익명 사용자의 이미지

아... KPlayer란 녀석도 mplayer 기반으로 동작하는 군요...

으... mplayer란 녀석을 컴팔하고 싶지 않은데, 혹시 freshrpms에서 설치한 mplayer 한글 자막에 대해서 말씀 부탁드립니다....

ㅡㅡ; 아 잘 안되는 군요....

지금은 온리 xine만 동작하는 ...ㅡㅡ;

(그런데 xine을 아래 여백 - 까만 부분 - 에 자막을 넣는 방법은 없나요?)

caplove의 이미지

caplove wrote:

으... mplayer란 녀석을 컴팔하고 싶지 않은데, 혹시 freshrpms에서 설치한 mplayer 한글 자막에 대해서 말씀 부탁드립니다....

위의 글을 따라 freshrpms repository를 설치하고 mplayer를 설치하였습니다. 그런데 config 파일과 환경 설정을 아무리 변경하여도 한글 자막이 "____;___ " 이렇게만 나오는 군요.

어떻게 하여야지 한글을 볼 수 있나요? 흑흑...

지금까지 손님으로 글을 달았군요. :)

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.