Hey everyone,
I am trying to play some old AVI video files I have found. I am very PC literate but do not know much about Codes at all.
I can usually get these videos to play, but most only the audio. They must have been created around 1996 when I had my first logitech WebCam.
I know this about them. When I use AVIcodec discovery tool: File : 1.76 MB (1.76 MB), duration: 0:00:18, type: AVI, 1 audio stream(s), quality: 18 %, C:\QUICKCAM\QMOVIE32.EXE -AVICAP32- QuickCam video capture driver, Version: 1.0.0.1 Audio : 387 KB, 176 Kbps, 11025 Hz, 1 channels, 0x1 = PCM, CBR, , Supported
It does not show a video stream.
If I look in VLC, I See : Stream 0, Type:Video, Video Resolution 160x120, Buffer Dimensions: 160x120, Frame rate: 14.818108, Orientation: Top Left
then Stream 1, Codec: araw, Type:Audio, Channels: Mono, Sample Rate: 11025, Bits per sample 16
I can play this in several players, get audio only and on my Windows Desktop, I do see an image from the video as an Icon.
I hope that makes sense, I have visited here before and the post I read are from people that know their stuff and know MUCH more than I do.
Thanks jeff
+ Reply to Thread
Results 1 to 10 of 10
-
-
Yes, post the mediainfo and maybe the full video. You might also get the video playing if you download FFMPEG and then drag and drop the video on the program ffplay.exe. FFplay is included as a separate .exe with the FFMPEG.exe
https://ffmpeg.zeranoe.com/builds/ -
Yes to using Mediainfo.
A lot of those early videos used the Intel Cinepak codec or one of the early Microsoft attempts at encoding video. Here's a link to a doom9.org thread where I was trying to restore a clip from the early 1990s. You will find a link in that thread to a tiny 1 MB clip that I posted which uses one of these original codecs. Mediainfo lists it as "CRAM" which is apparently some sort of early Microsoft codec.
http://forum.doom9.org/showthread.php?t=163014
Try downloading that and see if it plays.
If you can post a sample that you have cut (no re-encoding) from the video, I might be able to transcode it or wrap it differently so you can play it. -
It's probably using VIDEC, developed by connectix. ffmpeg may work, this thread indicates one of the developers was wanting to add support. https://www.moviecodec.com/file-types/fourcc-vdec-1966/
-
Hey, thanks everyone. I just picked the easiest solution from KarMa, downloaded FFMPEG and just dropped the file onto FFPLAY. It's perfect! I have several others also and I think that should take care of those videos too.
Thanks KarMa and everyone else for taking the time to reply. I really appreciate it!
jeff -
Something as simple as:
Code:ffmpeg -i input.avi output.mkv
Code:ffmpeg -y -i input.avi -c:v libx264 -preset slow -crf 18 -c:a aac -vbr 5 output.mkv
-
Awesome. Thanks for the tip. I knew this was the forum where I could get some answers.
Similar Threads
-
Where to Find Test/Sample MP4 Video Loop to Test Webcam?
By pone44 in forum Newbie / General discussionsReplies: 2Last Post: 10th Sep 2017, 18:50 -
AVI file not playing
By SupersonicJak in forum MacReplies: 10Last Post: 9th Oct 2016, 18:44 -
Blackberry 9720 not playing videos created with Shotcut. Why?
By oduodui in forum Portable VideoReplies: 2Last Post: 10th Jun 2016, 06:19 -
Batch "file creation from a text file, Placed into a created directory
By Muther in forum ProgrammingReplies: 5Last Post: 24th Sep 2015, 18:29 -
Transitioning from using AVI to MPEG-2 - what's the best solution?
By Randolphe Prince in forum Video ConversionReplies: 9Last Post: 17th Jul 2015, 03:10