porcino / Av1ador

AV1/VVC/HEVC/VP9/H264 parallel encoder GUI for FFmpeg with preview/comparison
GNU General Public License v3.0
52 stars 2 forks source link

Issue with default audio and video filters #18

Closed Anacondo closed 9 months ago

Anacondo commented 9 months ago

I found an issue related to the default audio and video filters. It looks as if you select and edit them in any way, then change to another video, when you come back to the old one the values are reset back to defaults, ignoring the previous modification:

Av1ador_2023-12-18_16-23-37

This is related to #12 as it's currently impossible to modify the default Audio and Video filters, as they will be reset back to defaults after being edited. I observed the same in Video with the Resize and Tonemap filters.

porcino commented 9 months ago

I observed the same in Video with the Resize and Tonemap filters

This doesn't happens to me, actually when I encode, I edit both most of the time and the changes are saved

Anacondo commented 9 months ago

Damn it, I deleted my last reply by mistake, here it is again:

I haven't been able to trigger the issue with the tonemap filter, I must have remembered it wrong, sorry about that. However, I was able to trigger the issue with the scale filter:

https://github.com/porcino/Av1ador/assets/5350602/ce84af02-d6d9-410a-a83b-b91212bb19a0

I just want to be able to use spline36, does your filter use it by default?

Also, I've tested the audio issue with the latest Nightly from 2h ago and I'm having the same issue:

https://github.com/porcino/Av1ador/assets/5350602/9215124d-5cc2-4974-95d4-b7901634c15c

Am I doing something wrong?