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

Exporting segments as webp image files doesn't work as expected. #1693

Closed
5 tasks done
Helspank opened this issue Aug 28, 2023 · 1 comment
Closed
5 tasks done

Exporting segments as webp image files doesn't work as expected. #1693

Helspank opened this issue Aug 28, 2023 · 1 comment

Comments

@Helspank
Copy link

I have a lot of issues to go through, so in order to make it easier for me to help you, I ask that you please try these things first

Operating System

Linux

Steps to reproduce

  1. Select "webp" as "Snapshot capture format" in the Settings.
  2. Open a file
  3. Create a couple of segments.
  4. Right click on a segment -> Extract frames as image files
  5. Select any option and confirm.

Expected behavior

The frames should be extracted in the working directory in the selected format.

Actual behavior

A single animated webp file is exported instead of a series of webp images.

Share log

The Developer Tools don't say anything in particular, but the command line says this:

ffmpeg -hide_banner -f lavfi -i 'nullsrc=s=256x256:d=1' -f null - ffprobe -of json -show_chapters -show_format -show_entries stream -i '/mnt/ext/Coffee_Run_Blender_Studio.webm' -hide_banner ffprobe -v error -read_intervals '0%30' -show_packets -select_streams 0 -show_entries 'packet=pts_time,flags' -of json '/mnt/ext/Coffee_Run_Blender_Studio.webm' ffprobe -v error -read_intervals '0%50.2912765625' -show_packets -select_streams 0 -show_entries 'packet=pts_time,flags' -of json '/mnt/ext/Coffee_Run_Blender_Studio.webm' ffprobe -v error -read_intervals '0%51.291275999999996' -show_packets -select_streams 0 -show_entries 'packet=pts_time,flags' -of json '/mnt/ext/Coffee_Run_Blender_Studio.webm' ffprobe -v error -read_intervals '50.39576875%110.39576875' -show_packets -select_streams 0 -show_entries 'packet=pts_time,flags' -of json '/mnt/ext/Coffee_Run_Blender_Studio.webm' ffprobe -v error -read_intervals '51.395768000000004%111.395768' -show_packets -select_streams 0 -show_entries 'packet=pts_time,flags' -of json '/mnt/ext/Coffee_Run_Blender_Studio.webm' ffmpeg -ss '80.39576875' -i '/mnt/ext/Coffee_Run_Blender_Studio.webm' -t '0.9999992500000019' '-q:v' 7 -vsync 0 -y '/home/Pictures/Coffee_Run_Blender_Studio-%02d.webp' Failed to parse ffmpeg progress line: Invalid time from ffmpeg progress -577014:32:22.77 Failed to parse ffmpeg progress line: Invalid time from ffmpeg progress -577014:32:22.77 Failed to parse ffmpeg progress line: Invalid time from ffmpeg progress -577014:32:22.77 Failed to parse ffmpeg progress line: Invalid time from ffmpeg progress -577014:32:22.77 [etc, this line is repeated several times]

@mifi
Copy link
Owner

mifi commented Sep 5, 2023

@mifi mifi closed this as completed in f375e8e Sep 5, 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