Hello guest, if you like this forum, why don't you register? https://fanrestore.com/member.php?action=register (December 14, 2021) x


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to combine LD video captured 1 side at a time?
#1
Big Grin 
Can someone provide a simple how-to with pictures for combining separately captured sides of a laserdisc using Virtualdub? I've got the SE Trilogy and TPM captured. I used 1 disc for each side so that I could combine them and edit out the side breaks. I am unsure as to how I would properly edit out the blank frames properly so that all sides fit together without losing any audio or frames. Having visual examples with some basic instructions would be easy for me to work with.

Thanks,

Shawn
Reply
Thanks given by:
#2
AviSynth + Trim frame by frame
Reply
Thanks given by:
#3
Thanks Colek. Since I'm not an AviSynth user I was hoping someone had a more visual instructional response.

Cheers!!!

Smile
Reply
Thanks given by:
#4
Alright, sorry for such delay in my response Tongue

This is the basic script I worked on lately when making one movie from few recordings:

Code:
Import("C:\Program Files (x86)\AviSynth\plugins\FFMS2.avsi")
FFmpegSource2("2015-12-11 23-55-16.mp4",atrack=-1).Trim(0,18435)++FFmpegSource2("2015-12-12 00-18-43.mp4",atrack=-1).Trim(305,35656)++FFmpegSource2("2015-12-12 00-47-04.mp4",atrack=-1).Trim(408,16204)++FFmpegSource2("2015-12-12 01-19-06.mp4",atrack=-1).Trim(617,21848)++FFmpegSource2("2015-12-12 01-38-06.mp4",atrack=-1).Trim(502,14403)++FFmpegSource2("2015-12-12 01-51-06.mp4",atrack=-1).Trim(1104,13523)++FFmpegSource2("2015-12-12 02-03-36.mp4",atrack=-1).Trim(477,7608)

The FFmpegSource2 is importing the video + audio from the file into AviSynth (atrack=-1 is required if you want audio in this as well). Trim values are the frames at which the movie should be cut and ++ are adding next videos into the project.
Reply
Thanks given by:
#5
Jetrell, you could always combine different avi files (each file from different sides), delete the unwanted parts, and then save it as a single new file, without recompression/reencoding (just choose the right option, that I can't remember as I'm away from my PC); it's a quite easy task.
Reply
Thanks given by:
#6
I was worried about losing audio when snipping out the empty frames.
Reply
Thanks given by:
#7
Audio should stay in sync with video.
Reply
Thanks given by:
#8
You can always try to export just the frames you are trying to cut and then see if there is any audio there, if not then you are good to goWink
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Help] Best video capture dongle for VHS to Mac Stamper 7 5,812 2020-10-21, 12:23 PM
Last Post: Stamper
Exclamation High-end video capture cards spoRv 91 73,578 2020-09-07, 03:38 AM
Last Post: zoidberg
  Issue with captured VHS Audio alleycat 6 3,287 2020-07-14, 09:22 PM
Last Post: alleycat
  hardware for capturing Laserdisc video markosjal 10 6,431 2020-04-17, 08:42 PM
Last Post: bendermac
  Best way to capture analog video and audio? Colek 1 3,950 2015-12-10, 09:04 PM
Last Post: jerryshadoe
  Scanning 35mm video and audio Colek 2 4,455 2015-11-17, 10:56 PM
Last Post: jerryshadoe
  Dolby Surround captured tracks - options spoRv 29 26,302 2015-06-11, 03:36 AM
Last Post: spoRv

Forum Jump:


Users browsing this thread: 1 Guest(s)