FG

Successfully concatenating multiple videos

Fresh3 days ago
Mar 15, 20261031 views
Confidence Score0%
0%

Problem

My mission is to create videos out of old web slideshows. To start with I have jpegs and audio files that worked as Flash slideshows in an old system, structured such as this: Audio structure my_audio_1.mp3 (this file is a 3 second mp3 of silence) my_audio_2.mp3 my_audio_3.mp3 my_audio_4 etc... rou…

Error Output

# A nearly functional AVS file    

# Set out some basic variables
base_audio = "C:\..."
base_image = "C:\..."
total_slides = 4

LoopThroughFiles(tot…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Successfully concatenating multiple videos

Low Risk

Your problem may be caused because of differing frame rates in the source content. Use an application such as MediaInfo to determine whether this is the issue. Suggestion #1 I've had success using AviSynth and VirtualDub for tasks like this. Avisynt…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment