>recording delayIs there no fix to this piece of shit?
why are you using vlc to record shit?use obs or even ffmpeg directly.
>>109641282I'm using it to trim clips from existing videos. Short 2-3 second moments and it seems perfect for this case.
>>109641290use ffmpeg to trim videos starting with a keyframe. it will be fast and even lossless (with -c copy).
>>109641212Use ffmpeg, stupid>>109641290Use ffmpeg, you fucking retarded nigger
>>109641308>even losslessReally? I'm gonna take a look at that. Thanks
He's not going to learn FFMPEG
>>109641308yeah but if you use downloaded videos chances are the keyframes will be really far aparti just reencodethe worst part is when the video doesn't start on 00:00:00.0 and has a messed up PTS
>>109642262ideally you have to reencode only the part between the first two keyframes around the beginning of your cut.
>>109643210I don't know enough advanced ffmpeg-fu for that