NY
2016-08-14 21:45:57 UTC
A bit of a long shot...
I have a Super 8 home movie which was converted to an AVI file. However
every third frame is a merger of fields from two adjacent frames, so if the
frames in the original film were numbered 1 2 3 4 5 etc then the video has
1, 2, 3+4, 4, 5, 6+7, 7, 8, 9+10, etc.
I want to remove the combined frames from the AVI file.
I've found some software (Prism, by NCH) which can take an AVI file as input
and output a sequence of consecutively numbered PNG files. Removing the bad
ones is a case of writing a program which deletes every third file.
But... is there any software which will take the sequence of remaining PNG
files and reassemble them into a video file in a format such as MPEG-2, MP4
(H264) or AVI, adding a silent audio stream so the file is valid (many
packages can't read in an MPG file which has no audio stream).
(Background: the film is a journey in the car as my dad drove around town
with me clicking the shutter every second, so it's horrendously speeded up.
I want to slow it down a bit by duplicating every frame n times which Adobe
Premiere Elements can do, but that makes the half-and-half frames very
intrusive, and they don't add anything and actually make the movement more
jerky because every third film frame is shown twice. At least the
frame-duplicated film will be consistently jerky without the present
move,move.pause,move,move,pause motion!)
I have a Super 8 home movie which was converted to an AVI file. However
every third frame is a merger of fields from two adjacent frames, so if the
frames in the original film were numbered 1 2 3 4 5 etc then the video has
1, 2, 3+4, 4, 5, 6+7, 7, 8, 9+10, etc.
I want to remove the combined frames from the AVI file.
I've found some software (Prism, by NCH) which can take an AVI file as input
and output a sequence of consecutively numbered PNG files. Removing the bad
ones is a case of writing a program which deletes every third file.
But... is there any software which will take the sequence of remaining PNG
files and reassemble them into a video file in a format such as MPEG-2, MP4
(H264) or AVI, adding a silent audio stream so the file is valid (many
packages can't read in an MPG file which has no audio stream).
(Background: the film is a journey in the car as my dad drove around town
with me clicking the shutter every second, so it's horrendously speeded up.
I want to slow it down a bit by duplicating every frame n times which Adobe
Premiere Elements can do, but that makes the half-and-half frames very
intrusive, and they don't add anything and actually make the movement more
jerky because every third film frame is shown twice. At least the
frame-duplicated film will be consistently jerky without the present
move,move.pause,move,move,pause motion!)