Viết bởi chaudalen3 » Hai T10 23, 2006 11:16 pm
Dưới đây là hướng dẫn cách xem file FLV bằng Windows Media Player(WMP).
*Chuẩn bị:
1.Download FLV Splitter http://cowscorpion.com/dl/FLVSplitter.html
2.Download ffdshow http://cutka.szm.sk/files/ffdshow-20051129.exe
3.Copy đoạn chương trình sau vào notepad(メモ帳) rồi save as với tên install.bat
----- install.bat ここから-----
@echo off
echo This script is to install FLVSpritter.ax into your system.
echo Please push any key.
pause
copy FLVSplitter.ax C:\WINDOWS\system32\
regsvr32 flvsplitter.ax
----- ここまで -----
4.Tạo file uninstall.bat giống cách ở trên bằng đoạn chương trình dưới đây
----- uninstall.bat ここから-----
@echo off
echo This script is to uninstall FLVSpritter.ax into your system.
echo Please push any key.
pause
regsvr32 /u flvsplitter.ax
del C:\WINDOWS\system32\FLVSplitter.ax
----- ここまで -----
Sau khi giải nén file flvsplitter_20060320.7z thì copy 2 file install.bat va uninstall.bat vào thư mục \flvsplitter_20060320\Release Unicode.Nhấp đúp vào file install.bat để cài file codec flvsplitter.ax
Kế tiếp khởi động file ffdshow-20051129.exe để cài đặt(Lưu ý là nên cài đặt với ngôn ngữ là English).Sau khi cài đặt xong thì vào 「スタート」→「プログラム」→「ffdshow」→「Video decoder configuration」thay đổi codec của FLV thành libavcodec.
Cuối cùng chỉ việc khởi động file FLV bằng WMP để xem.
Chúc thành công.
Dưới đây là hướng dẫn cách xem file FLV bằng Windows Media Player(WMP).
*Chuẩn bị:
1.Download FLV Splitter http://cowscorpion.com/dl/FLVSplitter.html
2.Download ffdshow http://cutka.szm.sk/files/ffdshow-20051129.exe
3.Copy đoạn chương trình sau vào notepad(メモ帳) rồi save as với tên install.bat
----- install.bat ここから-----
@echo off
echo This script is to install FLVSpritter.ax into your system.
echo Please push any key.
pause
copy FLVSplitter.ax C:\WINDOWS\system32\
regsvr32 flvsplitter.ax
----- ここまで -----
4.Tạo file uninstall.bat giống cách ở trên bằng đoạn chương trình dưới đây
----- uninstall.bat ここから-----
@echo off
echo This script is to uninstall FLVSpritter.ax into your system.
echo Please push any key.
pause
regsvr32 /u flvsplitter.ax
del C:\WINDOWS\system32\FLVSplitter.ax
----- ここまで -----
Sau khi giải nén file flvsplitter_20060320.7z thì copy 2 file install.bat va uninstall.bat vào thư mục \flvsplitter_20060320\Release Unicode.Nhấp đúp vào file install.bat để cài file codec flvsplitter.ax
Kế tiếp khởi động file ffdshow-20051129.exe để cài đặt(Lưu ý là nên cài đặt với ngôn ngữ là English).Sau khi cài đặt xong thì vào 「スタート」→「プログラム」→「ffdshow」→「Video decoder configuration」thay đổi codec của FLV thành libavcodec.
Cuối cùng chỉ việc khởi động file FLV bằng WMP để xem.
Chúc thành công.