Giter Club home page Giter Club logo

Comments (5)

banjaminicc avatar banjaminicc commented on May 29, 2024 1

Thanks for the tip!
Unfortunately I suck at coding so can't help with PRs xD
Thanks for the proactive response!

from video-compare.

jonfryd avatar jonfryd commented on May 29, 2024

Hey @banjaminicc,

Thanks for your suggestions!

I'll keep these ideas in mind and possibly implement them in the future. I'm also open to PRs.

BTW, if you just want to play two videos side-by-side you can use ffplay for that:

ffplay -f lavfi "movie=video1.mp4[v0];movie=video2.mp4[v1];[v0][v1]hstack"

This command (specifically the hstack filter) requires both videos are the same resolution, of course.

from video-compare.

jonfryd avatar jonfryd commented on May 29, 2024

Hey @banjaminicc,

So I have just added support for saving both full PNG frames to the current directory by pressing F. I hope this works for you.

Here's a basic example which illustrates how files are named (F has been pressed 3 times):

$ ./video-compare ~/Movies/myanmar_x3_original.mp4 ~/Movies/myanmar_x3_pabsr1.mp4 
Saved myanmar_x3_original_0001.png and myanmar_x3_pabsr1_0001.png
Saved myanmar_x3_original_0002.png and myanmar_x3_pabsr1_0002.png
Saved myanmar_x3_original_0003.png and myanmar_x3_pabsr1_0003.png
...

A new Windows release is coming later today (I don't know if you are a Linux, Windows or Mac guy).

The side-by-side full-res feature is still in the pipeline... :)

from video-compare.

banjaminicc avatar banjaminicc commented on May 29, 2024

Hey @banjaminicc,

So I have just added support for saving both full PNG frames to the current directory by pressing F. I hope this works for you.

A new Windows release is coming later today (I don't know if you are a Linux, Windows or Mac guy).

The side-by-side full-res feature is still in the pipeline... :)

Thanks so much :P

from video-compare.

jonfryd avatar jonfryd commented on May 29, 2024

Hey @banjaminicc,

I have implemented new display modes today which addresses your second feature request.

Try -m hstack for horizontal stacking, -m vstack for vertical stacking.

Let me know if it works for you!

from video-compare.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.