Search found 26 matches

by PleskQuestion
2018-03-15T22:42:53-07:00
Forum: Users
Topic: To keep orientation number after converting from video file to image file.
Replies: 2
Views: 3432

Re: To keep orientation number after converting from video file to image file.

Thanks, fmw42,
The update to ffmpeg 3.4 from ffmpeg 2.2 has made the image rotated all right automatically. Thanks for your time and support.
by PleskQuestion
2018-03-14T16:46:26-07:00
Forum: Users
Topic: To keep orientation number after converting from video file to image file.
Replies: 2
Views: 3432

To keep orientation number after converting from video file to image file.

Hello

I'm using a ffmpeg command to convert from a video file to a image file, but after I converted it, it deleted the orientation number of the image. Is there any way to keep the orientation number after converting from a video to a image by the ffmpeg command?
by PleskQuestion
2018-02-20T22:35:32-07:00
Forum: Users
Topic: To retrieve the first frame from a video by using ImageMagick through html code.
Replies: 5
Views: 4067

Re: To retrieve the first frame from a video by using ImageMagick through html code.

Thanks, fmw42. I do not even know ImageMgaick is working for my env actually, and can you tell from the result? [root@server-xxxxxxxx-x ~]# convert -list configure Path: /usr/lib64/ImageMagick-6.7.2/config/configure.xml Name Value ---------------------------------------------------------------------...
by PleskQuestion
2018-02-20T19:40:23-07:00
Forum: Users
Topic: To retrieve the first frame from a video by using ImageMagick through html code.
Replies: 5
Views: 4067

Re: To retrieve the first frame from a video by using ImageMagick through html code.

Thanks, fmw42. I appreciate your information. Now, I've tried the command line like below expecting for the mov file to be jpg file for testing purpose, and had an error like below. Can you tell me what is wrong with this? [root@server-xxxxxxx-x ~]# convert /var/www/vhosts/xxxxxx.com/httpdocs/upload...
by PleskQuestion
2018-02-19T19:29:43-07:00
Forum: Users
Topic: To retrieve the first frame from a video by using ImageMagick through html code.
Replies: 5
Views: 4067

To retrieve the first frame from a video by using ImageMagick through html code.

Hi, Would it be possible to retrieve the first frame from a video file that is stored in a database by using imagemagick through html code instead of using command line? I have uploaded a video file such as mp4 to the database, however at website such as front page or list page, nothing will be show...
by PleskQuestion
2018-01-24T16:06:06-07:00
Forum: Users
Topic: How feasible is it by using ImageMagick to extract the town/city name of the place from the exif data(GPS information) ?
Replies: 7
Views: 8277

Re: How feasible is it by using ImageMagick to extract the town/city name of the place from the exif data(GPS informatio

fmw42, Bonzo Thanks for your investigation, and I really appreciate it. So, I understand that it’s not feasible to extract the exact name of city or town from the exif data of the image that are taken from smart phone. What about some distinct data of the smart phone itself so that I can trace who t...
by PleskQuestion
2018-01-16T06:12:10-07:00
Forum: Users
Topic: How feasible is it by using ImageMagick to extract the town/city name of the place from the exif data(GPS information) ?
Replies: 7
Views: 8277

Re: How feasible is it by using ImageMagick to extract the town/city name of the place from the exif data(GPS informatio

fmw42, Thanks for your reply. This is the image to test to see whether or not I can extract the city name from the latitude and longtitue. http://metown.info/upload/save_image/P4122246.JPG By the way, would it be possible for me to set the batch processing for this city name extraction from the exif...
by PleskQuestion
2018-01-13T13:12:27-07:00
Forum: Users
Topic: How feasible is it by using ImageMagick to extract the town/city name of the place from the exif data(GPS information) ?
Replies: 7
Views: 8277

How feasible is it by using ImageMagick to extract the town/city name of the place from the exif data(GPS information) ?

Hi, I’m in the process of developing a photo sharing platform, and wondering, when uploading the photo from a smart phone to the platform, if I can use the exif data(GPS information) of the photo systematically (by using ImageMagick) to extract the actual town/city name of the place that’s taken as ...
by PleskQuestion
2017-11-20T04:47:46-07:00
Forum: Users
Topic: The way to use convert –strip command line from system operational perspective.
Replies: 22
Views: 15111

Re: The way to use convert –strip command line from system operational perspective.

snibgo,

Thank you for your time.

> the EXIF data says the photo is horizontal,

Where in the exif data does it say that the photo is horizontal?
by PleskQuestion
2017-11-19T18:14:05-07:00
Forum: Users
Topic: The way to use convert –strip command line from system operational perspective.
Replies: 22
Views: 15111

Re: The way to use convert –strip command line from system operational perspective.

Fmw42, Thank you for your time. So, it is all about the issue of smartphone's os. "I do not understand at all why the image initially taken vertically that has the orientation of TopLeft and 1 is displayed rotated towards 90 degrees right in the website." When the image was uploaded to pc ...
by PleskQuestion
2017-11-18T05:14:12-07:00
Forum: Users
Topic: The way to use convert –strip command line from system operational perspective.
Replies: 22
Views: 15111

Re: The way to use convert –strip command line from system operational perspective.

Fmw42 Thanks for your time. I really appreciate it. The link below is the site that shows the original image, the one without strip and without uploading to the application. (I just sent the image to the web server from iPhone via FTTTP) http://metown.info/upload/save_image/595.JPG You can download ...
by PleskQuestion
2017-11-17T17:55:32-07:00
Forum: Users
Topic: Convert command from ImageMagick does not work, and saying convert: unable to open image :
Replies: 18
Views: 28109

Re: Convert command from ImageMagick does not work, and saying convert: unable to open image :

fmw42, Thanks. I really appreciate your time. Because of your support, the answer was "/var/www/vhosts/xxxxxx.com/httpdocs/" in order not to receive an error "No such file or directory" in my particular case. So, like I'm showing in other question, I'm using like below. [root@ser...
by PleskQuestion
2017-11-16T19:36:23-07:00
Forum: Users
Topic: The way to use convert –strip command line from system operational perspective.
Replies: 22
Views: 15111

Re: The way to use convert –strip command line from system operational perspective.

fmw42,

Thanks. Sorry again.

Again, this only happen to the picture taken from iOS, not Android(hosting service has nothing to do with these different os). Since orientation is not the one that is causing the problem, what is causing this?
by PleskQuestion
2017-11-16T18:35:14-07:00
Forum: Users
Topic: The way to use convert –strip command line from system operational perspective.
Replies: 22
Views: 15111

Re: The way to use convert –strip command line from system operational perspective.

fmw42, Thank you for your time. >Show us the data before you used strip. Perhaps the orientation was already correct. Then, why do you think that the picture was displayed horizontally which should be vertically when the orientation was already correct. http://metown.info/products/detail.php?product...
by PleskQuestion
2017-11-16T03:08:30-07:00
Forum: Users
Topic: The way to use convert –strip command line from system operational perspective.
Replies: 22
Views: 15111

Re: The way to use convert –strip command line from system operational perspective.

fmw42, Thanks for your time. The data I showed you was the one after I run mogrify -strip command. (Do you think that the jpg file is not containing exif data anymore? If it does not contain exif data anymore, then I wonder why the picture is still displayed horizontally.) Before I decide to reinsta...