I am using winFF in Ubuntu 10.04. WinFF is a graphical frontend to ffmpeg.
Typically, after selecting a file in WinFF, setting my conversion settings and pressing the "Convert" button, a console appears with output from the conversion process and prompts requesting permission to continue.
However, now, when I press convert, I only see a blank console with a command prompt such as:
oneat@oneat-desktop:~$
I thought I had misconfigured something, but I reinstalled everything but problem continues. Could you help me ?
In general console output still works, since I see output when I run the following script:
#!/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"
_quot;LIKE A G6_quot;
actually part of the file name or was this some copy and pasting error? Also, are you saying that this series of commands work when you type them in but not when you run your script using something like$ ./myscript.sh
? – Steven D Jan 11 '11 at 22:26