I am trying to set up a pipeline to record video clips while I watch movies (usually but not always in h.264) and prepare them for editing in Premier. I usually watch videos using VLC, and the "record" button is perfect. However, in order to edit the video, it needs to be in a format other than h.264.
I've had variable luck with transcoding.. it seems that I have to use trial and error to find a codec I can convert to that doesn't result in horrible artifacts. I'm thinking it would be best to decode the video and save in an uncompressed format, then edit, and then encode in the codec of my choice.
Is there a way for ffmpeg/handbrake to decompress video and then save the uncompressed video instead of transcoding to a different codec? Or better yet, to get VLC's "record" button to save the decoded stream instead of the encoded video?