這表示是檔案壞嗎?

我用linux mint, 有VLC, MPV, celluloid, kodi,
但有些影音檔只有vlc播到,其他幾個都播唔到的,
一播就會程式自己走人,又或者程式根本唔開出嚟,
咁即係個file壞咗?定係VLC播放能力強?
唔該。

use command line : mpv your_media_file
it will show why it is not working

TOP

use command line : mpv your_media_file
it will show why it is not working
chancho 發表於 2026-1-19 21:40



    我比條路徑佢,點比都話唔啱,找不到,
請問個command 應該點比呀?

例如我個file係放係download 果度,檔名叫a.mp4

唔該。

TOP

去ffmepg website dl ffmpeg

tar -xvf -z係gzip -J係xz -j係bz2

extract入面有個ffplay

TOP

既然VLC開到,就開嚟睇下個影音檔嘅media information...
https://askubuntu.com/questions/45927/how-to-find-out-what-codec-is-being-used-in-a-video

TOP

本帖最後由 Jackywongkk 於 2026-1-31 09:09 編輯

回覆 3# finfin


    mpv ~/Download/a.mp4
    ffplay ~/Download/a.mp4
    vlc ~/Download/a.mp4

TOP

回覆  finfin


    mpv ~/Download/a.mp4
    ffplay ~/Download/a.mp4
    vlc ~/Download/a.mp4
Jackywongkk 發表於 2026-1-31 08:54


thanks, let me try.

TOP

既然VLC開到,就開嚟睇下個影音檔嘅media information...
antlee 發表於 2026-1-31 00:57



    thank you.

TOP

去ffmepg website dl ffmpeg

tar -xvf -z係gzip -J係xz -j係bz2

extract入面有個ffplay
MSI_R9_280_Gami 發表於 2026-1-30 22:08



    即係裝多一個ffplay?

TOP

回覆 9# finfin


唔係裝,係 tar -x?vf xxx 之後有個 binary ffplay

平時裝,個binary係去左 $/usr/bin/ 或者 $/bin/ $/usr/share/bin/ ,佢呢個要去當前目錄 cd current dir run ./ffplay,冇裝到入system,冇root權限都run到

TOP