How does one view .avi video files on a Pi running Buster?
I've an old Canon A460 that captures video clips in .avi format. When I connect the camera to the Pi it's recognized and I can copy the files to
the Pi, but when I try to open them vlc player comes up with a black
screen showing an orange and white traffic cone.
Thanks for reading, any suggestions appreciated!
bob prohaska
On Tue, 2 Aug 2022 15:30:48 -0000 (UTC), bob prohaska wrote:
How does one view .avi video files on a Pi running Buster?
AVI is not a format, it is a wrapper around the file that specifies many things including the format & codec in use
you probably do not have the correct codec installed
In article <tccgul$1r3gi$1@dont-email.me>,
A. Dumas <alexandre@dumas.fr.invalid> wrote:
To see what ffmpeg thinks of a file, don't specify an output file name: >>"ffmpeg -hide_banner -i input.avi" (hide_banner just to skip the annoying >>program info header). But really, that should be the same as the stream >>info from VLC.
Or just use
ffprobe (filename)
which dumps its opinion of the file content, streams, codecs, resolutions ...
If you are using the "other" toolset -- avprobe does similar
I tried using
ffmpeg -i MVI_0001.AVI -r 24 2nd_home_screen.mp4
That seems to run without errors and produces a file, but still
VLC player renders a black screen. The progress bar behaves normally,
and the sound is played back. Just no picture....
If I try to use Firefox ESR to open the .mp4 file it reports the
file is corrupt. The Chrome browser reports no errors, but delivers
neither picture nor sound. Not even a progress bar.
mplayer shows the video just fine.
A. Dumas <alexandre@dumas.fr.invalid> wrote:
To see what ffmpeg thinks of a file, don't specify an output file name:
"ffmpeg -hide_banner -i input.avi" (hide_banner just to skip the annoying
program info header). But really, that should be the same as the stream
info from VLC.
Or just use ffprobe (filename)
which dumps its opinion of the file content, streams, codecs, resolutions ...
FWIW, it turns out openshot, which is in the apt repository, converts
.avi files that aren't browser-viewable into mp4 files that play just
fine in the chrome browser.
Thanks for everyone's help!
Sysop: | Coz |
---|---|
Location: | Anoka, MN |
Users: | 2 |
Nodes: | 4 (0 / 4) |
Uptime: | 81:09:57 |
Calls: | 295 |
Files: | 5,633 |
Messages: | 226,074 |