I need some movie tips

August 4th, 2016

Hello guys !
I want to know how can i grabe IMDB information like this by a picture
Image
and to have information grabbed auto ( written) like this :
http://www.imdb.com/title/tt2428170/
Release Name: Creep.2014.720p.WEB-DL.x264 Release Date: 23.June.2015
File Name: Creep.2014.720p.WEB-DL.x264.mkv
Source: 720p WEB-DL DD5.1 H.264-PLAYNOW
Size: 550 MB
Genre: Comedy | Horror Video: 1280x716 | 1080 Kbps | 23.976 fps
Audio: English | AAC Subs: English
IMDB Rating: 6.6/10 from 230 users Directed By: Patrick Brice
Starring: Patrick Brice, Mark Duplass
Plot:
When a videographer answers a Craigslist ad for a one-day job in a remote mountain town, he finds his client is not at all what he initially seems.

and finally i want to know how to capture pictures from movies like this :
Image
Image
Image
Image
Image
Image
Image
i know i can use K lite codec to do that but it does not give me the option to grab individual picture only a tumbnail with writing on it :
Image
Thanks !

Answer #1
To grab informations there are plenty of solutions available. Try to search for Scrapy. You need to code a little but nothing you can’t do with Internet resources. Also this http://stackoverflow.com/questions/1966503/does-imdb-provide-an-api
To capture pictures you can use every video editing software.
Answer #2
@
How to use this API codes i do not understand.
Please name the easiest software to capture screenshots .
Thank you very much !
Answer #3
Windows’ Snipping tool can be used for grabbing the imdb stuff and simple screenshots.
Answer #4
I want a fast one without having to going through all the trouble of clicking and copy/paste into paint and then cutting …
Answer #5
If you want to avoid programming, try Greenshot.
Answer #6
I posted this once before and can’t find it. This should do everything you need it too. I used this as another person for a while.
EDIT
(Check the end of this post for another alternative)
Image
Image
Image
Features:
Ajax.
BBcode format.
Html format.
Friendly interface.
Movie poster uploaded to imgur.com.
Valid search terms:
IMDb ID tt1099212.
Movie Title twilight
App
http://rg.to/file/250331dc07cdc804cb5b2ed6c62f48c7/imdB-Grabber-0.0.3-Win32.tar.gz.html
Source code (if you want someone to confirm its safe)
http://rg.to/file/ebbaeb836f52246fe2e78b1a2e36bf16/imdb-grabber-0.0.3.zip.html
Extract the folder “imdB-Grabber” from archive imdB-Grabber-0.0.3-Win32.tar.gz
Put the folder somewhere
right click on file “imdB-Grabber.exe” thats in the folder “imdB-Grabber” and create a shortcut.
Place the shorcut somewhere (like on your desktop)
Run the program.
The program runs from the folder “imdB-Grabber” you don’t need to install anything.
EDIT
There may be an issue with getting the image, I aren’t sure, it could just be mu connection. Or the call function has changed.
EDIT 2
There is also this option. Its an online system. The only thing is that the image is on IMDB which is hotlinking, not allowed here. But its the same concept for post code.
http://imdb.katzddl.ws/
Answer #7
A big thanks buddy, really apreciated.
Answer #8
No problem. The image thing is still a bit of work but the data grab should be quite helpful. Cheers
Answer #9
Yes, the screenshots taking is a bit annoying, btw i cannot edit the code for IMDB grabber ( to add colors and so on … ) ??
Answer #10
Yeah mate its pretty primitive. I think there are others, maybe try google “IMDB Grabber” Most of them are php based which you would need to upload to a web space if you have one, free one maybe.
Sorry that I can’t be of any more help with it.
Answer #11
Any body can help me about individual screenshots ???
Answer #12
Use a movie player (vlc, potplayer).
Answer #13
I already have VLC how i can get individual screenshots.
Answer #14
I already have VLC how i can get individual screenshots.
Play in VLC right click and go into video at the end Take a snapshot
Answer #15
I already have VLC how i can get individual screenshots.
I typically use ffmpeg or a GUI option at potplayer, not sure if what I’ll give you is correct. Open command prompt and give this:
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" "path\to\video\file.avi" --video-filter=scene --vout=dummy --start-time=1 --stop-time=5 --scene-ratio=1 --scene-prefix=img- --scene-path=X:\path\to\ss\ vlc://quit
Adjust for x86 OS, video capturing duration (start time, stop time) or scene capturing sequence (scene ratio) and add your paths. You can also use any prefix you like to name your screenshots (the scene-prefix=img- command). This will play sound while capturing, I think –aout=dummy or –auout=dummy will fix this, not sure though. I think this will give you the highest definition, if not force a definition, more options for vlc here but it’s a long read, it’s somewhere in there
https://wiki.videolan.org/VLC_command-line_help/
Edit: Values are in frames, typically 1/24 of a sec, so adjust accordingly (or maybe start-stop are in sec and scene ratio in frames, anyway just experiment and you’ll figure it out).

 

| Sitemap |