The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
"all" and send to all registered users
i install new version and doing same problem. grab only 1 video
graber-1.0.14
when u release new version ? can u send me anything new u have release
xhamster and xvideos and redtube I test it and did the problem. I add 10 links and grab 1 only.
The property celebs nude world receives data from redundant hostnames. It is recommended that a 301 redirect to your site or to create a search-and-replace filter that removes the prefix "www." of hostnames. Examples of host names: domain.com, www.domain.com.
When u add backround proccess its grab only one video, even if add 10 links or more
I know. ..am talking for front upload. and add tags too as well
can be added auto select categories choosing by title words?
for ex when video title is " milf blah blah" to choose milf or any other words is same with categories
will be nice if you can add this Feature
Conversion direct commands are located in /libraries/framework/video.php
But this is not just one static code for command. Each conversion command is first prepared based on video source parameters and it all goes through set of functions inside video class. All calculated conversion params are passed to final function with ffmpeg command, which for example in 2 pass HD conversions looks like:$cmd = $this->vcfg['ffmpeg_path'].' -i '.escapeshellarg($src).' -y '.$options.$options_audio.$profile.' -pass 2 -passlogfile '.TMP_DIR.'/logs/ffmpegpass-'.$rnd.' '.$dst;
It's specific for ASP script only, not similar to any ready ffmpeg conversion command you can find in any article or post.
Thank you for your reply
So if i want to add my code for watermark where i have to include it?
/libraries/framework/video.php is corect path for this?
Hey Adrian
wich file on script have php code for converting video with ffmpeg command?
Thank you
http://www.celebsnudeworld.com/photo/26 … -richards/
Just click on image and will pop up new image style
you can use keyboard too for next - prev
What you think?
You sent me a email and i didnt answer? I cant give a exact date, but i hope to finish this or next week.
no i mean you not reply to my reply here ))
Thank you
@thiva7: i will add a plugin to create unique content witha synonyms database for Adult Script Pro also in next version.
i worry because you do not answer me
so when release new version?
exec('/usr/bin/ffmpeg -i /path/to/video.mp4', $output); echo var_dump($output);
This didnt work
need this on end of path
2>&1
so code have to be like that
exec('/usr/bin/ffmpeg -i /path/to/video.mp4' 2>&1 , $output);
echo var_dump($output);
Thank you Adrian
The output is
array(36) {
[0]=>
string(77) "ffmpeg version N-60572-gccc48b3 Copyright (c) 2000-2014 the FFmpeg developers"
[1]=>
string(79) " built on Feb 19 2014 19:05:59 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-4)"
[2]=>
string(259) " configuration: --prefix=/usr/local --enable-shared --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvpx --enable-libx264 --enable-libxvid"
[3]=>
string(40) " libavutil 52. 63.101 / 52. 63.101"
[4]=>
string(40) " libavcodec 55. 52.101 / 55. 52.101"
[5]=>
string(40) " libavformat 55. 32.100 / 55. 32.100"
[6]=>
string(40) " libavdevice 55. 9.100 / 55. 9.100"
[7]=>
string(40) " libavfilter 4. 1.102 / 4. 1.102"
[8]=>
string(40) " libswscale 2. 5.101 / 2. 5.101"
[9]=>
string(40) " libswresample 0. 17.104 / 0. 17.104"
[10]=>
string(40) " libpostproc 52. 3.100 / 52. 3.100"
[11]=>
string(95) "Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'my-path-to-video/18087.mp4':"
[12]=>
string(11) " Metadata:"
[13]=>
string(26) " major_brand : isom"
[14]=>
string(25) " minor_version : 512"
[15]=>
string(39) " compatible_brands: isomiso2avc1mp41"
[16]=>
string(41) " creation_time : 1970-01-01 00:00:00"
[17]=>
string(32) " encoder : Lavf53.5.0"
[18]=>
string(59) " Duration: 00:18:50.86, start: 0.000000, bitrate: 601 kb/s"
[19]=>
string(162) " Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 422x238 [SAR 1:1 DAR 211:119], 512 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)"
[20]=>
string(13) " Metadata:"
[21]=>
string(43) " creation_time : 1970-01-01 00:00:00"
[22]=>
string(36) " handler_name : VideoHandler"
[23]=>
string(95) " Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 22050 Hz, stereo, fltp, 55 kb/s (default)"
[24]=>
string(13) " Metadata:"
[25]=>
string(43) " creation_time : 1970-01-01 00:00:00"
[26]=>
string(36) " handler_name : SoundHandler"
[27]=>
string(71) " Stream #0:2(und): Data: none (rtp / 0x20707472), 24 kb/s (default)"
[28]=>
string(13) " Metadata:"
[29]=>
string(43) " creation_time : 2014-01-23 21:43:36"
[30]=>
string(45) " handler_name : GPAC ISO Hint Handler"
[31]=>
string(70) " Stream #0:3(und): Data: none (rtp / 0x20707472), 4 kb/s (default)"
[32]=>
string(13) " Metadata:"
[33]=>
string(43) " creation_time : 2014-01-23 21:43:36"
[34]=>
string(45) " handler_name : GPAC ISO Hint Handler"
[35]=>
string(42) "At least one output file must be specified"
i need only this
[19]=> string(162) " Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 422x238 [SAR 1:1 DAR 211:119], 512 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)"
how i can call only this string?
1) No
2) just partial
3) NO for my main site
4) Yes , is hard to edit 16k videos
5) No
Hey
How i can get video resolution with ffmpeg and php?
i try this
$ffmpeg=/my/path
cmd="$ffmpeg -i /path/to/video.mp4";
echo cmd;
what is wrong? i cant make it work
Nothing important, in new version you have forget to add link on menu to multi line grabber
symtab wrote:More sites
)))) Anyone?
Yes sir! If you are still accepting.
Thanks.
your site not load for me
Ok thats good but pls add on links
option for hard links
Thank you
what new in ASS?
sometimes porn is so funny
hahahahaha
they have only demo site
am looking for live site wich user work and they not have testimonials
Hey guys
am working on some project so i would like to help me
can u please send me links from big tube sites that using scripts?
i would like sites using adullt video script ( AVS ).or any other u have to suggest
Thank you
thiva7 wrote:to be honnest i not belive that, i know few sites that not have unique content and is top on google search.and the weird is that have 0 PR.
so FUCK YOU GOOGLE
i think the new SEO is popular keywords
, the most sites i visit via search its show by keyword or search result on site
That's pretty much what I said. Unique titles and good keywords is all you need; You don't need unique content, you need unique titles.
I hear video descriptions also play a decent role in SEO, not sure personally though.
but that am saying, some sites not have any Unique content, have embed videos from xvideos etc AND keywords, google love or hate this site?
to be honnest i not belive that, i know few sites that not have unique content and is top on google search.and the weird is that have 0 PR.
so FUCK YOU GOOGLE
i think the new SEO is popular keywords , the most sites i visit via search its show by keyword or search result on site