Skip to content

Preserve folder structure? #102

@FlashFried

Description

@FlashFried

Excuse me, but is there a setting to preserve folder structure when exporting?

My syntax is:

cd /d "Source" &&  

for %f in (*) do (echo) 

&& 

"Drive\Folder\Axiom FFMPEG GUI\ffmpeg\bin\ffmpeg.exe" 

-y 

-i "Source\%f" 

-ss 00:00:00.000 

-c:v libwebp -b:v 85 
-pix_fmt yuva420p 
-vframes 1 

-an 
-sn 

-f webp 

-threads 0 

"Target\%~nf.webp"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions