Compare commits
3 Commits
fc38a1b20c
...
0.1.1
Author | SHA1 | Date | |
---|---|---|---|
c572a3cabe | |||
7cc22e1553
|
|||
9bb19a0263
|
@@ -1,3 +1,5 @@
|
|||||||
# ffmpeg-gui
|
# ffmpeg-gui
|
||||||
|
|
||||||
Простенький интерфейс к программе ffmpeg.
|
Простенький интерфейс к программе ffmpeg.
|
||||||
|
|
||||||
|
<img src="images/screenshot-ffmpeg-gui.png">
|
BIN
images/screenshot-ffmpeg-gui.png
Executable file
BIN
images/screenshot-ffmpeg-gui.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
@@ -127,7 +127,8 @@ func (v View) getButtonFileVideoForConversion(form *widget.Form, progress *widge
|
|||||||
setStringSuccessStyle(fileVideoForConversionMessage)
|
setStringSuccessStyle(fileVideoForConversionMessage)
|
||||||
|
|
||||||
form.Enable()
|
form.Enable()
|
||||||
progress.Hide()
|
progress.Value = 0
|
||||||
|
progress.Refresh()
|
||||||
conversionMessage.Text = ""
|
conversionMessage.Text = ""
|
||||||
}, v.w)
|
}, v.w)
|
||||||
fileDialog.Show()
|
fileDialog.Show()
|
||||||
|
@@ -153,7 +153,6 @@ func (p progress) Run(stdOut io.ReadCloser, stdErr io.ReadCloser) error {
|
|||||||
|
|
||||||
p.progressbar.Value = 0
|
p.progressbar.Value = 0
|
||||||
p.progressbar.Max = p.totalDuration
|
p.progressbar.Max = p.totalDuration
|
||||||
p.progressbar.Show()
|
|
||||||
p.progressbar.Refresh()
|
p.progressbar.Refresh()
|
||||||
|
|
||||||
progress := 0.0
|
progress := 0.0
|
||||||
|
Reference in New Issue
Block a user