Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pixel format error #54

Closed
gispos opened this issue Dec 18, 2023 · 4 comments
Closed

Pixel format error #54

gispos opened this issue Dec 18, 2023 · 4 comments

Comments

@gispos
Copy link

gispos commented Dec 18, 2023

If format = "", an error is issued.

@Asd-g
Copy link
Contributor

Asd-g commented Dec 21, 2023

I guess you used format="" only for the test?

@gispos
Copy link
Author

gispos commented Dec 22, 2023

No, unfortunately not.
I use it in all my scripts (over 2000) as a standard file template in AvsPmod.

SourceFile = ScriptDir() + [***]
SourceFile = Exist(SourceFile) ? SourceFile : ***
video=LWLibavVideoSource(SourceFile, indexingpr=False, cache=False, format="")
audio=LWLibavAudioSource(SourceFile, cache=False, av_sync=True)
audioDub(video, audio)

If it is really too difficult to handle an empty string, then I would have to change all my scripts.
So it would be nice if you could change that. For this reason I still use the older version, because there are no problems with it.

Greetings

Asd-g added a commit that referenced this issue Dec 24, 2023
@Asd-g
Copy link
Contributor

Asd-g commented Dec 24, 2023

The new version should be ok.

@gispos
Copy link
Author

gispos commented Dec 24, 2023

Yes, it works. Nice. Thank you.

@gispos gispos closed this as completed Dec 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants