WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: dvd trouble shooting  (Read 1715 times)

Offline Nate_the_great

  • Newbie
  • *
  • Posts: 7
dvd trouble shooting
« on: August 22, 2020, 08:07:15 PM »
i'm having a bit of trouble playing dvds with mplayer. vlc wont even load
  output of uname -a: linux box 5.4.3-tinycore #2020 SMP tue dec 17 17:00 i686 GNU/Linux
I have mplayer 1.4-9.2.0 with the standard codecs plus i compiled libdvdcss

so when I do mplayer dvd://01 it will be able to decrypt the dvd but it only finds the video stream and no audio. A new terminal will show for a few fractions of a second and then nothing.

here is the output:
Code: [Select]
playing dvd://01
there are 74 titles on this DVD
there are one angles on this dvd

libdvdread: Attempting to retrive all CSS keys
libdvdread: This can take a_long_time, please be patient

I won't retype the boring output from libdvdread but suffice to say it seems to get a bunch of keys for a folder called /video_ts on the DVD

Code: [Select]
MPEG-PS file format detected
MPEG: no audio stream found -> no sound
VIDEO: MPEG@ 720x480 (aspect3) 29.970 fps 8000.o kbs (1000,0 kbyte/s)
could not find a UTF-8 locale,
character keys beyond Latin-1 will not be handled
Xlib: extension " XFree86-VidModeExtension" missing on display "0.0".
Failed to open VDPAU b ackend libvdpau_nvidia.so: cannot open shared object file:
no such file or directory
[vdpau] Error when calling vdp_device_create_x11: 1
Xlib: extension "XVideo" missing on display "o.o"
[VO_XV] Sorry Xv not supported by this X11 version/driver
[VO_XV] ******** Try with -vo x11 or vo sdl *********
[gl] no GLX support present
========================================
Opening video decoder [ffmpeg] FFmpeg's libavcodec family
libavcodec v ersion 58.51.100 ( external)
mismatching header version 58.51.100
selected video codec: [ffmpeg2] vfm: ffmpeg (FFmpeg MPEG@)
==============================================
audio: no sound
starting playback
try appending the scale filter to your filter list,
eg  -vf spp,scale instead of -vf spp.
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect
VO: [x11] 720x480-> 854x480 Planar YV12
[swscaler @ oxb77dad80] bicubic scaler, from yuv420p to bgra using MMXEXT
[swscaler @ 0xb77dad80] using unscaled yuv420p -> bgra special converter
[ mpeg2video @ 0xb6ad6f00] ac0tex damaged at 18 22
[mpeg2video @ 0xb6ad6f00] Warning MVs not available
[mpeg2video @ 0xb6ad6f00] concealing 360 DC, 360 AC, 360 MV errors in I frame
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect
VO: [x11] 720x480 => 854x480 Planar YV12
V: 0.3 2/ 2 ??% ??% ??,?% 00

i'm not asking for some one to just hand me the answer. A point in the right direction would be nice
obvs I can just rip the dvd but i'd like to save hard drive space


on a side note: if any one knows how to copy and paste from term to firefox I would greatly appreciate that knowledge. also how come after i compile and install a program, it disapears after re-start??

    [EDIT]: Added code tags.  Rich
« Last Edit: August 22, 2020, 08:21:08 PM by Rich »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: dvd trouble shooting
« Reply #1 on: August 22, 2020, 08:37:28 PM »
Hi Nate_the_great
Welcome to the forum.

... so when I do mplayer dvd://01 it will be able to decrypt the dvd but it only finds the video stream and no audio.  ...
I've never used mplayer, but don't you also need to set up sound too? Here's a link on setting up  ALSA:
http://forum.tinycorelinux.net/index.php/topic,22145.msg138620.html#msg138620

Quote
... on a side note: if any one knows how to copy and paste from term to firefox ...
You can highlight the text in the terminal by holding down the left mouse button and dragging the mouse. Then center click the mouse
over the target to paste to.

Or you can redirect the output of the command to a file:
Code: [Select]
mplayer whatever > mp.txt 2>&1Now you can copy and paste from the file.

Quote
... also how come after i compile and install a program, it disapears after re-start??
Because Tinycore rebuilds the file system every time it boots. You need to learn about persistence. Here is some material
for you to learn more about how Tinycore works:
http://distro.ibiblio.org/tinycorelinux/architecture.html
http://tinycorelinux.net/corebook.pdf
http://tinycorelinux.net/faq.html
http://wiki.tinycorelinux.net/doku.php?id=wiki:start
« Last Edit: October 27, 2022, 06:40:00 PM by Rich »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: dvd trouble shooting
« Reply #2 on: August 22, 2020, 08:41:44 PM »
Hi Nate_the_great
Please use  Code Tags  when posting commands and responses seen in a terminal. To use  Code Tags  click on the  #  icon
above the reply box and paste your text between the  Code Tags  as shown in this example:

Quote
[code][   36.176529] pcm512x 1-004d: Failed to get supply 'AVDD': -517
[   36.176536] pcm512x 1-004d: Failed to get supplies: -517
[   36.191753] pcm512x 1-004d: Failed to get supply 'AVDD': -517[/code]

It will appear like this in your post:
Code: [Select]
[   36.176529] pcm512x 1-004d: Failed to get supply 'AVDD': -517
[   36.176536] pcm512x 1-004d: Failed to get supplies: -517
[   36.191753] pcm512x 1-004d: Failed to get supply 'AVDD': -517

Code Tags  serve as visual markers between what you are trying to say and the information you are posting. They also preserve
spacing so column aligned data displays properly.

Offline Sashank999

  • Sr. Member
  • ****
  • Posts: 388
Re: dvd trouble shooting
« Reply #3 on: August 22, 2020, 08:44:59 PM »
TL;DR
Tiny Core is just like a "Live Linux CD"(This is called "Persistence" as Rich said). And it stays the same even when you install it on a HDD. You could create a personal tcz if the files you want to save are big(create a tcz for even new programs you want to install). If they are small, add them to /etc/sysconfig/tcedir/filetool.lst so that they get backed up on every shutdown or reboot.

"How to create a tcz ?"
Answer here : http://forum.tinycorelinux.net/index.php/topic,23919.msg150539.html#msg150539 .

Offline Nate_the_great

  • Newbie
  • *
  • Posts: 7
Re: dvd trouble shooting
« Reply #4 on: August 23, 2020, 10:06:32 PM »
thank you  every one.
I will pay attention to how I format my posts.