View Single Post
Old 15th March 2023, 12:58   #3  |  Link
PatchWorKs
Registered User
 
PatchWorKs's Avatar
 
Join Date: Aug 2002
Location: Italy
Posts: 304
Sorry for the delay, but we received an SVHS VCR so we're testing it for captures.

Meantime here's the chatGPT-generated commandline:
Code:
ffmpeg -f dshow -i video="Your Capture Card Name" -f dshow -i audio="Your Audio Device Name" -c:v huffyuv -c:a pcm_s16le -pix_fmt yuv420p -preset ultrafast -bufsize 2G -filter:v bwdif=mode=send_field -q:v 0 -f matroska output.mkv
The funny chat:

__________________
Hybrid Multimedia Production Suite will be a platform-indipendent open source suite for advanced audio/video contents production.

Official git: https://www.forart.it/HyMPS/

Last edited by PatchWorKs; 15th March 2023 at 13:03.
PatchWorKs is offline   Reply With Quote