Can't find my videos

Asked by burke d green

 I can't find my videos that I imported from my digital camera only my photos that were located in the f-spot. How can I find them?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu f-spot Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Eliah Kagan (degeneracypressure) said :
#1

Are you sure you imported the videos at all? (That is, are you sure you copied them from your digital camera to your computer?) F-Spot doesn't support importing videos (bug 104807).

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Try searching your home folder.

cd /home; sudo find . -iname "*.jpg" > ~/output.txt; sudo find . -iname "*.png" >> ~/output.txt; gedit ~/output.txt

Will show the image files, should give clues

Revision history for this message
Eliah Kagan (degeneracypressure) said :
#3

Considering that video files are rarely PNG's and never JPEG's, that's worth trying...but if you can find out what video format your camera uses and search for the appropriate file extension, that's more likely to turn something up.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

ok then change the command

cd /home; sudo find . -iname "*.mpg" > ~/output.txt; sudo find . -iname "*.avi" >> ~/output.txt; sudo find . -iname "*.mov" >> ~/output.txt; gedit ~/output.txt

You get the idea

sheesh

Can you help with this problem?

Provide an answer of your own, or ask burke d green for more information if necessary.

To post a message you must log in.