More testing for VLC 3.0.5?

Message
Author
User avatar
Eadwine Rose
Administrator
Posts: 11895
Joined: Wed Jul 12, 2006 2:10 am

Re: More testing for VLC 3.0.5?

#21 Post by Eadwine Rose »

I upgraded ffmpeg:

Code: Select all

ffmpeg (version 7:3.3.4-1mx17+2) will be upgraded to version 7:4.0.3-1~mx17+2
libavdevice58 (version 7:4.0.3-1~mx17+2) will be installed
libavfilter7 (version 7:4.0.3-1~mx17+2) will be installed
libavresample4 (version 7:4.0.3-1~mx17+2) will be installed
libpostproc55 (version 7:4.0.3-1~mx17+2) will be installed
libvidstab1.1 (version 1.1.0-2~mx17+1) will be installed

Automatic gives this:

Code: Select all

$ vlc Stream3_AV1_720p_3.9mbps.webm 
VLC media player 3.0.5 Vetinari (revision 3.0.5-1-0-g653c0c1ca8)
[00005636d9f1b1a0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00007f5828001310] filesystem stream error: cannot open file /home/eadwine/Stream3_AV1_720p_3.9mbps.webm (No such file or directory)
QObject::~QObject: Timers cannot be stopped from another thread

X11 same result.
MX-23.2_x64 July 31 2023 * 6.1.0-18-amd64 ext4 Xfce 4.18.1 * 8core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 525.147.05 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 860EVO * Samsung S24D330 & P2250 * HP Envy 5030

User avatar
Stevo
Developer
Posts: 12774
Joined: Fri Dec 15, 2006 8:07 pm

Re: More testing for VLC 3.0.5?

#22 Post by Stevo »

That says it can't find the file, no doubt because the terminal is in your home folder and the file is somewhere else. You can always drag and drop the file into the terminal after "vlc" so it gets the full path added--that works around that problem. Plus you don't have to type the darn file name.

User avatar
Eadwine Rose
Administrator
Posts: 11895
Joined: Wed Jul 12, 2006 2:10 am

Re: More testing for VLC 3.0.5?

#23 Post by Eadwine Rose »

I didn't notice the change, doofus me..

The output is still the same though:

automatic:

Code: Select all

eadwine@eadwine-mx18:~/Documents
$ vlc Stream3_AV1_720p_3.9mbps.webm 
VLC media player 3.0.5 Vetinari (revision 3.0.5-1-0-g653c0c1ca8)
[00005601f52321a0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00007eff90002a10] egl_x11 gl error: cannot select OpenGL API
QObject::~QObject: Timers cannot be stopped from another thread

X11:

Code: Select all

eadwine@eadwine-mx18:~/Documents
$ vlc Stream3_AV1_720p_3.9mbps.webm 
VLC media player 3.0.5 Vetinari (revision 3.0.5-1-0-g653c0c1ca8)
[0000560b1d3f71a0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.

Ahhh well. :)
MX-23.2_x64 July 31 2023 * 6.1.0-18-amd64 ext4 Xfce 4.18.1 * 8core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 525.147.05 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 860EVO * Samsung S24D330 & P2250 * HP Envy 5030

User avatar
timkb4cq
Developer
Posts: 3186
Joined: Wed Jul 12, 2006 4:05 pm

Re: More testing for VLC 3.0.5?

#24 Post by timkb4cq »

Big Buck Bunny refuses to play in vlc on my nvidia graphics box, stopping after 2 seconds like Eadwine's does.
It plays just fine with mplayer, mpv, Kaffeine and ffplay, so it's a vlc thing.
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB

User avatar
Eadwine Rose
Administrator
Posts: 11895
Joined: Wed Jul 12, 2006 2:10 am

Re: More testing for VLC 3.0.5?

#25 Post by Eadwine Rose »

Tried with mplayer and mpv here, and yes I am in the right spot. I had Terminal autocomplete the Stream3 bit.

Code: Select all

eadwine@eadwine-mx18:~/Documents
$ mplayer Stream3_AV1_720p_3.9mbps.webm 
MPlayer 1.3.0 (Debian), built with gcc-6.2.1 (C) 2000-2016 MPlayer Team
do_connect: could not connect to socket
connect: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing Stream3_AV1_720p_3.9mbps.webm.
libavformat version 57.71.100 (external)
Mismatching header version 57.56.100
libavformat file format detected.
[lavf] stream 0: video (unknown), -vid 0
VIDEO:  [AV01]  1280x720  0bpp  25.000 fps    0.0 kbps ( 0.0 kbyte/s)
==========================================================================
Cannot find codec matching selected -vo and video format 0x31305641.
==========================================================================
No stream found.


Exiting... (End of file)
eadwine@eadwine-mx18:~/Documents
$ mpv Stream3_AV1_720p_3.9mbps.webm 
Playing: Stream3_AV1_720p_3.9mbps.webm
[mkv] Unknown/unsupported CodecID (V_AV1) or missing/bad CodecPrivate data (track 1).
 (+) Video --vid=1 (*) ( 1280x720)
Failed to initialize a video decoder for codec ''.
Video: no video
No video or audio streams selected.


Exiting... (Errors when loading file)

mpv is playing an mp4 file just peachy, just like VLC is.
It looks like a codec issue.
MX-23.2_x64 July 31 2023 * 6.1.0-18-amd64 ext4 Xfce 4.18.1 * 8core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 525.147.05 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 860EVO * Samsung S24D330 & P2250 * HP Envy 5030

r3trospect
Posts: 3
Joined: Thu Dec 13, 2018 5:13 pm

Re: More testing for VLC 3.0.5?

#26 Post by r3trospect »

timkb4cq wrote: Tue Jan 08, 2019 4:26 pm Big Buck Bunny refuses to play in vlc on my nvidia graphics box, stopping after 2 seconds like Eadwine's does.
It plays just fine with mplayer, mpv, Kaffeine and ffplay, so it's a vlc thing.
Same here, I'll stop using this for the mean time.

User avatar
asqwerth
Developer
Posts: 7211
Joined: Sun May 27, 2007 5:37 am

Re: More testing for VLC 3.0.5?

#27 Post by asqwerth »

r3trospect wrote: Tue Jan 15, 2019 3:30 pm Same here, I'll stop using this for the mean time.
Do you have Nvidia graphics? I noticed that Tim and Eadwine both do.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

User avatar
Stevo
Developer
Posts: 12774
Joined: Fri Dec 15, 2006 8:07 pm

Re: More testing for VLC 3.0.5?

#28 Post by Stevo »

We've also updated to 3.0.6 in the main repo, so this thread for 3.0.5 has reached end-of-life.

User avatar
Stevo
Developer
Posts: 12774
Joined: Fri Dec 15, 2006 8:07 pm

Re: More testing for VLC 3.0.5?

#29 Post by Stevo »

Big Buck Bunny is encoded in HEVC (h.265), not AV1, on that Elecard download link.

r3trospect
Posts: 3
Joined: Thu Dec 13, 2018 5:13 pm

Re: More testing for VLC 3.0.5?

#30 Post by r3trospect »

asqwerth wrote: Tue Jan 15, 2019 3:35 pm
r3trospect wrote: Tue Jan 15, 2019 3:30 pm Same here, I'll stop using this for the mean time.
Do you have Nvidia graphics? I noticed that Tim and Eadwine both do.
Yes I do, MSI 1060 GTX 3gb.

Post Reply

Return to “General”