Thanks Fred & Snibgo.
In that case i can take one video and will try to create 5000 unique videos.
Regards,
Sushil Kumar
Search found 9 matches
- 2015-07-29T03:14:27-07:00
- Forum: Users
- Topic: 5000 unique video files generation of 2MB each
- Replies: 3
- Views: 2119
- 2015-07-13T02:49:02-07:00
- Forum: Users
- Topic: 5000 unique video files generation of 2MB each
- Replies: 3
- Views: 2119
5000 unique video files generation of 2MB each
Hi all,
I want to generate 5000 unique video files either avi / Mp4 / wmv / mpg / mpeg /flv or any other real video format file. Can anyone please suggest how to achieve it?
Regards,
Sushil Kumar
I want to generate 5000 unique video files either avi / Mp4 / wmv / mpg / mpeg /flv or any other real video format file. Can anyone please suggest how to achieve it?
Regards,
Sushil Kumar
- 2015-07-13T02:38:00-07:00
- Forum: Users
- Topic: generate 5000+ unique image files (.jpg) of 2MB size
- Replies: 14
- Views: 12452
Re: generate 5000+ unique image files (.jpg) of 2MB size
Thanks everyone. It was great help by all of you.
- 2015-06-19T09:03:20-07:00
- Forum: Users
- Topic: generate 5000+ unique image files (.jpg) of 2MB size
- Replies: 14
- Views: 12452
Re: generate 5000+ unique image files (.jpg) of 2MB size
For everyone who needs this code is below. ======================================= #!/bin/sh convert -size 1024x768 xc:green -random-threshold 1x99% background.ppm for ((I=1; I<=5000; I++)) do convert background.ppm -fill white -draw "scale 4,4 gravity center text 0,0 '$I'" -quality 98 /opt/Loc1 ...
- 2015-06-19T06:40:14-07:00
- Forum: Users
- Topic: generate 5000+ unique image files (.jpg) of 2MB size
- Replies: 14
- Views: 12452
Re: generate 5000+ unique image files (.jpg) of 2MB size
Thanks Snibgo,
It works.
Regards,
Sushil Kumar
It works.
Regards,
Sushil Kumar
- 2015-06-19T03:59:40-07:00
- Forum: Users
- Topic: generate 5000+ unique image files (.jpg) of 2MB size
- Replies: 14
- Views: 12452
Re: generate 5000+ unique image files (.jpg) of 2MB size
Hi Snibgo, I believe i did almost same but generated files are not unique. The argument i passed is a number ( $I ). I passed value 4 so total 4X3=12 files got generated. but it seems all images generated by using one "colorBk" are of same property and size. So they are not unique ...
- 2015-06-18T10:32:10-07:00
- Forum: Users
- Topic: generate 5000+ unique image files (.jpg) of 2MB size
- Replies: 14
- Views: 12452
Re: generate 5000+ unique image files (.jpg) of 2MB size
Sure, Thanks Snibgo, Hi Snibgo, I am using 5 directory to run this script in parallel and each directory will generate 1000 files.So total target of 5000 files will be achieved soon. I am sure that running from one location will generate all unique image files. Is their any change that if i run same ...
- 2015-06-18T08:01:53-07:00
- Forum: Users
- Topic: generate 5000+ unique image files (.jpg) of 2MB size
- Replies: 14
- Views: 12452
Re: generate 5000+ unique image files (.jpg) of 2MB size
Yes Snibgo, If all files are of almost same size then it is well and good but content should not be same. i.e all images should be unique.
I will check plasma and noise function to create these images.
If any other suggestion it will be great.
Regards,
Sushil Kumar
I will check plasma and noise function to create these images.
If any other suggestion it will be great.
Regards,
Sushil Kumar
- 2015-06-18T05:58:43-07:00
- Forum: Users
- Topic: generate 5000+ unique image files (.jpg) of 2MB size
- Replies: 14
- Views: 12452
generate 5000+ unique image files (.jpg) of 2MB size
Hi,
I need to generate 5000 unique image files (.jpg) of 2MB size. Can anyone help me in getting the command for generation this many unique file on x86_64 GNU/Linux Operating System. I can provide a sample image file if required.
Regards,
Sushil Kumar
I need to generate 5000 unique image files (.jpg) of 2MB size. Can anyone help me in getting the command for generation this many unique file on x86_64 GNU/Linux Operating System. I can provide a sample image file if required.
Regards,
Sushil Kumar