lulzsun / RePlays

Open-source game recording management software
GNU General Public License v3.0
150 stars 17 forks source link

AV1 Support #210

Closed Segergren closed 3 months ago

Segergren commented 3 months ago

Suggested in #209 by @hl2jeep

hl2jeep commented 3 months ago

For clarification, if I use the clip tool on the av1 file, will it be exported as h264? That's the behaviour I personally want, to record in av1 for space saving and exporting clips in h264 for compatibility

Segergren commented 3 months ago

For clarification, if I use the clip tool on the av1 file, will it be exported as h264? That's the behaviour I personally want, to record in av1 for space saving and exporting clips in h264 for compatibility

That's not included in this merge request because it would require re-encoding the entire clip instead of using "-codec copy" which is much faster. I suggest we should create a new settings page called "Clip" where you can select the new "Use Precise Clipping" setting (#211) and choose the output codec, with h264 as the default.

I'll take care of this once my other merge requests are merged :)