Open frueter opened 1 year ago
re AV_CODEC_FLAG2_DROP_FRAME_TIMECODE. You probably got this because you were trying to compile with ffmpeg 6 instead of 5. AV_CODEC_FLAG2_DROP_FRAME_TIMECODE was deprecated and xstudio probably needs a re-write here to ensure dropframe/non-dropframe timecode is working properly under the hood.
https://github.com/FFmpeg/FFmpeg/commit/f843460eb790d37e444e5946628f228421916537
I managed to compile successfully but ran into the following issues:
I'm no coder but after the above I could compile and open xStudio ok.