No result generated when making use of winFF
I am making use of winFF in Ubuntu 10.04. WinFF is a visual frontend to ffmpeg.
Commonly, after picking a documents in WinFF, establishing my conversion setups and also pushing the "Convert" switch, a console shows up with result from the conversion procedure and also motivates asking for approval to proceed.
Nonetheless, currently, when I push transform, I just see an empty console with a command motivate such as:
[email protected]:~$
I assumed I had actually misconfigured something, yet I re-installed every little thing yet trouble proceeds. Could you aid me?
As a whole console result still functions, given that I see result when I run the adhering to manuscript:
#!/bin/sh
echo -n "\033]0; Converting _quot;LIKE A G6_quot; (OFFICIAL) FAR EAST MOVEMENT (FM) feat (1/1)\007"
/usr/bin/ffmpeg -i "/home/oneat/dwhelper/_quot;LIKE A G6_quot; (OFFICIAL) FAR EAST MOVEMENT (FM) feat.flv" -acodec libmp3lame -vcodec msmpeg4 -ab 192kb -b 1000kb -s 640x480 -ar 44100 "/home/oneat/_quot;LIKE A G6_quot; (OFFICIAL) FAR EAST MOVEMENT (FM) feat.avi"
read -p "Press Enter to Continue" dumbyvar
rm "/home/oneat/.winff/ff110111193250.sh"
I do not recognize anything concerning this software program, yet after promptly mounting it, I think it was not well packaged.
You claimed that you attempted re-installing the plan ; nonetheless, when you re-installed it, did you additionally remove its arrangement documents? By default in Debian, Ubuntu, and also various other circulations, arrangement documents are left in instance you re-install once more. I would certainly attempt something like the following (as root):
# apt-get purge winff
# apt-get update
# apt-get install winff
From the apt-get
hand-operated web page:
remove
cleanup corresponds remove other than that plans are gotten rid of and also removed (any kind of arrangement documents are removed also).
Related questions