INDEX  F.A.Q.  SEARCH  LATEST POSTS     Rules  Register  Profile  Private messages  Login


Search all forums or this forum: Advanced search
ffmpegX 0.0.9y released

Forum Index -> ffmpegX -> ffmpegX general discussion Printer-friendly version
Reply to topic
Author Message
major
Forum Admin


Joined: 12 May 2001

Post Posted: Jan 26, 2008 18:37 Posts View users profile Send private message Reply with quote

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

Post Posted: Jan 27, 2008 01:26 Posts Comp View users profile Send private message Reply with quote

Thanks, major!


G Rom
Member


Joined: 03 Aug 2005
Location: Montpellier, France

Post Posted: Jan 27, 2008 02:46 Posts Comp View users profile Send private message Reply with quote

Thanks a-lot !
Will try that one as soon as the Australian Open Final is over biggrin.gif


joshmunkey
Member


Joined: 29 Jan 2006
Location: United States

Post Posted: Jan 27, 2008 04:46 Posts Comp View users profile Send private message Reply with quote

nice! thanks for the hard work, major.

G Rom
Member


Joined: 03 Aug 2005
Location: Montpellier, France

Post Posted: Jan 27, 2008 08:20 Posts Comp View users profile Send private message Reply with quote

I tried that new version with few DV to H.264 conversion.
No bug so far smile.gif
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

Post Posted: Jan 27, 2008 09:07 Posts Comp View users profile Send private message Reply with quote

In fact there seems to be an issue with the crop filter.
Or maybe it's the video I use...
Here are some screenshots and the settings used.
Crop was set to 2, 6, 6, 2 and didn't seems to really worked... confused.gif

Original file informations


Original capture


Encoded capture


Settings
http://gerome.free.fr/forum/ffmpegX/crop.ffx

Any guesses question.gif


sepulcrio
Member


Joined: 30 Dec 2005
Location: Italy

Post Posted: Jan 27, 2008 13:28 Posts Comp View users profile Send private message Reply with quote

Thank !

Case
Explorer


Joined: 04 Feb 2004
Location: Middle Earth

Post Posted: Jan 28, 2008 11:29 Posts Comp View users profile Send private message Reply with quote

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. smile.gif


major
Forum Admin


Joined: 12 May 2001

Post Posted: Jan 28, 2008 13:08 Posts View users profile Send private message Reply with quote

Possibly there were minor changes there, committed some time ago.

grindstugan
Member


Joined: 27 Nov 2008
Location: Sweden

Post Posted: Nov 27, 2008 08:56 Posts Comp View users profile Send private message Reply with quote

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 sad.gif

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

Post Posted: Nov 27, 2008 12:30 Posts Comp View users profile Send private message Reply with quote

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

Post Posted: Nov 27, 2008 12:37 Posts Comp View users profile Send private message Reply with quote

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

Post Posted: Nov 28, 2008 01:39 Posts Comp View users profile Send private message Reply with quote

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


Reply to topic All times are GMT - 6 Hours
Forum Index -> ffmpegX -> ffmpegX general discussion Page 1 of 1





You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Jump to:  
Display:   
About   Advertise   Forum Archive   RSS Feeds   Statistics