← Back to team overview

openshot.bugs team mailing list archive

[Bug 596811] Re: bug importing image sequence

 

*** This bug is a duplicate of bug 424988 ***
    https://bugs.launchpad.net/bugs/424988

@ Marco: 
I found this guide to do different step by step to rename in Terminal, just follow it line by line, and you wont regret you bought a GoPro... :-)

http://stackoverflow.com/questions/21541009/how-to-rename-multiple-
files-in-terminal-linux

Just do one line at a time in terminal when you are in the current
directory for your files.

n=1
for i in *.jpg; do
    p=$(printf "%04d.jpg" ${n})
    mv ${i} ${p}
    let n=n+1
done

-- 
You received this bug notification because you are a member of OpenShot
Bugs, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/596811

Title:
  bug importing image sequence

Status in OpenShot Video Editor:
  Confirmed

Bug description:
  maybe the problem is already solved but what i found out is this:

  when the first image number is >100 then it shows INVALID in the
  preview, starting at 99 is working fine (I imported >1900 images
  1920x1080)

  (i'm working with ubuntu10.04 OpenShot version 1.1.3)

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/596811/+subscriptions