Re: Can't play .mov video -

2018-10-21 Thread Stephen Morris

On 16/10/18 3:25 pm, Ed Greshko wrote:

On 10/16/18 12:05 PM, Samuel Sieb wrote:

Ok, so it tries the DVD first and then falls back to playing whatever it finds. 
 I've
never tried that before.

Yeah, I hadn't tried that before either.  I was a bit surprised.


And/or maybe just "file *" in the directory?

[egreshko@meimei tippy]$ file *
20181016_113143.mp4: ISO Media, MP4 v2 [ISO 14496-14]
output_file.mov: ISO Media, Apple QuickTime movie, Apple QuickTime (.MOV/QT)

I suppose that's useful to verify that it really is a .mov file, but my point 
is to find
out what codecs are being used.


Good point.


I tried a .move file that was a video I took with my digital movie 
camera, using both vlc and cvlc (which I think came from negativo17) and 
the movie played fine but the audio was garbled. I couldn't test the 
video in mplayer as the install of that wanted to remove a whole host of 
files that I didn't want removed, including vlc. I did try the video 
with what I think is Totem Movie Player (at least that is what the 
manual indicates when I select help from the menu) and both the movie 
and audio played fine.


The ffprobe output is below if that is useful.


bash-4.4$ ffprobe '/mnt/nfs/Single Videos/FILE0004.MOV'
ffprobe version 4.0.2 Copyright (c) 2007-2018 the FFmpeg developers
  built with gcc 8 (GCC)
  configuration: --arch=x86_64 --bindir=/usr/bin 
--datadir=/usr/share/ffmpeg --disable-debug --disable-static 
--disable-stripping --enable-alsa --enable-avfilter --enable-avresample 
--enable-bzlib --enable-decklink --enable-doc --enable-fontconfig 
--enable-frei0r --enable-gnutls --enable-gpl --enable-iconv 
--enable-libass --enable-libbluray --enable-libcdio --enable-libdc1394 
--enable-libdrm --enable-libfdk-aac --enable-libfreetype 
--enable-libfribidi --enable-libgme --enable-libgsm --enable-libilbc 
--enable-libkvazaar --enable-libmfx --enable-libmp3lame 
--enable-libopencore-amrnb --enable-libopencore-amrwb 
--enable-libopenh264 --enable-libopenjpeg --enable-libopus 
--enable-libpulse --enable-librsvg --enable-librtmp 
--enable-librubberband --enable-libsnappy --enable-libsoxr 
--enable-libspeex --enable-libssh --enable-libtesseract 
--enable-libtheora --enable-libtwolame --enable-libv4l2 
--enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis 
--enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 
--enable-libx265 --enable-libxcb --enable-libxcb-shm 
--enable-libxcb-xfixes --enable-libxcb-shape --enable-libxml2 
--enable-libxvid --enable-libzvbi --enable-lv2 --enable-lzma 
--enable-libndi_newtek --enable-nonfree --enable-openal --enable-opencl 
--enable-opengl --enable-postproc --enable-pthreads --enable-sdl2 
--enable-shared --enable-version3 --enable-xlib --enable-zlib 
--extra-cflags=-I/usr/include/cuda --incdir=/usr/include/ffmpeg 
--libdir=/usr/lib64 --mandir=/usr/share/man --optflags='-O2 -g -pipe 
-Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 
-Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong 
-grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic 
-fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' 
--prefix=/usr --shlibdir=/usr/lib64 --enable-cuda --enable-cuvid 
--enable-libnpp --enable-nvdec --enable-nvenc --enable-runtime-cpudetect

  libavutil  56. 14.100 / 56. 14.100
  libavcodec 58. 18.100 / 58. 18.100
  libavformat    58. 12.100 / 58. 12.100
  libavdevice    58.  3.100 / 58.  3.100
  libavfilter 7. 16.100 /  7. 16.100
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale  5.  1.100 /  5.  1.100
  libswresample   3.  1.100 /  3.  1.100
  libpostproc    55.  1.100 / 55.  1.100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x10d5300] st: 0 edit list: 1 Missing key 
frame while searching for timestamp: 3003
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x10d5300] st: 0 edit list 1 Cannot find an 
index entry before timestamp: 3003.
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/mnt/nfs/Single 
Videos/FILE0004.MOV':

  Metadata:
    major_brand : qt
    minor_version   : 0
    compatible_brands: qt
    creation_time   : 2011-02-14T13:04:35.00Z
  Duration: 00:01:38.00, start: 0.00, bitrate: 9328 kb/s
    Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 
1440x1080 [SAR 4:3 DAR 16:9], 9192 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 
59.94 tbc (default)

    Metadata:
  creation_time   : 2011-02-14T13:04:35.00Z
  handler_name    : Ambarella AVC
  encoder : Ambarella AVC encoder
    Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, 
stereo, fltp, 127 kb/s (default)

    Metadata:
  creation_time   : 2011-02-14T13:04:35.00Z
  handler_name    : Ambarella AAC


regards,

Steve
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 

Re: Can't play .mov video -

2018-10-17 Thread Ed Greshko
On 10/18/18 7:16 AM, Samuel Sieb wrote:
> On 10/17/18 4:07 PM, Ed Greshko wrote:
>> So, I suspect that was it.  "Others", may disagree.   :-) :-)
>
> Well, considering that repacking the exact same video into a different 
> wrapper worked...

Kinda would have to see what the output was of cvlc when the the different 
wrapper worked.

Possibly an issue with the fallback logic of vlc?

In any event, it is working and sometimes that's good enough.  :-)


-- 
Cardinal Rule of Presentations: "Tell them what you are going to tell them, 
tell them,
then tell them what you told them."
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Can't play .mov video -

2018-10-17 Thread Samuel Sieb

On 10/17/18 4:07 PM, Ed Greshko wrote:

So, I suspect that was it.  "Others", may disagree.   :-) :-)


Well, considering that repacking the exact same video into a different 
wrapper worked...

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Can't play .mov video -

2018-10-17 Thread Ed Greshko
On 10/18/18 5:52 AM, Bob Goodwin-Fastmail wrote:
> I dnf installed libva-intel-driver It was not installed since dnf accepted it 
> I assume?
>
> And, to my surprise, today, after this mornings reboot VLC is playing .mov 
> and mp4 files
> as it should have before I queried with my problem. Was it the libva driver? 
> I checked
> after installing it but did not reboot until this morning and qas not able to 
> get back
> to this until this afternoon. 

Well, the libva-intel-driver is

Description  : HW video decode support for Intel integrated graphics.

So, I suspect that was it.  "Others", may disagree.   :-) :-)

At least it is working now.

-- 
Cardinal Rule of Presentations: "Tell them what you are going to tell them, 
tell them,
then tell them what you told them."
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Can't play .mov video -

2018-10-17 Thread Bob Goodwin-Fastmail

On 10/16/18 17:57, Ed Greshko wrote:

I then think the question is

What is the video HW on the F27 versus the F28 system?

Fedora-27:
2018-10-17        lshw

*-display
 description: VGA compatible controller
 product: Xeon E3-1200 v3/4th Gen Core Processor Integrated 
Graphics Controller

 vendor: Intel Corporation
 physical id: 2
 bus info: pci@:00:02.0
 version: 06
 width: 64 bits
 clock: 33MHz
 capabilities: msi pm vga_controller bus_master cap_list rom
 configuration: driver=i915 latency=0
 resources: irq:28 memory:f780-f7bf 
memory:e000-efff ioport:f000(size=64) memory:c-d


Fedora-28:
2018-10-17

*-display
 description: VGA compatible controller
 product: Intel Corporation
 vendor: Intel Corporation
 physical id: 2
 bus info: pci@:00:02.0
 version: 0b
 width: 64 bits
 clock: 33MHz
 capabilities: pciexpress msi pm vga_controller bus_master 
cap_list rom

 configuration: driver=i915 latency=0
 resources: irq:127 memory:9000-90ff 
memory:8000-8fff ioport:f000(size=64) memory:c-d


This F-28 box is connected to a new HP monitor with an hdmi cable, the 
F-27 happens to be connected with a DVI cable.


And, do you have libva-intel-driver installed?

I dnf installed libva-intel-driver It was not installed since dnf 
accepted it I assume?


And, to my surprise, today, after this mornings reboot VLC is playing 
.mov and mp4 files as it should have before I queried with my problem. 
Was it the libva driver? I checked after installing it but did not 
reboot until this morning and qas not able to get back to this until 
this afternoon.


It appears that the problem is solved with some uncertainty about the 
fix ...


Thanks to all for the help,

Bob

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box83  FEDORA-28/64bit LINUX XFCE Fastmail POP3
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Can't play .mov video -

2018-10-16 Thread Samuel Sieb

On 10/16/18 10:59 AM, Bob Goodwin-Fastmail wrote:

VLC on the Fedora 27 plays the same files, this one does not?


What version of vlc do you have on each computer?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Can't play .mov video -

2018-10-16 Thread Samuel Sieb

On 10/16/18 2:57 PM, Ed Greshko wrote:

On 10/17/18 1:59 AM, Bob Goodwin-Fastmail wrote:

libva info: VA-API version 1.1.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib64/dri/i965_drv_video.so
libva info: va_openDriver() returns -1
[7f87d8002b90] glconv_vaapi_drm gl error: vaInitialize: unknown libva error
Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: 
No such
file or directory


I then think the question is

What is the video HW on the F27 versus the F28 system?

And, do you have libva-intel-driver installed?


I'm pretty sure those "errors" are not critical.  It's just trying to 
use libva if possible, but it falls back to other methods if not.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Can't play .mov video -

2018-10-16 Thread Ed Greshko
On 10/17/18 1:59 AM, Bob Goodwin-Fastmail wrote:
> On 10/16/18 07:22, Ed Greshko wrote:
>> Try this instead...
>>
>> cvlc /mnt/box48/2018-06-Jun-15-LUKE-SHEARING-Clippers/IMG_1563.MOV
>>
>> The errors above seem related to the GUI of vlc.
> .
> [bobg@box83 ~]$ cvlc 
> /mnt/box48/2018-06-Jun-15-LUKE-SHEARING-Clippers/IMG_1563.MOV
> VLC media player 3.0.4 Vetinari (revision 3.0.4-0-gf615db6332)
> [5569b315cee0] dummy interface: using the dummy interface module...
> libva info: VA-API version 1.1.0
> libva info: va_getDriverName() returns 0
> libva info: Trying to open /usr/lib64/dri/i965_drv_video.so
> libva info: va_openDriver() returns -1
> [7f87d8002b90] glconv_vaapi_x11 gl error: vaInitialize: unknown libva 
> error
> libva info: VA-API version 1.1.0
> libva info: va_getDriverName() returns 0
> libva info: Trying to open /usr/lib64/dri/i965_drv_video.so
> libva info: va_openDriver() returns -1
> [7f87d8002b90] glconv_vaapi_drm gl error: vaInitialize: unknown libva 
> error
> libva info: VA-API version 1.1.0
> libva info: va_getDriverName() returns 0
> libva info: Trying to open /usr/lib64/dri/i965_drv_video.so
> libva info: va_openDriver() returns -1
> [7f87d8002b90] glconv_vaapi_drm gl error: vaInitialize: unknown libva 
> error
> Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object 
> file: No such
> file or directory
>
>
> I tried dnf installing qt5, and removed it. DNF removed and re-installed VLC 
> per
> instructions on their web page. Nothing I've tried has fixed the problem.

I would not be concerned with the GUI related issues.

>
> VLC on the Fedora 27 plays the same files, this one does not?

I then think the question is

What is the video HW on the F27 versus the F28 system?

And, do you have libva-intel-driver installed?


-- 
Cardinal Rule of Presentations: "Tell them what you are going to tell them, 
tell them,
then tell them what you told them."
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Can't play .mov video

2018-10-16 Thread Samuel Sieb

On 10/16/18 12:31 PM, Bob Goodwin-Fastmail wrote:

On 10/16/18 14:19, Samuel Sieb wrote:


Try running:
ffmpeg -i 
'/mnt/box48/2018-06-Jun-15-LUKE-SHEARING-Clippers/IMG_1563.MOV' -map 
0:0 -map 0:1 -c copy ~/testoutput.mp4
(Change the output file as necessary, but make sure it has an .mp4 
extension.)

See if that file will play.

.
so I did:  [bobg@box83 ~]$ ffmpeg -i 
'/mnt/box48/2018-ELLA-DANCE/finalVideo.MP4' -map 0:0 -map 0:1 -c copy 
~/testoutput.mp4


and that plays when I do: $ vlc testoutput.mp4

However, mp4's did play before /i/ began this exercise, now when I try 
to open the original file from Thunar nothing seems to happen ...


What that command did was repackage the content into an mp4 container 
and remove those two unrecognized streams.  There was no re-encoding 
involved.  It's the exact same video bitstream as the original file. 
Something about those extra streams is causing a problem with the 
players.  You can run that process on all the files you're having 
trouble with.  I often do the same thing to get files to play on a 
Chromecast.  It won't play .mkv files even though the content is exactly 
the same as the resulting .mp4 file that does play.


In future, ask whoever is sending these videos to you to turn off hevc 
on their camera app.

_

.
The other file format you mention is probably one of these: 
/mnt/box48/2018-05-MAY-12-ELLA-SCARLETT/IMG_7557.HEIC


J believe that is an alternate for jpeg and we have avoided using it so 
far.


It applies to video as well.  Although in your case, you do still have 
the h264 stream.  Maybe it has both or maybe there was a conversion done 
somewhere along the line.  See the following link for a description of 
your problem on Macs:

https://discussions.apple.com/thread/8247531
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Can't play .mov video

2018-10-16 Thread Bob Goodwin-Fastmail

On 10/16/18 14:19, Samuel Sieb wrote:


Try running:
ffmpeg -i 
'/mnt/box48/2018-06-Jun-15-LUKE-SHEARING-Clippers/IMG_1563.MOV' -map 
0:0 -map 0:1 -c copy ~/testoutput.mp4
(Change the output file as necessary, but make sure it has an .mp4 
extension.)

See if that file will play.

.
so I did:  [bobg@box83 ~]$ ffmpeg -i 
'/mnt/box48/2018-ELLA-DANCE/finalVideo.MP4' -map 0:0 -map 0:1 -c copy 
~/testoutput.mp4


and that plays when I do: $ vlc testoutput.mp4

However, mp4's did play before /i/ began this exercise, now when I try 
to open the original file from Thunar nothing seems to happen ...



In future, ask whoever is sending these videos to you to turn off hevc 
on their camera app.

_

.
The other file format you mention is probably one of these: 
/mnt/box48/2018-05-MAY-12-ELLA-SCARLETT/IMG_7557.HEIC


J believe that is an alternate for jpeg and we have avoided using it so far.

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box83  FEDORA-28/64bit LINUX XFCE Fastmail POP3
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Can't play .mov video

2018-10-16 Thread Samuel Sieb

On 10/16/18 10:59 AM, Bob Goodwin-Fastmail wrote:

On 10/16/18 07:22, Ed Greshko wrote:

Also, do as Samuel suggested.

ffprobe /mnt/box48/2018-06-Jun-15-LUKE-SHEARING-Clippers/IMG_1563.MOV

.
[bobg@box83 ~]$ ffprobe 
/mnt/box48/2018-06-Jun-15-LUKE-SHEARING-Clippers/IMG_1563.MOV
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 
'/mnt/box48/2018-06-Jun-15-LUKE-SHEARING-Clippers/IMG_1563.MOV':

   Metadata:
     com.apple.quicktime.make: Apple
     com.apple.quicktime.model: iPhone X
     com.apple.quicktime.software: 11.3.1


New iOS has a new proprietary compression format for pictures and video.


   Duration: 00:00:46.02, start: 0.00, bitrate: 23273 kb/s
     Stream #0:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, 
mono, fltp, 96 kb/s (default)

     Metadata:
   creation_time   : 2018-06-15T15:18:32.00Z
   handler_name    : Core Media Data Handler
     Stream #0:1(und): Video: h264 (High) (avc1 / 0x31637661), 
yuv420p(tv, bt709), 1920x1080, 23167 kb/s, 59.99 fps, 60 tbr, 600 tbn, 
1200 tbc (default)

     Metadata:
   creation_time   : 2018-06-15T15:18:32.00Z
   handler_name    : Core Media Data Handler
   encoder : H.264


It looks like it has compressed using h264.


     Stream #0:2(und): Data: none (mebx / 0x7862656D), 0 kb/s (default)
     Metadata:
   creation_time   : 2018-06-15T15:18:32.00Z
   handler_name    : Core Media Data Handler
     Stream #0:3(und): Data: none (mebx / 0x7862656D), 0 kb/s (default)
     Metadata:
   creation_time   : 2018-06-15T15:18:32.00Z
   handler_name    : Core Media Data Handler
Unsupported codec with id 0 for input stream 2
Unsupported codec with id 0 for input stream 3


But it also has this.

I tried dnf installing qt5, and removed it. DNF removed and re-installed 
VLC per instructions on their web page. Nothing I've tried has fixed the 
problem.


The ui warnings are irrelevant.


VLC on the Fedora 27 plays the same files, this one does not?


That is interesting.

Try running:
ffmpeg -i 
'/mnt/box48/2018-06-Jun-15-LUKE-SHEARING-Clippers/IMG_1563.MOV' -map 0:0 
-map 0:1 -c copy ~/testoutput.mp4
(Change the output file as necessary, but make sure it has an .mp4 
extension.)

See if that file will play.

In future, ask whoever is sending these videos to you to turn off hevc 
on their camera app.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Can't play .mov video -

2018-10-16 Thread Bob Goodwin-Fastmail

On 10/16/18 07:22, Ed Greshko wrote:

Try this instead...

cvlc /mnt/box48/2018-06-Jun-15-LUKE-SHEARING-Clippers/IMG_1563.MOV

The errors above seem related to the GUI of vlc.

.
[bobg@box83 ~]$ cvlc 
/mnt/box48/2018-06-Jun-15-LUKE-SHEARING-Clippers/IMG_1563.MOV

VLC media player 3.0.4 Vetinari (revision 3.0.4-0-gf615db6332)
[5569b315cee0] dummy interface: using the dummy interface module...
libva info: VA-API version 1.1.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib64/dri/i965_drv_video.so
libva info: va_openDriver() returns -1
[7f87d8002b90] glconv_vaapi_x11 gl error: vaInitialize: unknown 
libva error

libva info: VA-API version 1.1.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib64/dri/i965_drv_video.so
libva info: va_openDriver() returns -1
[7f87d8002b90] glconv_vaapi_drm gl error: vaInitialize: unknown 
libva error

libva info: VA-API version 1.1.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib64/dri/i965_drv_video.so
libva info: va_openDriver() returns -1
[7f87d8002b90] glconv_vaapi_drm gl error: vaInitialize: unknown 
libva error
Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared 
object file: No such file or directory


Also, do as Samuel suggested.

ffprobe /mnt/box48/2018-06-Jun-15-LUKE-SHEARING-Clippers/IMG_1563.MOV

.
[bobg@box83 ~]$ ffprobe 
/mnt/box48/2018-06-Jun-15-LUKE-SHEARING-Clippers/IMG_1563.MOV

ffprobe version 4.0.2 Copyright (c) 2007-2018 the FFmpeg developers
  built with gcc 8 (GCC)
  configuration: --prefix=/usr --bindir=/usr/bin 
--datadir=/usr/share/ffmpeg --docdir=/usr/share/doc/ffmpeg 
--incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man 
--arch=x86_64 --optflags='-O2 -g -pipe -Wall -Werror=format-security 
-Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions 
-fstack-protector-strong -grecord-gcc-switches 
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic 
-fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' 
--extra-ldflags='-Wl,-z,relro -Wl,-z,now 
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ' --extra-cflags=' ' 
--enable-libopencore-amrnb --enable-libopencore-amrwb 
--enable-libvo-amrwbenc --enable-version3 --enable-bzlib 
--disable-crystalhd --enable-fontconfig --enable-frei0r --enable-gcrypt 
--enable-gnutls --enable-ladspa --enable-libaom --enable-libass 
--enable-libbluray --enable-libcdio --enable-libdrm --enable-indev=jack 
--enable-libfreetype --enable-libfribidi --enable-libgsm 
--enable-libmp3lame --enable-nvenc --enable-openal --enable-opencl 
--enable-opengl --enable-libopenjpeg --enable-libopus --enable-libpulse 
--enable-librsvg --enable-libsoxr --enable-libspeex --enable-libtheora 
--enable-libvorbis --enable-libv4l2 --enable-libvidstab --enable-libvpx 
--enable-libx264 --enable-libx265 --enable-libxvid --enable-libzvbi 
--enable-avfilter --enable-avresample --enable-postproc 
--enable-pthreads --disable-static --enable-shared --enable-gpl 
--disable-debug --disable-stripping --shlibdir=/usr/lib64 
--enable-libmfx --enable-runtime-cpudetect

  libavutil  56. 14.100 / 56. 14.100
  libavcodec 58. 18.100 / 58. 18.100
  libavformat    58. 12.100 / 58. 12.100
  libavdevice    58.  3.100 / 58.  3.100
  libavfilter 7. 16.100 /  7. 16.100
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale  5.  1.100 /  5.  1.100
  libswresample   3.  1.100 /  3.  1.100
  libpostproc    55.  1.100 / 55.  1.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 
'/mnt/box48/2018-06-Jun-15-LUKE-SHEARING-Clippers/IMG_1563.MOV':

  Metadata:
    major_brand : qt
    minor_version   : 0
    compatible_brands: qt
    creation_time   : 2018-06-15T15:18:32.00Z
    com.apple.quicktime.make: Apple
    com.apple.quicktime.model: iPhone X
    com.apple.quicktime.software: 11.3.1
    com.apple.quicktime.creationdate: 2018-06-15T09:43:33-0400
    com.apple.photos.originating.signature: AToJLWY9rdHrCpFMX518ca+c+Zvo
  Duration: 00:00:46.02, start: 0.00, bitrate: 23273 kb/s
    Stream #0:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, 
mono, fltp, 96 kb/s (default)

    Metadata:
  creation_time   : 2018-06-15T15:18:32.00Z
  handler_name    : Core Media Data Handler
    Stream #0:1(und): Video: h264 (High) (avc1 / 0x31637661), 
yuv420p(tv, bt709), 1920x1080, 23167 kb/s, 59.99 fps, 60 tbr, 600 tbn, 
1200 tbc (default)

    Metadata:
  creation_time   : 2018-06-15T15:18:32.00Z
  handler_name    : Core Media Data Handler
  encoder : H.264
    Stream #0:2(und): Data: none (mebx / 0x7862656D), 0 kb/s (default)
    Metadata:
  creation_time   : 2018-06-15T15:18:32.00Z
  handler_name    : Core Media Data Handler
    Stream #0:3(und): Data: none (mebx / 0x7862656D), 0 kb/s (default)
    Metadata:
  creation_time   : 2018-06-15T15:18:32.00Z
  handler_name    : Core Media Data Handler

Re: Can't play .mov video -

2018-10-16 Thread Ed Greshko
On 10/16/18 6:15 PM, Bob Goodwin-Fastmail wrote:
> On 10/15/18 23:44, Ed Greshko wrote:
>> You're doing vlc on a directory?  How about listing the contents of that 
>> directory?
> +
>
> Sorry I should have gone to bed instead of trying to describe this. Here is 
> what I see
> this morning:
>
> [bobg@box83 ~]$ vlc 
> /mnt/box48/2018-06-Jun-15-LUKE-SHEARING-Clippers/IMG_1563.MOV
> VLC media player 3.0.4 Vetinari (revision 3.0.4-0-gf615db6332)
> [564c11868670] main libvlc: Running vlc with the default interface. Use 
> 'cvlc' to
> use vlc without interface.
>
> (vlc:2931): Gtk-WARNING **: 05:44:14.222: Theme parsing error: gtk.css:27:10: 
> The
> 'engine' property is ignored
>
> (vlc:2931): Gtk-WARNING **: 05:44:14.225: Theme parsing error: gtk.css:29:23: 
> Custom CSS
> properties are no longer supported.
>
> (vlc:2931): Gtk-WARNING **: 05:44:14.225: Theme parsing error: gtk.css:30:22: 
> Custom CSS
> properties are no longer supported.
>
> (vlc:2931): Gtk-WARNING **: 05:44:14.225: Theme parsing error: gtk.css:48:39: 
> The style
> property GtkWidget:focus-line-width is deprecated and shouldn't be used 
> anymore. It will
> be removed in a future version
>
> (vlc:2931): Gtk-WARNING **: 05:44:14.225: Theme parsing error: gtk.css:49:39: 
> The style
> property GtkWidget:focus-padding is deprecated and shouldn't be used anymore. 
> It will be
> removed in a future version
>
> (vlc:2931): Gtk-WARNING **: 05:44:14.225: Theme parsing error: gtk.css:50:39: 
> The style
> property GtkWidget:interior-focus is deprecated and shouldn't be used 
> anymore. It will
> be removed in a future version
>
> (vlc:2931): Gtk-WARNING **: 05:44:14.225: Theme parsing error: gtk.css:51:39: 
> The style
> property GtkWidget:cursor-color is deprecated and shouldn't be used anymore. 
> It will be
> removed in a future version
>
> (vlc:2931): Gtk-WARNING **: 05:44:14.226: Theme parsing error: gtk.css:52:39: 
> The style
> property GtkWidget:secondary-cursor-color is deprecated and shouldn't be used 
> anymore.
> It will be removed in a future version
>
> (vlc:2931): Gtk-WARNING **: 05:44:14.226: Theme parsing error: gtk.css:68:13: 
> The
> :insensitive pseudo-class is deprecated. Use :disabled instead.
>
> (vlc:2931): Gtk-WARNING **: 05:44:14.226: Theme parsing error
> ...  snip  .
>
> These are iPhone camera files my daughter puts on the Samba server, I usually 
> just pick
> the desired file from a Thunar file manager display and tell it to open with 
> VLC.
>>
>

Try this instead...

cvlc /mnt/box48/2018-06-Jun-15-LUKE-SHEARING-Clippers/IMG_1563.MOV

The errors above seem related to the GUI of vlc.

Also, do as Samuel suggested.

ffprobe /mnt/box48/2018-06-Jun-15-LUKE-SHEARING-Clippers/IMG_1563.MOV


-- 
Cardinal Rule of Presentations: "Tell them what you are going to tell them, 
tell them,
then tell them what you told them."
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Can't play .mov video -

2018-10-16 Thread Bob Goodwin-Fastmail

On 10/15/18 23:44, Ed Greshko wrote:

You're doing vlc on a directory?  How about listing the contents of that 
directory?

+

Sorry I should have gone to bed instead of trying to describe this. Here 
is what I see this morning:


[bobg@box83 ~]$ vlc 
/mnt/box48/2018-06-Jun-15-LUKE-SHEARING-Clippers/IMG_1563.MOV

VLC media player 3.0.4 Vetinari (revision 3.0.4-0-gf615db6332)
[564c11868670] main libvlc: Running vlc with the default interface. 
Use 'cvlc' to use vlc without interface.


(vlc:2931): Gtk-WARNING **: 05:44:14.222: Theme parsing error: 
gtk.css:27:10: The 'engine' property is ignored


(vlc:2931): Gtk-WARNING **: 05:44:14.225: Theme parsing error: 
gtk.css:29:23: Custom CSS properties are no longer supported.


(vlc:2931): Gtk-WARNING **: 05:44:14.225: Theme parsing error: 
gtk.css:30:22: Custom CSS properties are no longer supported.


(vlc:2931): Gtk-WARNING **: 05:44:14.225: Theme parsing error: 
gtk.css:48:39: The style property GtkWidget:focus-line-width is 
deprecated and shouldn't be used anymore. It will be removed in a future 
version


(vlc:2931): Gtk-WARNING **: 05:44:14.225: Theme parsing error: 
gtk.css:49:39: The style property GtkWidget:focus-padding is deprecated 
and shouldn't be used anymore. It will be removed in a future version


(vlc:2931): Gtk-WARNING **: 05:44:14.225: Theme parsing error: 
gtk.css:50:39: The style property GtkWidget:interior-focus is deprecated 
and shouldn't be used anymore. It will be removed in a future version


(vlc:2931): Gtk-WARNING **: 05:44:14.225: Theme parsing error: 
gtk.css:51:39: The style property GtkWidget:cursor-color is deprecated 
and shouldn't be used anymore. It will be removed in a future version


(vlc:2931): Gtk-WARNING **: 05:44:14.226: Theme parsing error: 
gtk.css:52:39: The style property GtkWidget:secondary-cursor-color is 
deprecated and shouldn't be used anymore. It will be removed in a future 
version


(vlc:2931): Gtk-WARNING **: 05:44:14.226: Theme parsing error: 
gtk.css:68:13: The :insensitive pseudo-class is deprecated. Use 
:disabled instead.


(vlc:2931): Gtk-WARNING **: 05:44:14.226: Theme parsing error
...  snip  .

These are iPhone camera files my daughter puts on the Samba server, I 
usually just pick the desired file from a Thunar file manager display 
and tell it to open with VLC.




--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-28/64bit LINUX XFCE Fastmail POP3
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Can't play .mov video -

2018-10-15 Thread Ed Greshko
On 10/16/18 12:05 PM, Samuel Sieb wrote:
>
> Ok, so it tries the DVD first and then falls back to playing whatever it 
> finds.  I've
> never tried that before.

Yeah, I hadn't tried that before either.  I was a bit surprised.

>
>> And/or maybe just "file *" in the directory?
>>
>> [egreshko@meimei tippy]$ file *
>> 20181016_113143.mp4: ISO Media, MP4 v2 [ISO 14496-14]
>> output_file.mov: ISO Media, Apple QuickTime movie, Apple QuickTime 
>> (.MOV/QT)
>
> I suppose that's useful to verify that it really is a .mov file, but my point 
> is to find
> out what codecs are being used.
>

Good point.

-- 
Cardinal Rule of Presentations: "Tell them what you are going to tell them, 
tell them,
then tell them what you told them."
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Can't play .mov video -

2018-10-15 Thread Samuel Sieb

On 10/15/18 8:59 PM, Ed Greshko wrote:

All that is true.  But, I will say I copied a .mov and .mp4 file to an empty 
directory and
got the following...


[snip]


So, it played both in sequence.


Ok, so it tries the DVD first and then falls back to playing whatever it 
finds.  I've never tried that before.



And/or maybe just "file *" in the directory?

[egreshko@meimei tippy]$ file *
20181016_113143.mp4: ISO Media, MP4 v2 [ISO 14496-14]
output_file.mov: ISO Media, Apple QuickTime movie, Apple QuickTime (.MOV/QT)


I suppose that's useful to verify that it really is a .mov file, but my 
point is to find out what codecs are being used.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Can't play .mov video -

2018-10-15 Thread Ed Greshko
On 10/16/18 11:48 AM, Samuel Sieb wrote:
> On 10/15/18 8:24 PM, Bob Goodwin-Fastmail wrote:
>> This Fedora 28 VLC will not play the video part of a .mov file. I see the 
>> first frame
>> as a fixed image and the sound works, I hear the music but dancers [my grand 
>> daughter's
>> ballet class] don't move. Another clip that I know plays normally on a 
>> Fedora 27
>> system, but not on this F28 system, produces the following errors:
>>
>> [bobg@box83 ~]$ vlc /mnt/box48/2018-06-Jun-15-LUKE-SHEARING-Clippers/
>
> Why are you telling it to play a directory?  That makes it think you're 
> trying to play a
> DVD.
>
>> VLC media player 3.0.4 Vetinari (revision 3.0.4-0-gf615db6332)
>> [55b0c3eb9670] main libvlc: Running vlc with the default interface. Use 
>> 'cvlc' to
>> use vlc without interface.
>> libdvdnav: Using dvdnav version 6.0.0
>> libdvdread: Encrypted DVD support unavailable.
>> libdvdread: Couldn't find device name.
>> libdvdread:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.IFO failed
>> libdvdread:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.BUP failed
>> libdvdread: Can't open file VIDEO_TS.IFO.
>> libdvdnav: vm: failed to read VIDEO_TS.IFO
>
> All this is it trying to access DVD files, but not finding them.

All that is true.  But, I will say I copied a .mov and .mp4 file to an empty 
directory and
got the following...

[egreshko@meimei Downloads]$ cvlc /home/egreshko/Downloads/tippy/
VLC media player 3.0.4 Vetinari (revision 3.0.4-0-gf615db6332)
libdvdnav: Using dvdnav version 6.0.0
[563bae1f8360] dummy interface: using the dummy interface module...
libdvdread: Couldn't find device name.
libdvdread:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdread:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: failed to read VIDEO_TS.IFO
libdvdnav: Using dvdnav version 6.0.0
libdvdread: Couldn't find device name.
libdvdread:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdread:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: failed to read VIDEO_TS.IFO
[7f0dd0c10920] avcodec decoder: Using NVIDIA VDPAU Driver Shared Library  
396.54  Tue
Aug 14 23:07:45 PDT 2018 for hardware decoding
[7f0dd0c9cf90] avcodec decoder: Using NVIDIA VDPAU Driver Shared Library  
396.54  Tue
Aug 14 23:07:45 PDT 2018 for hardware decoding

So, it played both in sequence.

>
>> One video in the group was an mp4, it played as expected, but the others 
>> were .mov, I
>> don't know why they were not all the same type, and I was surprised to see 
>> this
>> problem. I use vlc from rpmfusion and it always just works for almost 
>> anything fed to
>> it.  Until tonight I've only viewed rtsp camera video on this F28 system and 
>> there are
>> no problems with that.
>
> What is the output of "ffprobe filename.mov" for a file that doesn't work?  
> Does mplayer
> work?
>
And/or maybe just "file *" in the directory?

[egreshko@meimei tippy]$ file *
20181016_113143.mp4: ISO Media, MP4 v2 [ISO 14496-14]
output_file.mov: ISO Media, Apple QuickTime movie, Apple QuickTime (.MOV/QT)


-- 
Cardinal Rule of Presentations: "Tell them what you are going to tell them, 
tell them,
then tell them what you told them."
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Can't play .mov video -

2018-10-15 Thread Samuel Sieb

On 10/15/18 8:24 PM, Bob Goodwin-Fastmail wrote:
This Fedora 28 VLC will not play the video part of a .mov file. I see 
the first frame as a fixed image and the sound works, I hear the music 
but dancers [my grand daughter's ballet class] don't move. Another clip 
that I know plays normally on a Fedora 27 system, but not on this F28 
system, produces the following errors:


[bobg@box83 ~]$ vlc /mnt/box48/2018-06-Jun-15-LUKE-SHEARING-Clippers/


Why are you telling it to play a directory?  That makes it think you're 
trying to play a DVD.



VLC media player 3.0.4 Vetinari (revision 3.0.4-0-gf615db6332)
[55b0c3eb9670] main libvlc: Running vlc with the default interface. 
Use 'cvlc' to use vlc without interface.

libdvdnav: Using dvdnav version 6.0.0
libdvdread: Encrypted DVD support unavailable.
libdvdread: Couldn't find device name.
libdvdread:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdread:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: failed to read VIDEO_TS.IFO


All this is it trying to access DVD files, but not finding them.

One video in the group was an mp4, it played as expected, but the others 
were .mov, I don't know why they were not all the same type, and I was 
surprised to see this problem. I use vlc from rpmfusion and it always 
just works for almost anything fed to it.  Until tonight I've only 
viewed rtsp camera video on this F28 system and there are no problems 
with that.


What is the output of "ffprobe filename.mov" for a file that doesn't 
work?  Does mplayer work?

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Can't play .mov video -

2018-10-15 Thread Tim via users
Allegedly, on or about 15 October 2018, Bob Goodwin-Fastmail sent:
> [bobg@box83 ~]$ vlc /mnt/box48/2018-06-Jun-15-LUKE-SHEARING-Clippers/
> VLC media player 3.0.4 Vetinari (revision 3.0.4-0-gf615db6332)
> [55b0c3eb9670] main libvlc: Running vlc with the default
> interface. 
> Use 'cvlc' to use vlc without interface.
> libdvdnav: Using dvdnav version 6.0.0
> libdvdread: Encrypted DVD support unavailable.
> libdvdread: Couldn't find device name.
> libdvdread:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.IFO failed
> libdvdread:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.BUP failed
> libdvdread: Can't open file VIDEO_TS.IFO.
> libdvdnav: vm: failed to read VIDEO_TS.IFO
> 
> (vlc:4243): Gtk-WARNING **: 22:35:39.172: Theme parsing error: 
> gtk.css:27:10: The 'engine' property is ignored
> 
> (vlc:4243): Gtk-WARNING **: 22:35:39.175: Theme parsing error: 
> gtk.css:29:23: Custom CSS properties are no longer supported.
> 
> (vlc:4243): Gtk-WARNING **: 22:35:39.176: Theme parsing error: 
> gtk.css:30:22: Custom CSS properties are no longer supported.
> ...  Snip, i can provide the whole listing if needed. 
> ...
> 
> One video in the group was an mp4, it played as expected, but the
> others were .mov, I don't know why they were not all the same type,
> and I was surprised to see this problem. I use vlc from rpmfusion and
> it always just works for almost anything fed to it.  Until tonight
> I've only viewed rtsp camera video on this F28 system and there are
> no problems with that.

Well, the above error messages come from DVD MPEG files, not MOV files.
 That suggests that someone's ignorantly renamed the files.  Though I'd
expect VLC to play misnamed anyway.  Or those error messages relate to
other files that you haven't listed for us.

But if they're encrypted DVD files, and you don't have a VLC version
that can play such DVD files, you might want to get a different version
of VLC.  DVDs are an encumbered format.  Some compilations of the
player may not support encumbered formats, or you may need extra
support libraries.

-- 
[tim@localhost ~]$ uname -rsvp
Linux 4.16.11-100.fc26.x86_64 #1 SMP Tue May 22 20:02:12 UTC 2018 x86_64

Boilerplate:  All mail to my mailbox is automatically deleted.
There is no point trying to privately email me, I only get to see
the messages posted to the mailing list.

I don't think it's pure coincidence that "officialdom" sounds the
same as "official dumb."
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Can't play .mov video -

2018-10-15 Thread Ed Greshko
On 10/16/18 11:24 AM, Bob Goodwin-Fastmail wrote:
> This Fedora 28 VLC will not play the video part of a .mov file. I see the 
> first frame as
> a fixed image and the sound works, I hear the music but dancers [my grand 
> daughter's
> ballet class] don't move. Another clip that I know plays normally on a Fedora 
> 27 system,
> but not on this F28 system, produces the following errors:
>
> [bobg@box83 ~]$ vlc /mnt/box48/2018-06-Jun-15-LUKE-SHEARING-Clippers/
> VLC media player 3.0.4 Vetinari (revision 3.0.4-0-gf615db6332)
> [55b0c3eb9670] main libvlc: Running vlc with the default interface.
> Use 'cvlc' to use vlc without interface.
> libdvdnav: Using dvdnav version 6.0.0
> libdvdread: Encrypted DVD support unavailable.
> libdvdread: Couldn't find device name.
> libdvdread:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.IFO failed
> libdvdread:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.BUP failed
> libdvdread: Can't open file VIDEO_TS.IFO.
> libdvdnav: vm: failed to read VIDEO_TS.IFO
>
> (vlc:4243): Gtk-WARNING **: 22:35:39.172: Theme parsing error:
> gtk.css:27:10: The 'engine' property is ignored
>
> (vlc:4243): Gtk-WARNING **: 22:35:39.175: Theme parsing error:
> gtk.css:29:23: Custom CSS properties are no longer supported.
>
> (vlc:4243): Gtk-WARNING **: 22:35:39.176: Theme parsing error:
> gtk.css:30:22: Custom CSS properties are no longer supported.
> ...  Snip, i can provide the whole listing if needed. 
> ...
>
> One video in the group was an mp4, it played as expected, but the others were 
> .mov, I
> don't know why they were not all the same type, and I was surprised to see 
> this problem.
> I use vlc from rpmfusion and it always just works for almost anything fed to 
> it.  Until
> tonight I've only viewed rtsp camera video on this F28 system and there are 
> no problems
> with that.
>
> Any suggestions as to what I am missing? 

You're doing vlc on a directory?  How about listing the contents of that 
directory?



-- 
Cardinal Rule of Presentations: "Tell them what you are going to tell them, 
tell them,
then tell them what you told them."
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Can't play .mov video -

2018-10-15 Thread Bob Goodwin-Fastmail

.

This Fedora 28 VLC will not play the video part of a .mov file. I see 
the first frame as a fixed image and the sound works, I hear the music 
but dancers [my grand daughter's ballet class] don't move. Another clip 
that I know plays normally on a Fedora 27 system, but not on this F28 
system, produces the following errors:


[bobg@box83 ~]$ vlc /mnt/box48/2018-06-Jun-15-LUKE-SHEARING-Clippers/
VLC media player 3.0.4 Vetinari (revision 3.0.4-0-gf615db6332)
[55b0c3eb9670] main libvlc: Running vlc with the default interface. 
Use 'cvlc' to use vlc without interface.

libdvdnav: Using dvdnav version 6.0.0
libdvdread: Encrypted DVD support unavailable.
libdvdread: Couldn't find device name.
libdvdread:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdread:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: failed to read VIDEO_TS.IFO

(vlc:4243): Gtk-WARNING **: 22:35:39.172: Theme parsing error: 
gtk.css:27:10: The 'engine' property is ignored


(vlc:4243): Gtk-WARNING **: 22:35:39.175: Theme parsing error: 
gtk.css:29:23: Custom CSS properties are no longer supported.


(vlc:4243): Gtk-WARNING **: 22:35:39.176: Theme parsing error: 
gtk.css:30:22: Custom CSS properties are no longer supported.
...  Snip, i can provide the whole listing if needed. 
...


One video in the group was an mp4, it played as expected, but the others 
were .mov, I don't know why they were not all the same type, and I was 
surprised to see this problem. I use vlc from rpmfusion and it always 
just works for almost anything fed to it.  Until tonight I've only 
viewed rtsp camera video on this F28 system and there are no problems 
with that.


Any suggestions as to what I am missing?

Bob

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box83  FEDORA-28/64bit LINUX XFCE Fastmail POP3
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org