Skip to content

Commit 76c0268

Browse files
committed
change source video
1 parent 2ed5b7e commit 76c0268

5 files changed

+9
-8
lines changed

examples/start_encode.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
$transcodingProfileId = 'abcdefgh';
1313
$transferMethodId = 'abcdefgh';
1414

15-
$video_url = 'https://qa.qencode.com/static/bbb_sunflower_1080p_60fps_normal_339mb.mp4';
15+
//$video_url = 'https://qa.qencode.com/static/bbb_sunflower_1080p_60fps_normal_339mb.mp4';
16+
$video_url = 'https://nyc3.s3.qencode.com/qencode/bbb_30s.mp4';
1617

1718
$q = new QencodeApiClient($apiKey);
1819

examples/start_encode2.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414
// Replace this with your API key
1515
$apiKey = '12345678';
16-
$video_url = 'https://qa.qencode.com/static/1.mp4';
16+
//$video_url = 'https://qa.qencode.com/static/1.mp4';
17+
$video_url = 'https://nyc3.s3.qencode.com/qencode/bbb_30s.mp4';
1718

1819
$q = new QencodeApiClient($apiKey);
1920

examples/start_encode2_json.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
$apiKey = '12345678';
1616
$params = '
1717
{"query": {
18-
"source": "https://qa.qencode.com/static/timer.mp4",
18+
"source": "https://nyc3.s3.qencode.com/qencode/bbb_30s.mp4",
1919
"format": [
2020
{
2121
"output": "mp4",

examples/start_encode2_stitch.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
// API key can be found in your account on https://cloud.qencode.com under Project settings
1616
$apiKey = '5a5db6fa5b4c5';
1717

18-
$video1_url = 'https://qa.qencode.com/static/1.mp4';
19-
$video2_url = 'https://qa.qencode.com/static/bbb_sunflower_1080p_60fps_normal_339mb.mp4';
18+
$video1_url = 'https://nyc3.s3.qencode.com/qencode/bbb_30s.mp4';
19+
$video2_url = 'https://nyc3.digitaloceanspaces.com/qencode/manyvids/60_Tinder_hookup_BEFORE_MV_upload.mp';
2020

2121
$q = new QencodeApiClient($apiKey);
2222

examples/start_encode_stitch.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
$transcodingProfileId = '5a5db6fa5b8ac,5a5db6fa5c263';
1313
$transferMethodId = 'abcdefgh';
1414

15-
$video1_url = 'https://qa.qencode.com/static/1.mp4';
16-
$video2_url = 'https://qa.qencode.com/static/bbb_sunflower_1080p_60fps_normal_339mb.mp4';
17-
15+
$video1_url = 'https://nyc3.s3.qencode.com/qencode/bbb_30s.mp4';
16+
$video2_url = 'https://nyc3.digitaloceanspaces.com/qencode/manyvids/60_Tinder_hookup_BEFORE_MV_upload.mp';
1817

1918
$q = new QencodeApiClient($apiKey);
2019

0 commit comments

Comments
 (0)