I'm doing remasters right now, and I'm syncing the remastered video with the original video so I can remaster and transplant the audio. At this point I would find it very useful to be able to pause/play 2 videos at once. I can and do do it with 2 video players open at once, but it can be hard to pause/play both perfectly, even with a quick bot. If one player lags that can be trouble too, they can fall out of sync.
+ Reply to Thread
Results 1 to 19 of 19
-
-
Yes. Just remember that StackHorizontal takes the audio from the first clip called
-
Unfortunately StackHorizontal requires the video files to be identical in height and width, and they are not. I would have to convert it, which means I can't use it to compare the original with the remaster directly.
-
No need to convert it, just add borders to the smaller clip before using StackHorizontal.
-
Yes, I'm sure there are any number of ways I could convert, crop or extend the video to make it work. Still, I was hoping to find a more convenient way. It's not like I'm lazy, but I do so much video editing that my tools need to be as efficient as possible, and having to convert every file before I remaster it seems wasteful. Besides, if any frames were dropped it would fall out of sync.
-
There is no need to convert anything, just add the addborders/crop/resize command in AviSynth before the StackHorizontal command
-
Nothing has to be "converted" in a script - the manipulations are done "on the fly" - you don't have to encode anything beforehand . No frames are dropped if you use a frame accurate source filter. Audio and video tracks are indexed
People that do this every day, professionally, use a NLE . Because it's easy and visual. You have other cues like audio waveforms (avisynth can overlay an audio wave form too) to help sync. There are auto syncing tools. There are many different customizable ways to do this. It can be as easy is dropping video on a track. It's resized on the fly also to the project settings
There are many ways to do something. You choose what works best for you -
Not for just displaying the 2 videos side by side. AviSynth is a frame server
-
Okay cool, I understand. I was unfamiliar with this tool, though I have heard of it. Sounds handy, I don't really have anything that accepts plugins.
-
but I do so much video editing that my tools need to be as efficient as possible,
If your sync is out at the end, you can even stretch the audio to match the video (or Vice versa).
People that do this every day, professionally, use a NLE -
Use a batch file to build the AviSynth script. Something like:
Code:echo v1 = LWlibavVideoSource(%1) >_compare.avs echo v2 = LWlibavVideoSource(%2) >>_compare.avs echo v2 = v2.BicubicResize(v1.width, v1.height) >>_compare.avs echo StackHorizontal(v1.Subtitle(%1), v2.Subtitle(%2)) >>_compare.avs "G:\Program Files\AvsPmod\AvsPmod.exe" _compare.avs del _compare.avs
-
Of course
I mention it as an options - because people that do this frequently for work with editing/cuts , matching and syncing videos - need to be fast, efficient . Time is money
It's generally faster to do that type of work in a NLE than avisynth (and I use both) .
There are many ways to configure/customize this to how someone prefers to work in a NLE - there are variations on styles of editing or getting the same result -
Actually SolveigMM Video Splitter has such a mode
[Attachment 79655 - Click to enlarge]
to enable that you put a check on Enable Compare mode it tools-preferences-view
[Attachment 79656 - Click to enlarge]Regards,
Dmitry | SolveigMM | Smart Video Editing (H624/MPEG-2/...) -
Lol, you wanna talk about speed, convenience? I just found the perfect program for this! It's called Awesome Video Player, simply drag/drop 2 videos to get started. They don't need to have the same aspect ratio or even the same size, you can pause/play/rewind individually or at the same time. I usually find it's best to find a tool that was specialized towards the task like this one is. As few steps as possible is best, and a simple GUI makes it good for a beginner too, I'm making a kit with the best programs for certain tasks I do often, and this one definitely qualifies. For example:
Best Smart Renderer: VideoRedo
Best Keyframe Editor: Machete
Best Video Player: Daum Potplayer
Uniquely useful programs: FFMPEG, MKVToolNix, Audacity
I could go on but I don't want to bore you, if your interested it will be on my archive.org account (imkira3-Archives)
There aren't many good options for smart rendering and many good ones require the use of the command line. My aim is to make this type of editing more convenient if I can. A kit of the best tools is a good start I think. -
You could also try GridPlayer.
Avisynth functions Resize8 Mod - Audio Speed/Meter/Wave - FixBlend.zip - Position.zip
Avisynth/VapourSynth functions CropResize - FrostyBorders - CPreview (Cropping Preview) -
Similar Threads
-
Optimal Method For Dumping Audio, Video, and VBI In Near-Perfect Sync?
By JaycieErysdren in forum Capturing and VCRReplies: 2Last Post: 6th Sep 2024, 10:29 -
External mini hd media player for TV doesn't play my SD card videos
By cyranosph in forum Video ConversionReplies: 22Last Post: 14th Apr 2024, 03:44 -
Sony EV-C500E noisy picture but perfect on pause / servo issues
By wvos in forum RestorationReplies: 0Last Post: 17th Jul 2020, 10:55 -
Frame Perfect Sync?
By Runakanta in forum AudioReplies: 2Last Post: 18th Jan 2020, 07:25 -
Which player can be play 2 videos async?
By eobardthawne in forum Software PlayingReplies: 7Last Post: 11th Oct 2019, 13:08