Friday, April 24, 2009

Media player library for MP3 Ubuntu 9.04

ติดตั้ง library ที่จำเป็นให้ totem หรือ player อื่น เล่น mp3 ได้ บน Jaunty
  • ลง Jaunty เสร็จก็เปิดจะฟังเพลง อ่ะนะ ใช้ totem กำเล่น mp3 ไม่ได้ซะงั้น เพราะ library ยังไม่ได้ติดตั้งซะงั้น เบื่อ ลิขสิทธิ์แบบให้ใช้แต่ห้ามแจกจ่ายจริงๆ
  • จากนั้น totem ก็ค้นหา library อัตโนมัติ อ่ะนะ พอหาเสร็จ ไม่เจออาไรเลยซะงั้น แล้วตูจาโหลดอาไรล่ะเนี๋ย เพราะก็ไม่ค่อยได้จำชื่อ library ด้วย และก็ไม่ค่อยจะ apt-get library พวกนี้ด้วยง่ะ
  • หาข้อมูลเค้าก็บอกให้เปิด repository ที่เค้ามีอยู่แต่ยังไม่ได้เปิดใช้ซะงั้น

1. เปิดใช้ reposities สำหรับ Third-Party Software
  • โดยเข้าไปที่ System => Administration => Software Sources ไปที่แท๊ป Third-Party Software
  • เช็คถูกข้างหน้า ทุกอันเลย ก็ไม่รู้เรื่องอาไรอ่ะนะ ก็เลยเลือกหมดซะงั้น ^^'
  • ที่แท๊ป Updates ที่ Ubuntu updates ก็เลือกหมดเลย เหมือนเดิม
  • จากนั้นก็ปิดเค้าซะสิ แล้วก็ update หน่อย sudo apt-get update

2. ติดตั้ง library สำหรับเล่นไฟล์มีเดียอย่างง่าย ไม่รู้ง่ายหรือยุ่งกว่า command อ่ะนะ

หลังจากเพิ่ม หรือ เปิด repositories และ ทำการ update แหละให้เราดับเบิ้ลคลิกที่ ไฟล์เพลง mp3 เรา ปกติโปรแกรม ที่จะเปิดขึ้นมาเลยคือ totem อ่ะนะจากนั้น totem เค้าก็จะค้นหา library สำหรับเอาไว้ถอดรหัสของ mp3 เพื่อจะเล่นเพลงอ่ะนะ ที่นี้ก็จะเจอ library แหละให้เราคลิกเลือกทั้งหมดที่ค้นหาได้อ่ะนะ ถ้าไม่มีอาไรผิดพลาดก็จะมีสอง อันดังภาพด้านล่างเนี๋ยจากนั้นก็ Install สิครับ รอแปีป ถ้าเน็ตเร็วก็ดีหน่อยไม่ต้องรอนาน แค่นี้ totem ก็เล่น mp3 ได้แหละ



ติดตั้งผ่านคอมมานอันนี้น่าจะใช่ประมาณเนี๋ย

// อันนี้ตอนพยายามเปิด mp3 totem พยายามโหลด library นี้อ่ะ
sudo aptitude install gstreamer0.10-ffmpeg gstreamer0.10-plugins-ugly

// อันเนี๋ยจะโดนโหลดตอนเปิด .dat และ streaming (tv online)
sudo aptitude install gstreamer0.10-plugins-bad

// ไปเจออีกแต่ไม่รู้ใช้เปิดไฟล์อาไร ลงเลยก็แล้วกัน
sudo aptitude install gstreamer0.10-plugins-good

# เว็บ gstream เค้าลงในเว็บนี้หมดน่าจะเล่นได้ทุกอย่าง ^^'

Codecs

Totem can display a variety of formats, based on what backend you use. To see what backend you are using check the "About" dialog of Totem.

GStreamer

When using the GStreamer backend, you can install multiple plugin packages. You can install them the same way as you would install

totem. Some information about the gstreamer-plugins packages can be found here.

  • gst-plugins-base
    the basic and essential plug-ins for GStreamer
  • gst-plugins-good
    the plug-ins for most Open formats
  • gst-plugins-ugly
    good-quality plug-ins that might pose distribution problems, needed for DVD playback
  • gst-plugins-bad
    a set of plug-ins that need more work, need ed for YouTube videos
  • gst-ffmpeg
    FFmpeg-based plug-in, contains all the basic decoders for popular codecs, such as DivX and WMV
  • Pitfdll
    Plug-ins using the Windows codec DLLs for which no free software implementation exists yet.

xine-lib

Everything's included in this version, apart from some proprietary codecs that require Windows DLLs. Check the FAQ on xine-lib's website. That should sort most of you out.

# Or ติดตั้งผ่าน add / remove ... ก็น่าจะได้ search by gstream

Note:
  • แนะนำโปรแกรมสำหรับดูหนังก้ mplayer, smplayer และที่น่าจะลงที่สุดก็ vlc
  • sudo aptitude install mplayer smplayer vlc
  • สรุปคือถ้าลงตามบทความเนี๋ย totem เล่น mp3 ไและดู tv online เปิดไฟล์ .dat ได้
  • อีกเรื่องที่ขาดไม่ได้คือ flash player เราสามารถติตดั้ง flash ให้ mozilla firefox ด้วยคำสั่ง
  • sudo apt-get install swfdec-mozilla

Related:

No comments:

Post a Comment

Popular Posts