hclivess / videer

FFmpeg GUI with AviSynth support for deinterlacing and profile configuration that can be used in frameserving. Created as a replacement for inflexible batch files that do not allow multiple encodings at the same time easily and make configuration complicated.
MIT License
18 stars 0 forks source link

consistent unknown error #10

Closed singularity141 closed 3 months ago

singularity141 commented 3 months ago

sorry to bother, but when trying to use videer I always get "Error opening input files: Unknown error occurred". I've made sure to install correctly, updated and double checked avisynth+ is installed and ffmpeg & python are added to path, I've tried various combinations of settings and tried different file types and just get this error every time. not sure what to do about it. thank you

00122.MTS.log

hclivess commented 3 months ago

Thanks for reporting this, can you upload the media file somewhere and share it with me?

hclivess commented 3 months ago

Upon closer inspection, a core plugin to handle MTS files is missing in videer. I will work on adding it.

hclivess commented 3 months ago

I added LSmash and it should work now (if you download code from master branch). I will publish a release later today.

hclivess commented 3 months ago

Please test this version and let me know if it is working https://github.com/hclivess/videer/releases/tag/1.35

singularity141 commented 3 months ago

unfortunately it just gives the exact same error, though I've just found out it only does this when the deinterlace option is checked, so when not deinterlacing it works perfectly fine, makes an mkv file with bad interlacing, if that helps. here's the file 00122.mts I've been using above to try and deinterlace if that's what you're asking for , thanks for your patience https://drive.google.com/file/d/1DXxTeI5Y4QYV5j3PTDb2sXSV4DYsSJsa/view?usp=sharing

hclivess commented 3 months ago

Thank you. I will cross-check plugin compatibility. It is possible that you will have to first do a high quality convert without deinterlacing into a more known format (even raw) and then deinterlace the new file. Two operations in total.

hclivess commented 3 months ago

Please check that you want to use ffms2, this should resolve the issue. The default mode is only for frameserver. I will change this in the future releases.

hclivess commented 3 months ago

added https://github.com/hclivess/videer/blob/master/README.md#notice

hclivess commented 3 months ago

Also I am afraid that the issue you are experiencing is not interlacing, it is rolling shutter.