| Author |
Message |
major Forum Admin
Joined: 12 May 2001
|
|
http://ffmpegX.com/download.html
v0.0.9y - Jan 26, 2008
- Fixes for Leopard compatibility
- Added iPhone preset
- Added metadata in FLV encoding (to enable progress indicator in Flash video playback)
Note: to use the FLV metadata feature you also need to install FLVtool2 available here http://rubyforge.org/frs/download.php/17497/flvtool2-1.0.6.tgz
1/ decompress the folder
2/ open terminal.app
3/ cd [drop folder here]
4/ ruby setup.rb config
ruby setup.rb setup
sudo ruby setup.rb install [will require that you enter your login password]
|
|
Case Explorer
Joined: 04 Feb 2004 Location: Middle Earth
|
|
Thanks, major!
|
|
G Rom Member
Joined: 03 Aug 2005 Location: Montpellier, France
|
|
Thanks a-lot !
Will try that one as soon as the Australian Open Final is over
|
|
joshmunkey Member
Joined: 29 Jan 2006 Location: United States
|
|
nice! thanks for the hard work, major.
|
|
G Rom Member
Joined: 03 Aug 2005 Location: Montpellier, France
|
|
I tried that new version with few DV to H.264 conversion.
No bug so far
Great work major !
One thing I wanted to report for a long time now...
Would it be possible to save the "Open Terminal Window..." setting ?
I always use the terminal to encode and it would be nice to keep that setting between every launch.
|
|
G Rom Member
Joined: 03 Aug 2005 Location: Montpellier, France
|
|
sepulcrio Member
Joined: 30 Dec 2005 Location: Italy
|
|
Case Explorer
Joined: 04 Feb 2004 Location: Middle Earth
|
|
| major wrote: |
v0.0.9y - Jan 26, 2008
- Fixes for Leopard compatibility
- Added iPhone preset
- Added metadata in FLV encoding |
You also changed the way mplayer deals with spaces in the path, right? It seems much more tolerant now.
|
|
major Forum Admin
Joined: 12 May 2001
|
|
Possibly there were minor changes there, committed some time ago.
|
|
grindstugan Member
Joined: 27 Nov 2008 Location: Sweden
|
|
| major wrote: |
http://ffmpegX.com/download.html
v0.0.9y - Jan 26, 2008
- Fixes for Leopard compatibility
- Added iPhone preset
- Added metadata in FLV encoding (to enable progress indicator in Flash video playback)
Note: to use the FLV metadata feature you also need to install FLVtool2 available here http://rubyforge.org/frs/download.php/17497/flvtool2-1.0.6.tgz
1/ decompress the folder
2/ open terminal.app
3/ cd [drop folder here]
4/ ruby setup.rb config
ruby setup.rb setup
sudo ruby setup.rb install [will require that you enter your login password] |
Nope
I get this error:
| Code: |
| /Users/per_h/Applications-Test/ffmpegX.app//Contents/Resources/flvtool2: /usr/local/lib/ruby/site_ruby/1.8/: bad interpreter: Permission denied |
It would be nice to know what's wrong, since I've followed the instructions... Does it need a restart? Change of persmissions?
|
|
Case Explorer
Joined: 04 Feb 2004 Location: Middle Earth
|
|
| grindstugan wrote: |
I get this error:
| Code: |
| /Users/per_h/Applications-Test/ffmpegX.app//Contents/Resources/flvtool2: /usr/local/lib/ruby/site_ruby/1.8/: bad interpreter: Permission denied |
It would be nice to know what's wrong, since I've followed the instructions... Does it need a restart? Change of persmissions? |
a) "Permission denied" seems to indicate that you aren't logged in with an account that has administrator privileges.
b) ffmpegX should be in /Applications, the all-users Applications folder in the root of the boot volume. Another reason to log in as admin.
c) check if 'ruby' is in /usr/local/lib/ruby/site_ruby/1.8/ . Mine (PPC, 10.4.11) was in /usr/bin/, and I had to change that to make it work.
|
|
rumplestiltskin Member
Joined: 15 Jun 2003 Location: United States
|
|
Do we still need to substitute the .9s mencoder in order to modify size and position of subtitles?
|
|
grindstugan Member
Joined: 27 Nov 2008 Location: Sweden
|
|
| Case wrote: |
a) "Permission denied" seems to indicate that you aren't logged in with an account that has administrator privileges.
b) ffmpegX should be in /Applications, the all-users Applications folder in the root of the boot volume. Another reason to log in as admin.
c) check if 'ruby' is in /usr/local/lib/ruby/site_ruby/1.8/ . Mine (PPC, 10.4.11) was in /usr/bin/, and I had to change that to make it work. |
Well, probably... but no
a) I've logged in as an administrator (and installed the packages as one) - but if privileges are correct set it shouldn't be a problem.
b) I've tried with FFMPEG in /Applications with the same result, but that shouldn't cause a problem either (since the ruby app is called directly).
c) Ok, that could be it but...
When I change the script according to the instructions in your refreence I get:
| Code: |
/Applications/ffmpegX.app//Contents/Resources/flvtool2:2:in `require': No such file to load -- flvtool2 (LoadError)
from /Applications/ffmpegX.app//Contents/Resources/flvtool2:2 |
So that doesn't seems like the solution.
Im fully aware that there is some kind of misconf on my behalf, but I'm following the instructions and get no help.
Please give me some more ideas to test
|
|
|
|