You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the "hflip" filter to horizontally flip a video, the current command includes an extra comma and space before the filter name, causing the encoding process to fail.
To Reproduce
Steps to reproduce the behavior:
Open WebM for Lazys v3.40.7 (or fresh install of v3.40.0 from WebMConverter-3.40.0.zip)
Attempt to encode a video with horizontal flip (or "Preview filters")
Observe the error message in the output
Expected behavior
The video should be successfully encoded with the horizontal flip applied.
Screenshots
Software version(please complete the following information):
WebM for Lazys: v3.40.7
Avisynth: 2.6
Additional information:
Claude AI informed that the current command includes -vf ", hflip", which results in an error:
WebM for Lazys v3.40.7: -vf ", hflip"
Arguments: -f nut -i pipe:0 -an -c:v libx264 -pix_fmt yuv420p -threads 8 -slices 8 -metadata title="2024-09-13 17.17.26 3456249318966763356_22797478" -lag-in-frames 16 -auto-alt-ref 1 -vf ", hflip" -qmin 17 -crf 19 -qmax 21 -qcomp 1 -b:v 0 -f mp4 -y "O:\4K Stogram\annelesemilton\story\2024-09-13 17.17.26 3456249318966763356_22797478-1.mp4"
--- CREATING AVISYNTH PROXY ---
Input #0, nut, from 'pipe:0':
Metadata:
--- FFMPEG HAS EXITED ---
encoder : Lavf56.40.101
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 1080x1920, 30 tbr, 61440 tbn
[AVFilterGraph @ 00000159ce2666c0] No such filter: ''
[vost#0:0/libx264 @ 00000159ce265000] Error initializing a simple filtergraph
Error opening output file O:\4K Stogram\annelesemilton\story\2024-09-13 17.17.26 3456249318966763356_22797478-1.mp4.
Error opening output files: Filter not found
ffmpeg.exe exited with exit code -1279870712. That's usually bad.
If you have no idea what went wrong, open an issue on Github and copy paste the output of this window there, also upload test video.
The command should be -vf "hflip" without the extra comma and space. Removing the extra comma and space from the filter command resolves the issue.
WebM for Lazys v3.40.7: -vf "hflip" manually corrected in the tab Advanced -> section Arguments
Describe the bug
When using the "hflip" filter to horizontally flip a video, the current command includes an extra comma and space before the filter name, causing the encoding process to fail.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The video should be successfully encoded with the horizontal flip applied.
Screenshots
Software version(please complete the following information):
Additional information:
Claude AI informed that the current command includes
-vf ", hflip"
, which results in an error:WebM for Lazys v3.40.7:
-vf ", hflip"
The command should be
-vf "hflip"
without the extra comma and space. Removing the extra comma and space from the filter command resolves the issue.WebM for Lazys v3.40.7:
-vf "hflip"
manually corrected in the tab Advanced -> section ArgumentsAnd that file is correctly flipped.
The text was updated successfully, but these errors were encountered: