File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 34
34
## Download from Github
35
35
36
36
``` shell
37
- go get github.com/floostack /transcoder
37
+ go get github.com/lyaf /transcoder
38
38
```
39
39
40
40
## Example
@@ -45,7 +45,7 @@ package main
45
45
import (
46
46
" log"
47
47
48
- ffmpeg " github.com/floostack /transcoder/ffmpeg"
48
+ ffmpeg " github.com/lyaf /transcoder/ffmpeg"
49
49
)
50
50
51
51
func main () {
Original file line number Diff line number Diff line change @@ -13,9 +13,10 @@ import (
13
13
"regexp"
14
14
"strconv"
15
15
"strings"
16
+ "syscall"
16
17
17
- "github.com/floostack /transcoder"
18
- "github.com/floostack /transcoder/utils"
18
+ "github.com/lyaf /transcoder"
19
+ "github.com/lyaf /transcoder/utils"
19
20
)
20
21
21
22
// Transcoder ...
Original file line number Diff line number Diff line change 1
1
package ffmpeg
2
2
3
- import "github.com/floostack /transcoder"
3
+ import "github.com/lyaf /transcoder"
4
4
5
5
// Metadata ...
6
6
type Metadata struct {
You can’t perform that action at this time.
0 commit comments