Hello,
I grab sponsor video, and manualy select thumbs through Preload 2
Have few questions:
How can I save full size thumbs after selection? To crop it in other cjs ?
In wiki I found extra thumb must be saved like add thumb with suffix extra, but actually script save it in folder extra_thumb and ...
Search found 9 matches
- Tue Sep 05, 2017 8:43 am
- Forum: SmartCJ Support Forum
- Topic: Thumbs
- Replies: 1
- Views: 2106
- Mon Aug 21, 2017 8:06 am
- Forum: SmartCJ Support Forum
- Topic: Thumb output
- Replies: 3
- Views: 3071
Re: Thumb output
But if I create file my.php
<script type="text/javascript">
document.cookie =
"sw=" + screen.width;
</script>
<?php
include('./scj/tube/index.php');
?>
I can detect width before page generation, write? But in same load session I can't read $_COOKIE['sw'] in template.
Second page load works ...
<script type="text/javascript">
document.cookie =
"sw=" + screen.width;
</script>
<?php
include('./scj/tube/index.php');
?>
I can detect width before page generation, write? But in same load session I can't read $_COOKIE['sw'] in template.
Second page load works ...
- Mon Aug 21, 2017 7:39 am
- Forum: SmartCJ Support Forum
- Topic: Thumb output
- Replies: 3
- Views: 3071
Thumb output
Hello, I use div blocks on the main page. Favorites, Best, New, etc.
Blocks are responsive.
When screen width say 1280px and I call thumbs output <thumb num=1-35></thumb>
I have 5 rows and 7 columns and it's OK.
But when screen width 1024px I have last row with empty thumb cells.
Question : How can ...
Blocks are responsive.
When screen width say 1280px and I call thumbs output <thumb num=1-35></thumb>
I have 5 rows and 7 columns and it's OK.
But when screen width 1024px I have last row with empty thumb cells.
Question : How can ...
- Thu Aug 17, 2017 8:24 am
- Forum: SmartCJ Support Forum
- Topic: PHP in templates
- Replies: 1
- Views: 2301
PHP in templates
Hi, please help!
I want to mix video and pictures thumbs on main page and try to run code
<?php
for($i=1;$i<20;$i++) {
if($a%2==0)
echo '<thumb content_type=movie num='.$i.'></thumb>';
else
echo '<thumb content_type=image num='.$i.'></thumb>';
}
?>
But it doesn't works Warning: Division by zero ...
I want to mix video and pictures thumbs on main page and try to run code
<?php
for($i=1;$i<20;$i++) {
if($a%2==0)
echo '<thumb content_type=movie num='.$i.'></thumb>';
else
echo '<thumb content_type=image num='.$i.'></thumb>';
}
?>
But it doesn't works Warning: Division by zero ...
- Thu Jul 13, 2017 10:59 am
- Forum: SmartCJ Support Forum
- Topic: Video player & join videos
- Replies: 3
- Views: 3403
Re: Video player & join videos
Yes I can do it with mencoder and many other coders if I will host video.
In my case I mean to play parts of movies form sponsors host.
Like array in the loop
In my case I mean to play parts of movies form sponsors host.
Like array in the loop
- Wed Jul 12, 2017 5:47 pm
- Forum: SmartCJ Support Forum
- Topic: Video player & join videos
- Replies: 3
- Views: 3403
Video player & join videos
Hi friends,
Very often sponsors offer splited videos like in example:
http://sponsorsite.com/video/part_1.mp4
http://sponsorsite.com/video/part_2.mp4
http://sponsorsite.com/video/part_3.mp4
http://sponsorsite.com/video/part_4.mp4
Is there any players capable of doing join these videos in one clip ...
Very often sponsors offer splited videos like in example:
http://sponsorsite.com/video/part_1.mp4
http://sponsorsite.com/video/part_2.mp4
http://sponsorsite.com/video/part_3.mp4
http://sponsorsite.com/video/part_4.mp4
Is there any players capable of doing join these videos in one clip ...
- Wed Jul 05, 2017 2:58 pm
- Forum: SmartCJ Support Forum
- Topic: Crop thumbs from video
- Replies: 4
- Views: 3744
Re: Crop thumbs from video
Original video was 1280x720
after I use bottom 60px black line was deleted.
after I use bottom 60px black line was deleted.
- Wed Jul 05, 2017 12:04 pm
- Forum: SmartCJ Support Forum
- Topic: Crop thumbs from video
- Replies: 4
- Views: 3744
Re: Crop thumbs from video
Problem solved.
- Wed Jul 05, 2017 11:48 am
- Forum: SmartCJ Support Forum
- Topic: Crop thumbs from video
- Replies: 4
- Views: 3744
Crop thumbs from video
Hi,
I'am trying to import mp4 video and delete black line in the bottom of the thumbs
In group I set thumb size 360x240 and Crop profile
Crop profile (bottom 20)
After thumbs created in thumb stats I see thumbs but no black line removed.
If I use advanced crop all works OK.
Please help me.
I'am trying to import mp4 video and delete black line in the bottom of the thumbs
In group I set thumb size 360x240 and Crop profile
Crop profile (bottom 20)
After thumbs created in thumb stats I see thumbs but no black line removed.
If I use advanced crop all works OK.
Please help me.







