Archive

Posts Tagged ‘flv videos’

Flv Videos Download Script

February 18th, 2010 Comments off

I have a php script that crawl adult tube sites like pornhub.com jizzhut.com etc…, download .flv videos directly to a server, and save as list in a .txt file in the following format DESCRIPTION|URL|TAGS. it also has a feature to avoid saving duplicate videos.

the script is however not working anymore as the sites changed their url structure, design or whatever else might have happened.

i need the script fixed.

Flv Videos Fix On Server

November 3rd, 2009 Comments off

Hello!

Our company has a huge video archive that’s been transferred from one server to another.

After the transfer, the video files no longer worked very well (all black). These are FLV files made by Apple QuickTime or Mac.

One example is: http://copynprofit.com/video1.php

Check all browsers, works on some, does not on others.

We need an expert to diagnose and fix this.

You must be an expert in:

- Apple Quicktime
- FLV
- server settings and moving files

This opportunity also represents long-term potential with our illustrious company for some powerful projects ahead.

Watermark Flv Videos – Ffmpeg

October 24th, 2009 Comments off

I need to watermark my flv videos, also i need a text based watermark as well just in case i want to go that way. This is a fairly easy job, i just dont have the time to research it at the moment.

I also require the correct command for converting flv to 3gp for mobiles

Currently i have this, but i need to make sure first
exec (‘ffmpeg -i test.flv -ar 8000 -ac 1 -ab 12.2k -s 176×144 test.3gp);

Bear