VLCがビデオファイルを開くことができないのはなぜですか?

VLCがビデオファイルを開くことができないのはなぜですか?

マイコンピュータ上のすべてのビデオファイルを再生できますが、ffplayvlcはビデオファイルを終了できません。
以下は私のvlc設定の一部です。

ここに画像の説明を入力してください。 ここに画像の説明を入力してください。 ここに画像の説明を入力してください。

マイコンピュータのVLCは、ビデオファイルを開くと自動的に終了します。どうしたの?紛失したパッケージはありますか?
確認するには?

dpkg -l | grep vlc
ii  browser-plugin-vlc                    2.0.6-4                              amd64        multimedia plugin for web browsers based on VLC
ii  libvlc-dev                            2.2.6-1~deb8u1                       amd64        development files for libvlc
ii  libvlc5                               2.2.6-1~deb8u1                       amd64        multimedia player and streamer library
ii  libvlccore-dev                        2.2.6-1~deb8u1                       amd64        development files for libvlccore
ii  libvlccore8                           2.2.6-1~deb8u1                       amd64        base library for VLC and its modules
ii  vlc                                   2.2.6-1~deb8u1                       amd64        multimedia player and streamer
ii  vlc-data                              2.2.6-1~deb8u1                       all          Common data for VLC
ii  vlc-nox                               2.2.6-1~deb8u1                       amd64        multimedia player and streamer (without X support)
ii  vlc-plugin-notify                     2.2.6-1~deb8u1                       amd64        LibNotify plugin for VLC
ii  vlc-plugin-pulse                      2.2.6-1~deb8u1                       all          transitional dummy package for vlc
ii  vlc-plugin-samba                      2.2.6-1~deb8u1                       amd64        Samba plugin for VLC

ここに画像の説明を入力してください。 ここに画像の説明を入力してください。 ここに画像の説明を入力してください。 ここに画像の説明を入力してください。

cvlc test.mp4
VLC media player 2.2.6 Umbrella (revision 2.2.6-0-g1aae78981c)
[00000000025bbb08] dummy interface: using the dummy interface module...
Segmentation fault
uname -a
Linux MiWiFi 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26) x86_64 GNU/Linux

私のコンピュータで次の3つのコマンドを実行しても機能しませんでした。

sudo /usr/lib/vlc/vlc-cache-gen -f usr/lib/vlc/plugins
sudo apt-get update
sudo apt-get install --reinstall vlc

Smplayerもインストールされていますが、どちらもビデオを再生できない場合、smplayerの出力エラーは次のとおりです。

MPlayer2 2.0-728-g2c378c7-4+b1(C) 2000-2012 MPlayer チーム端末タイプ「不明」が定義されていません。

Playing /home/debian8/test.mp4.
Cache size set to 2048 KiB

Cache fill:  0.00% (0 bytes)   
Detected file format: QuickTime / MOV (libavformat)


MPlayer interrupted by signal 11 in module: demux_open
ID_SIGNAL=11
- MPlayer crashed by bad usage of CPU/FPU/RAM.
  Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
  disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
  won't help unless you provide this information when reporting a possible bug.

ベストアンサー1

この質問は、この問題を引き起こす可能性があるいくつかの問題を思い出させます。

1) VLCでビデオが有効になっていますか?

  • ツール - >基本設定 - >ビデオタブ
  • ビデオの有効化ボックスが選択されていることを確認し、有効にしていない場合は有効にします。
  • Windowdesignations が選択されていることを確認します。そうでない場合。
  • 出力ドロップダウンメニューをX11ビデオ出力(XCB)に設定します。

2)急流からビデオファイルをダウンロードすると、100%間違ったダウンロードが表示され、ファイルが破損して再生できないことがあります。

3) mplayerでも映像が再生されない場合は、別の映像ファイルを確認してみてください。

4) VLCを再インストールすると問題が発生する場合があります。以下をお勧めします。

sudo apt-get update
sudo apt-get remove --purge vlc
sudo apt-get install vlc

5) ツール->基本設定->コーデックで入力/コーデック、"ハードウェアアクセラレーションデコード"が"無効"の場合は"自動"で編集します。

おすすめ記事