LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-29-2023, 07:52 AM   #1
Matthew Wai
Member
 
Registered: Jul 2019
Location: China
Distribution: UnionTech OS Desktop Home (64-bit)
Posts: 200

Rep: Reputation: Disabled
How can I play a VCD on Linux?


I have a VCD entitled "SPHERE". On Windows, I can watch it on KMPlayer. However, I cannot watch it on Linux. I installed VLC Player and read the following instructions:
https://www.ubuntugeek.com/ubuntu-ti...lc-player.html

However, by using both method 1 and method 2, I can watch only the one-minute advertisement but not the "01:09:38" movie. How can I watch it on Linux?

Last edited by Matthew Wai; 06-29-2023 at 08:01 AM.
 
Old 06-29-2023, 09:01 AM   #2
uteck
Senior Member
 
Registered: Oct 2003
Location: Elgin,IL,USA
Distribution: Ubuntu based stuff for the most part
Posts: 1,177

Rep: Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501
Try installing Mplayer and use it to play instead of VLC.
 
Old 06-30-2023, 09:41 AM   #3
Matthew Wai
Member
 
Registered: Jul 2019
Location: China
Distribution: UnionTech OS Desktop Home (64-bit)
Posts: 200

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by uteck View Post
Try installing Mplayer and use it to play instead of VLC.
Do you mean the following one?

http://www.mplayerhq.hu/design7/news.html

I need a Debian package.
I have just downloaded "MPlayer-1.5.tar.xz", but I don't know how to use it.

Last edited by Matthew Wai; 06-30-2023 at 09:43 AM.
 
Old 06-30-2023, 09:46 AM   #4
uteck
Senior Member
 
Registered: Oct 2003
Location: Elgin,IL,USA
Distribution: Ubuntu based stuff for the most part
Posts: 1,177

Rep: Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501
You should be able to install mplayer from the normal Debian repos.
Did you even scroll down to read the link you posted?
Quote:
2021-04-03, Saturday :: MPlayer Debian Packages
posted by ib

We are proud to announce that we offer some ready-to-use Debian packages now.

Namely these are a compact and up-to-date MPlayer for some architectures with minimal dependencies and including the GUI variant and our actively maintained skins.
 
Old 07-02-2023, 06:45 AM   #5
Matthew Wai
Member
 
Registered: Jul 2019
Location: China
Distribution: UnionTech OS Desktop Home (64-bit)
Posts: 200

Original Poster
Rep: Reputation: Disabled
@uteck
I have installed SMPlayer. Whenever I try to play a VCD, I will see the error shown in the attached image.

Code:
/opt/apps/info.smplayer.smplayer/files/usr/bin/mpv --no-quiet --terminal --no-msg-color --input-ipc-server=/tmp/smplayer-mpv-2f63 --msg-level=ffmpeg/demuxer=error --video-rotate=no --no-config --no-fs --hwdec=no --sub-auto=fuzzy --no-input-default-bindings --input-vo-keyboard=no --no-input-cursor --cursor-autohide=no --no-keepaspect --wid=75497542 --monitorpixelaspect=1 --osd-level=1 --osd-scale=1 --osd-bar-align-y=0.6 --sub-ass --embeddedfonts --sub-ass-line-spacing=0 --sub-scale=1 --sub-font=Arial --sub-color=#ffffffff --sub-shadow-color=#ff000000 --sub-border-color=#ff000000 --sub-border-size=0.75 --sub-shadow-offset=2.5 --sub-font-size=50 --sub-bold=no --sub-italic=no --sub-margin-y=8 --sub-margin-x=20 --sub-codepage=ISO-8859-1 --sub-pos=100 --volume=55 --cdrom-device=/dev/cdrom --cache=auto --screenshot-template=cap_%F_%p_%02n --screenshot-format=jpg --screenshot-directory=/home/Matthew_Wai/Pictures/smplayer_screenshots --audio-pitch-correction=yes --volume-max=110 --term-playing-msg=MPV_VERSION=${=mpv-version:}
INFO_VIDEO_WIDTH=${=width}
INFO_VIDEO_HEIGHT=${=height}
INFO_VIDEO_ASPECT=${=video-params/aspect}
INFO_VIDEO_FPS=${=container-fps:${=fps}}
INFO_VIDEO_FORMAT=${=video-format}
INFO_VIDEO_CODEC=${=video-codec}
INFO_DEMUX_ROTATION=${=track-list/0/demux-rotation}
INFO_AUDIO_FORMAT=${=audio-codec-name}
INFO_AUDIO_CODEC=${=audio-codec}
INFO_AUDIO_RATE=${=audio-params/samplerate}
INFO_AUDIO_NCH=${=audio-params/channel-count}
INFO_LENGTH=${=duration:${=length}}
INFO_DEMUXER=${=current-demuxer:${=demuxer}}
INFO_SEEKABLE=${=seekable}
INFO_TITLES=${=disc-titles}
INFO_CHAPTERS=${=chapters}
INFO_TRACKS_COUNT=${=track-list/count}
METADATA_TITLE=${metadata/by-key/title:}
METADATA_ARTIST=${metadata/by-key/artist:}
METADATA_ALBUM=${metadata/by-key/album:}
METADATA_GENRE=${metadata/by-key/genre:}
METADATA_DATE=${metadata/by-key/date:}
METADATA_TRACK=${metadata/by-key/track:}
METADATA_COPYRIGHT=${metadata/by-key/copyright:}
INFO_MEDIA_TITLE=${=media-title:}
INFO_STREAM_PATH=${stream-path}
 --audio-client-name=SMPlayer --term-status-msg=STATUS: ${=time-pos} / ${=duration:${=length:0}} P: ${=pause} B: ${=paused-for-cache} I: ${=core-idle} VB: ${=video-bitrate:0} AB: ${=audio-bitrate:0} vcd://2

No protocol handler found to open URL vcd://2
The protocol is either unsupported, or was disabled at compile-time.
Exiting... (Errors when loading file)
Attached Thumbnails
Click image for larger version

Name:	Error.jpg
Views:	8
Size:	63.8 KB
ID:	41272  
 
Old 07-03-2023, 01:11 AM   #6
Beazy12
LQ Newbie
 
Registered: Jun 2023
Posts: 1

Rep: Reputation: 0
Install "restricted-extras" and test if it works with it.

Alternatively, I would try the VLC player.
 
Old 07-03-2023, 06:35 AM   #7
Matthew Wai
Member
 
Registered: Jul 2019
Location: China
Distribution: UnionTech OS Desktop Home (64-bit)
Posts: 200

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Beazy12 View Post
Alternatively, I would try the VLC player.
I have already tried it. See: https://forums.linuxmint.com/viewtopic.php?t=399320
 
Old 07-04-2023, 04:08 PM   #8
uteck
Senior Member
 
Registered: Oct 2003
Location: Elgin,IL,USA
Distribution: Ubuntu based stuff for the most part
Posts: 1,177

Rep: Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501
Since you watch a minute of the video, the system is seeing it, but the player is getting confused by the chapters it seems.
In the past I have had good luck with the xine player for watching DVDs, so trying that player may work better.
 
Old 07-04-2023, 05:41 PM   #9
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,244

Rep: Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322
The VCD will have a large file with a .dat extension. That's the movie in MPEG format. You just play that directly.
 
1 members found this post helpful.
Old 07-04-2023, 06:04 PM   #10
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,389

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
What dugan said. VLC should be able to open it as a disc, dunno why it's not, but since it's not, just open the disc with a file manager and play the big DAT file with vlc (or anything).
 
Old 07-05-2023, 06:02 AM   #11
Matthew Wai
Member
 
Registered: Jul 2019
Location: China
Distribution: UnionTech OS Desktop Home (64-bit)
Posts: 200

Original Poster
Rep: Reputation: Disabled
@uteck, @dugan, @enigma9o7,

Someone on Linux Mint Forums has provided the solution. See below:
https://forums.linuxmint.com/viewtopic.php?t=399320
 
Old 07-05-2023, 06:06 AM   #12
Matthew Wai
Member
 
Registered: Jul 2019
Location: China
Distribution: UnionTech OS Desktop Home (64-bit)
Posts: 200

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by dugan View Post
The VCD will have a large file with a .dat extension. That's the movie in MPEG format. You just play that directly.
No, the DAT files cannot be played directly.
 
Old 07-05-2023, 06:07 AM   #13
Matthew Wai
Member
 
Registered: Jul 2019
Location: China
Distribution: UnionTech OS Desktop Home (64-bit)
Posts: 200

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by enigma9o7 View Post
What dugan said. VLC should be able to open it as a disc, dunno why it's not, but since it's not, just open the disc with a file manager and play the big DAT file with vlc (or anything).
No, the DAT files cannot be opened with any media players.
 
Old 07-05-2023, 06:15 AM   #14
Matthew Wai
Member
 
Registered: Jul 2019
Location: China
Distribution: UnionTech OS Desktop Home (64-bit)
Posts: 200

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by uteck View Post
Since you watch a minute of the video, the system is seeing it, but the player is getting confused by the chapters it seems.
The player will play the next chapter, i.e. the movie "SPHERE", only if the user has manually selected the corresponding "Title" after clicking on "Playback" on the toolbar. That is the solution provided by a member on Linux Mint Forums.
 
Old 07-05-2023, 08:20 AM   #15
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,244

Rep: Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322
Quote:
Originally Posted by Matthew Wai View Post
No, the DAT files cannot be opened with any media players.
Eh?

Can you post a screenshot?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to use vlc vcd://2 on a mounted .iso file of a VCD? snap5539 Linux - Software 1 08-07-2022 01:15 PM
Xine - can't play VCD jazzdude Linux - Software 4 10-21-2006 06:47 PM
xine: vcd eject button pressed BUT still VCD does not goes out.. ic_torres Linux - Hardware 2 12-02-2005 02:03 AM
Can't play VCD on Mandrake 10.0 neranjana Linux - Software 3 05-03-2005 09:43 PM
Can Xine play S(uper)VCD ? tho_x_tran Linux - Software 2 12-29-2003 12:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration