tocariimaa
|
01c7151dd3
|
remove redundant os.Remove
The created temporal file is already within another temporary directory
that already gets removed (along with its contents) with `os.RemoveAll`.
|
2025-01-04 13:03:44 -03:00 |
|
tocariimaa
|
2b0a0dbcf5
|
use fmt.Fprintf to write to the file directly
...instead of creating a new string with `fmt.Sprintf` and writing it
with to the file separately.
|
2025-01-01 13:31:56 -03:00 |
|
tocariimaa
|
d14376431e
|
allow custom codec flags to ffmpeg, output stderr
|
2024-12-31 13:37:59 -03:00 |
|
tocariimaa
|
9bab1e8413
|
add conversion.go
|
2024-12-30 23:11:29 -03:00 |
|