This forum has been archived. All content is frozen. Please use KDE Discuss instead.

.MOV video clip - audio but no video (linux)

Tags: None
(comma "," separated)
alasdairhatfield
Registered Member
Posts
2
Karma
0
Dear,

Playing a MOV clip to a project, I can hear the audio but see no video.
Other formats eg ogg are ok.

kdenlive does not complain, throw up errors or similar, I just don't see any video.

Ter info, VLC also had the same problem until I turned off "accelerated video (overlay)" in the configuration, then it played ok, audio and video.

Any suggestions as to where I could look, warmly appreciated,
Alasdair
User avatar
Stetsbequem
Registered Member
Posts
137
Karma
-2
OS
Collect information first:
Code: Select all
 ffprobe a.MOV 2>&1 | grep Stream

If one video exists in the MOV container, it is converted to a format that can be edited (replace $X with the threads of your CPU):
Code: Select all
ffmpeg -i a.MOV -c:v ffv1 -threads $X -context 1 -slices 30 -c:a flac -sample_fmt s16 a_ffv1.mkv

Alternatively, only the first minute of the video:
Code: Select all
ffmpeg -i a.MOV -ss 0:00:00.000 -to 0:01:00.000 -c:v ffv1 -threads $X -context 1 -slices 30 -c:a flac -sample_fmt s16 a_ffv1.mkv

The result should work. If not, report again (and don't forget the info about the video).


The Social Credit System is a credit rating and blacklist being developed by the the ruling Chinese Communist Party. The goal is total control of the population by awarding points for desirable behavior, or withdrawing them for negative behavior.


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], lockheed, Sogou [Bot]