Версия 0.5.0 #6

Merged
kor-elf merged 6 commits from develop into main 2024-03-08 00:59:42 +05:00
Showing only changes of commit 68d9c4bb66 - Show all commits

View File

@ -201,6 +201,7 @@ func (s Convertor) ChangeFFprobePath(path string) (bool, error) {
func (s Convertor) GetSupportFormats() (encoder.ConvertorFormatsContract, error) {
formats := encoder.NewConvertorFormats()
cmd := exec.Command(s.ffPathUtilities.FFmpeg, "-encoders")
helper.PrepareBackgroundCommand(cmd)
stdOut, err := cmd.StdoutPipe()
if err != nil {