google-code-export / ffmpegthumbnailer

Automatically exported from code.google.com/p/ffmpegthumbnailer
GNU General Public License v2.0
1 stars 1 forks source link

Create thumbnail from samba link #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. command ffmpegthumbnailer -i "smb://freebox/disque%20dur/example.avi" -o 
test.jpg will print this output :

Error: Could not open input file: smb://freebox/disque%20dur/example.avi

2. the script /usr/bin/ffmpegthumbnailer with gnome3 produce fail thumbnails

[Thumbnailer Entry]
TryExec=/usr/bin/ffmpegthumbnailer
Exec=/usr/bin/ffmpegthumbnailer -s %s -i %i -o %o -c png -f -t 10
MimeType=video/flv;video/webm;video/mkv;video/mp4;video/mpeg;video/avi;video/ogg
;video/quicktime;video/x-avi;video/x-flv;video/x-mp4;video/x-mpeg;video/x-webm;v
ideo/x-mkv;application/x-extension-webm;video/x-matroska;video/x-ms-wmv;video/x-
msvideo;video/x-msvideo/avi;video/x-theora/ogg;video/x-theora/ogv;video/x-ms-asf
;video/x-m4v;

What is the expected output? What do you see instead?
See the title of this issue. ffmpegthumbnailer can't create thumbnail of samba 
video file.

What version of the product are you using? On what operating system?
Linux Mint 13 with ffmpegthumbnailer 2.0.7

Please provide any additional information below.

Original issue reported on code.google.com by sebastie...@gmail.com on 13 Aug 2012 at 5:37

GoogleCodeExporter commented 9 years ago
ffmpeg does not support the smb protocol.

Original comment by dirk.vdb on 25 Aug 2012 at 11:47