This repository was archived by the owner on Sep 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3434## Download from Github
3535
3636``` shell
37- go get github. com/floostack/ transcoder
37+ go get git.code.oa. com/yt-media-ai-videounderstanding/gh-floostack- transcoder
3838```
3939
4040## Example
@@ -45,7 +45,7 @@ package main
4545import (
4646 " log"
4747
48- ffmpeg " github. com/floostack/ transcoder/ffmpeg"
48+ ffmpeg " git.code.oa. com/yt-media-ai-videounderstanding/gh-floostack- transcoder/ffmpeg"
4949)
5050
5151func main () {
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ import (
1414 "strconv"
1515 "strings"
1616
17- "github. com/floostack/ transcoder"
18- "github. com/floostack/ transcoder/utils"
17+ "git.code.oa. com/yt-media-ai-videounderstanding/gh-floostack- transcoder"
18+ "git.code.oa. com/yt-media-ai-videounderstanding/gh-floostack- transcoder/utils"
1919)
2020
2121// Transcoder ...
Original file line number Diff line number Diff line change 11package ffmpeg
22
3- import "github. com/floostack/ transcoder"
3+ import transcoder "git.code.oa. com/yt-media-ai-videounderstanding/gh-floostack- transcoder"
44
55// Metadata ...
66type Metadata struct {
Original file line number Diff line number Diff line change 1- module github. com/floostack/ transcoder
1+ module git.code.oa. com/yt-media-ai-videounderstanding/gh-floostack- transcoder
22
33go 1.13
You can’t perform that action at this time.
0 commit comments