Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit e1dc78a

Browse files
author
ahmad
committed
update package
1 parent dea8052 commit e1dc78a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 FlooStack
3+
Copyright (c) 2020 ahmadissa
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
## Download from Github
1616

1717
```shell
18-
go get github.com/floostack/transcoder
18+
go get github.com/ahmadissa/transcoder
1919
```
2020

2121
## Example
@@ -26,7 +26,7 @@ package main
2626
import (
2727
"log"
2828

29-
ffmpeg "github.com/floostack/transcoder/ffmpeg"
29+
ffmpeg "github.com/ahmadissa/transcoder/ffmpeg"
3030
)
3131

3232
func main() {
@@ -39,7 +39,7 @@ func main() {
3939
Hwaccel: &hwaccel,
4040
VideoCodec: &videoCodec,
4141
}
42-
42+
4343
format := "mp4"
4444
overwrite := true
4545

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/floostack/transcoder
1+
module github.com/ahmadissa/transcoder
22

33
go 1.13

0 commit comments

Comments
 (0)