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
Hi Keith, just wanted to let you know this also works the other way around to get the JPG part only from the MVIMG.
I was looking to remove the video of a few hundred accidental MVIMG's and your script helped out a lot!
In case you'd like to add jpg extraction as an option:
I just changed tail to head to get the part before "ftypmp42" and applied the new filename via local newFile=${file:2}
According to jpeginfo -c *.jpg the in this way extract jpgs are valid!
The text was updated successfully, but these errors were encountered:
Hi Keith, just wanted to let you know this also works the other way around to get the JPG part only from the MVIMG.
I was looking to remove the video of a few hundred accidental MVIMG's and your script helped out a lot!
In case you'd like to add jpg extraction as an option:
I just changed
tail
tohead
to get the part before "ftypmp42" and applied the new filename vialocal newFile=${file:2}
According to
jpeginfo -c *.jpg
the in this way extract jpgs are valid!The text was updated successfully, but these errors were encountered: