Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contribution: Frontend for diffing folders and easily start Video-compare #81

Open
bjspi opened this issue Oct 17, 2024 · 8 comments
Open
Labels
contribution Useful contributions from others os: windows Windows

Comments

@bjspi
Copy link

bjspi commented Oct 17, 2024

Hi all,

just wanted to give back some information to the community after having found this tool a while back and really loving it.

I mainly use it after re-encoding a big bunch of smartphone vacation videos (sometimes 100+ videos) to quickly verify the results. Normally I have two folders from my video-encoding, "input" & "output" and I always found it a bit cumbersome to start video-compare via CMD, because I didnt find a way to do it quickly. Yes I could create a Batch file, but drag/drop from two different Windows folders to one Batch-file is simply not possible.

I use BeyondCompare for all sorts of diffing already (yes I know, paid software, but at least has a trial) and wanted to share an amazing way to do the job quickly.

First: While diffing the folders (in my example input & output), I can set BeyondCompare to align filenames with different file-extensions. That's helpful when I have multiple different input sources like IPhones (-> *.mov files), Android phones (mp4 files) and transcode them all to target mp4 files. It aligns the files properly if the basename of the file is identical.

After aligning, I see the differences like in the following screenshot. I simply have to click in the middle to select both files at the same type and press "v" on my keyboard (or via right-click contextmenu), which opens up the viedo-compare instance with both the files as parameters.

2024-10-17_09h10_34

This "Open-with" command can be configured under options like this:

2024-10-17_09h11_59

And yes, of course I could also add custom cmd-flags / options, e.g. the hopefully upcoming "Scale to fit screen" setting to scale properly irrespectively of the resolution of the video files - very helpful when working with mixed 4k / 1080p files in the same diff.

So finally, this really is amazing if you are dealing with a big amount of video-files and you'd like to graphically open up video-compare via a GUI.

Hope it helps

@jonfryd jonfryd added contribution Useful contributions from others os: windows Windows labels Oct 17, 2024
@aelfwine88
Copy link

aelfwine88 commented Oct 17, 2024

Total Commander version:

Add new button to the toolbar with the following:
Command -> full path to video-compare.exe
Parameters -> your video-compare parameters %P%S %T%R

tc_vc

%P%S means full path to source
%T%R means full path to target

@bjspi
Copy link
Author

bjspi commented Oct 17, 2024

Total Commander version:

Add new button to the toolbar with the following: Command -> full path to video-compare.exe Parameters -> your video-compare parameters %P%S %T%R

tc_vc

%P%S means full path to source %T%R means full path to target

Can total commander also align files with different file extension side by side? Thanks, sounds also really nice

@aelfwine88
Copy link

Can total commander also align files with different file extension side by side? Thanks, sounds also really nice

It has a Extension Tab by default that you can use to sort files.

@jonfryd
Copy link
Member

jonfryd commented Oct 17, 2024

Awesome. Keep 'em coming, guys!

@bjspi
Copy link
Author

bjspi commented Oct 21, 2024

Awesome. Keep 'em coming, guys!

With the latest change, I'd also change my above command in BeyondCompare to "D:\PortableTools\video-compare\video-compare.exe -W "%f1" "%f2""

(-W in capital w is the CMD option for the next release, right?)

@jonfryd
Copy link
Member

jonfryd commented Oct 21, 2024

Awesome. Keep 'em coming, guys!

With the latest change, I'd also change my above command in BeyondCompare to "D:\PortableTools\video-compare\video-compare.exe -W "%f1" "%f2""

(-W in capital w is the CMD option for the next release, right?)

Yes, you got it right. I'd expect the new version to come out this week.

@pldavid2
Copy link

Another useful utility for launching
https://github.com/TetzkatLipHoka/VideoCompareGUI

@jonfryd
Copy link
Member

jonfryd commented Nov 17, 2024

Another useful utility for launching https://github.com/TetzkatLipHoka/VideoCompareGUI

Cool! Thanks for sharing, @pldavid2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution Useful contributions from others os: windows Windows
Projects
None yet
Development

No branches or pull requests

4 participants