amiaopensource / vrecord

Vrecord is open-source software for capturing a video signal and turning it into a digital file.
https://github.com/amiaopensource/vrecord
152 stars 45 forks source link

support post-record processes #609

Open dericed opened 3 years ago

dericed commented 3 years ago

There are several issues that could be considered as events that would conditionally happen after a recording is complete:

There's currently a couple after-processes happening now like the qctools report and that graphical image that shows up if you have gnuplot, but let's discuss what after-processes should look like in vrecord.

bturkus commented 3 years ago

This is all sounds really good to me. Other post-processes that I've been thinking of:

Thanks for considering and for getting this conversation going!

privatezero commented 3 years ago

Just my thoughts, and maybe it's because I spend too much time over in Linux land, but I am a big fan of the Do one thing and do it well mantra for software! (With vrecord's purpose being signal capture as opposed to editing/derivatives/etc).

While these are all functions that would definitely be useful, I feel like some of them like derivatives and file manipulation might be better suited (and more easily maintainable) in a separate tool than the main vrecord script - perhaps one that could still live in the repo and be installed via the same homebrew tap? Then maybe it could have a stand alone GUI and also be set up for automated calls by vrecord? vrecord and vpost?

Lol I know that I am hypocritically saying this now even though I am the one who added trim to audiorecorder :-P

retokromer commented 3 years ago

Just my thoughts, and maybe it's because I spend too much time over in Linux land, but I am a big fan of the Do one thing and do it well mantra for software! (With vrecord's purpose being signal capture as opposed to editing/derivatives/etc).

This is my position as well (possibly for the same reasons ;-)

XFRCollective commented 3 years ago

Was about to drop in our wish list, but @privatezero's thoughts are well-taken. We are always hurting for a user-friendly FOSS program to edit ffv1/mkv and make use of all the great .mkv features, such as setting presentation ins/outs and attaching things, in addition to color grading, trimming, transcoding etc. (+1 digital proc am adjustments).

geskalney commented 2 years ago

I would like to request the ability to define the aspect ratio. I have a lot of DV tapes that were recorded in 16:9. Many of these tapes were recorded on Panasonic AG-DV1000 decks. vrecord doesn't seem to support or recognize the aspect ratio (it transfers the video perfectly, just with the 4:3 pixel aspect ratio).