VideoHelp Forum




Results 1 to 4 of 4
  1. Member
    Join Date
    Apr 2008
    Location
    United States
    Search Comp PM
    Any help with this would be awesome and much appreciated.

    This is the log:

    Encoding started on Tue Apr 22 10:36:28 PDT 2008
    FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
    Mac OSX universal build for ffmpegX
    configuration: --enable-mp3lame --enable-gpl --disable-vhook --disable-ffplay --disable-ffserver --enable-a52 --enable-xvid --enable-faac --enable-faad --enable-amr_nb --enable-pthreads --enable-x264
    libavutil version: 49.0.0
    libavcodec version: 51.9.0
    libavformat version: 50.4.0
    built on Apr 15 2006 08:41:02, gcc: 3.3 20030304 (Apple Computer, Inc. build 1666)
    Input #0, mpeg, from '/Users/waltwity/Desktop/movie_01.mpg':
    Duration: 00:00:16.7, start: 0.569733, bitrate: 768 kb/s
    Stream #0.0[0x1e0], 29.97 fps(r): Video: mpeg1video, yuv420p, 368x272, 600 kb/s
    Stream #0.1[0x1c0]: Audio: mp2, 32000 Hz, mono, 32 kb/s
    Output #0, flv, to '/Users/waltwity/Desktop/fog.flv':
    Stream #0.0, 29.97 fps(c): Video: flv, yuv420p, 320x240, q=2-15, 200 kb/s
    Stream #0.1: Audio: mp3, 22050 Hz, stereo, 56 kb/s
    Stream mapping:
    Stream #0.0 -> #0.0
    Stream #0.1 -> #0.1
    Press [q] to stop encoding
    frame= 600 q=7.8 Lsize= 712kB time=20.0 bitrate= 291.5kbits/s
    video:554kB audio:137kB global headers:0kB muxing overhead 3.097069%
    bench: utime=5.149s
    sh: /Applications/ffmpegX.app//Contents/Resources/flvtool2: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby: bad interpreter: No such file or directory

  2. Explorer Case's Avatar
    Join Date
    Feb 2004
    Location
    Middle Earth
    Search Comp PM
    Originally Posted by waltwity
    video:554kB audio:137kB
    It seems the video and audio were encoded fine.

    Originally Posted by waltwity
    sh: /Applications/ffmpegX.app//Contents/Resources/flvtool2: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby: bad interpreter: No such file or directory
    A problem with (the location of) 'Ruby' may prevent the flvtool2 to include meta data in the (otherwise perfectly fine) output file.
    Here's a how-to for fixing that: https://forum.videohelp.com/topic345126.html#1807644

  3. Member
    Join Date
    Apr 2008
    Location
    United States
    Search Comp PM
    Originally Posted by Case
    Originally Posted by waltwity
    video:554kB audio:137kB
    It seems the video and audio were encoded fine.

    Originally Posted by waltwity
    sh: /Applications/ffmpegX.app//Contents/Resources/flvtool2: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby: bad interpreter: No such file or directory
    A problem with (the location of) 'Ruby' may prevent the flvtool2 to include meta data in the (otherwise perfectly fine) output file.
    Here's a how-to for fixing that: https://forum.videohelp.com/topic345126.html#1807644
    That did! Thanks a bunch. That worked in OS 10.4. I tried editing the flvtool2 in text editor for Mac OS 10.3.9 but gave me "failed" in the progress app. Is there a special tweek in Mac OS 10.3?

    This is the log:
    Input #0, mpeg, from '/Volumes/walterflores/Public/thm_01.mpg':
    Duration: 00:00:16.7, start: 0.569733, bitrate: 768 kb/s
    Stream #0.0[0x1e0], 29.97 fps(r): Video: mpeg1video, yuv420p, 368x272, 600 kb/s
    Stream #0.1[0x1c0]: Audio: mp2, 32000 Hz, mono, 32 kb/s
    Output #0, flv, to '/Users/walter/Desktop/04.flv':
    Stream #0.0, 12.00 fps(c): Video: flv, yuv420p, 320x240, q=2-15, 200 kb/s
    Stream #0.1: Audio: mp3, 22050 Hz, stereo, 56 kb/s
    Stream mapping:
    Stream #0.0 -> #0.0
    Stream #0.1 -> #0.1
    Press [q] to stop encoding
    frame= 241 q=4.5 Lsize= 705kB time=20.1 bitrate= 287.7kbits/s
    video:552kB audio:137kB global headers:0kB muxing overhead 2.290624%
    video:552kB audio:137kB global headers:0kB muxing overhead 2.290624%
    bench: utime=3.140s
    ERROR: undefined method `to_int' for 19000:Float
    ERROR: /usr/local/lib/ruby/site_ruby/1.6/flvtool2/base.rb:181:in `add_meta_data_tag'
    ERROR: /usr/local/lib/ruby/site_ruby/1.6/flvtool2/base.rb:137:in `update'
    ERROR: /usr/local/lib/ruby/site_ruby/1.6/flvtool2/base.rb:47:in `send'
    ERROR: /usr/local/lib/ruby/site_ruby/1.6/flvtool2/base.rb:47:in `execute!'
    ERROR: /usr/local/lib/ruby/site_ruby/1.6/flvtool2/base.rb:46:in `each'
    ERROR: /usr/local/lib/ruby/site_ruby/1.6/flvtool2/base.rb:46:in `execute!'
    ERROR: /usr/local/lib/ruby/site_ruby/1.6/flvtool2/base.rb:44:in `process_files'
    ERROR: /usr/local/lib/ruby/site_ruby/1.6/flvtool2/base.rb:225:in `each'
    ERROR: /usr/local/lib/ruby/site_ruby/1.6/flvtool2/base.rb:225:in `process_files'
    ERROR: /usr/local/lib/ruby/site_ruby/1.6/flvtool2/base.rb:44:in `execute!'
    ERROR: /usr/local/lib/ruby/site_ruby/1.6/flvtool2.rb:168:in `execute!'
    ERROR: /usr/local/lib/ruby/site_ruby/1.6/flvtool2.rb:228
    ERROR: /Applications/ffmpegX.app//Contents/Resources/flvtool2:2:in `require'
    ERROR: /Applications/ffmpegX.app//Contents/Resources/flvtool2:2
    Encoding completed on Wed Apr 23 10:38:00 PDT 2008

  4. Explorer Case's Avatar
    Join Date
    Feb 2004
    Location
    Middle Earth
    Search Comp PM
    Originally Posted by waltwity
    Is there a special tweek in Mac OS 10.3?
    I wouldn't know.




Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!