We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3139fb commit c168d59Copy full SHA for c168d59
pfop_demo.php
@@ -6,15 +6,15 @@
6
7
$pfop = new Qiniu_Pfop();
8
9
-$pfop->Bucket = "auditlog";
+$pfop->Bucket = "rwxf";
10
$pfop->Key = "1.mp4";
11
12
-$savedKey = "6.m3u8";
+$savedKey = "6.jpg";
13
// $pfop->Fops = "avthumb/flv/r/24/vcodec/libx264";
14
$savedEntry = Qiniu_Encode("$pfop->Bucket:$savedKey");
15
16
-$pfop->Fops = "avthumb/m3u8/segtime/60|saveas/$savedEntry";
17
-$pfop->NotifyURL = "http://api.rwfeng.com/index.php";
+$pfop->Fops = "vframe/jpg/offset/180/w/1000/h/1000/rotate/90|saveas/$savedEntry";
+//$pfop->NotifyURL = "http://api.rwfeng.com/index.php";
18
19
list($ret, $err) = $pfop->MakeRequest($client);
20
0 commit comments