VideoHelp Forum
+ Reply to Thread
Page 2 of 4
FirstFirst 1 2 3 4 LastLast
Results 31 to 60 of 97
Thread
  1. Member
    Join Date
    Jan 2006
    Location
    United Kingdom
    Search Comp PM
    I wanted to add the real video option you refer to on the download page. However, when I went to the Helix page I could not find the macos-gcc3-pb file. It is refered to on the page but is not in the list of possible downloads. Looks like it has disappeared in the most recent update.

    I have a version from ffmpegXr - will this still work?

    Thanks.
    Quote Quote  
  2. Member
    Join Date
    May 2005
    Location
    Germany
    Search Comp PM
    Originally Posted by gmackenz
    Tried converting a .MKV anime file containing h264, yuv420p, 640x480 video stream and a vorbis stereo audio stream.

    The default DivX .AVI cnverson setting failed immediately with this error:

    Encoding started on Sat Apr 29 01:34:31 PDT 2006
    MEncoder dev-CVS-060413-06:15-3.3 (C) 2000-2006 MPlayer Team
    Mac OSX static build for ffmpegX
    AltiVec found
    CPU: PowerPC
    success: format: 0 data: 0x0 - 0x8bd4159
    [mkv] Track ID 1: video (V_MPEG4/ISO/AVC), -vid 0
    [mkv] Track ID 2: audio (A_VORBIS), -aid 0, -alang und
    [mkv] Will play video track 1
    [mkv] Will play audio track 2
    Matroska file format detected.
    VIDEO: [avc1] 640x480 24bpp 23.975 fps 0.0 kbps ( 0.0 kbyte/s)
    [V] filefmt:31 fourcc:0x31637661 size:640x480 fps:23.98 ftime:=0.0417
    ================================================== ========================
    Opening audio decoder: [libvorbis] Ogg/Vorbis audio decoder
    AUDIO: 48000 Hz, 2 ch, s16be, 144.0 kbit/9.38% (ratio: 18000->192000)
    Selected audio codec: [vorbis] afm: libvorbis (OggVorbis Audio Decoder)
    ================================================== ========================
    Opening video filter: [expand osd=1]
    Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1
    Opening video filter: [scale w=640 h=480]
    ================================================== ========================
    Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
    Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
    Audio LAVC, couldn't find encoder for codec mp3
    ================================================== ========================
    Forcing output fourcc to 58564944 [XVID]
    Exiting...
    Simimilar thing with an mp4 file I had:

    Encoding started on Sat Apr 29 16:09:46 CEST 2006
    MEncoder dev-CVS-060413-06:15-3.3 (C) 2000-2006 MPlayer Team
    Mac OSX static build for ffmpegX
    AltiVec found
    CPU: PowerPC
    success: format: 0 data: 0x0 - 0xe8c411f
    Quicktime/MOV file format detected.
    VIDEO: [avc1] 640x480 24bpp 23.976 fps 0.0 kbps ( 0.0 kbyte/s)
    [V] filefmt:7 fourcc:0x31637661 size:640x480 fps:23.98 ftime:=0.0417
    ================================================== ========================
    Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
    AUDIO: 48000 Hz, 2 ch, s16be, 127.8 kbit/8.32% (ratio: 15975->192000)
    Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio) decoder)
    ================================================== ========================
    Opening video filter: [expand osd=1]
    Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1
    Opening video filter: [scale w=640 h=480]
    ================================================== ========================
    Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
    Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
    ================================================== ========================
    Forcing output fourcc to 58564944 [XVID]
    Audio LAVC, couldn't find encoder for codec mp3
    Exiting...
    Quote Quote  
  3. Member
    Join Date
    Jan 2006
    Location
    United Kingdom
    Search Comp PM
    Just tried out the new version and problems I had with version "v" have got worse.

    Scenario 1
    : Exported from iMovie (PAL) to a QT movie file at DV quality with stereo 44.1khz audio
    Conveted with AVI DivX (mencoder) to avi. Video is fine but no sound
    (Had this problem with version v and never found a way around it - tried different sound tracks etc.

    Scenario 2
    . In version "v" I used this technique to get an avi with sound.
    Exported from iMovie to DV and then used the same encoder to get an Avi. With the previous version this worked. Now I get a file that quick time does not understand (-2048).
    (Edit: I reverted to version v and re-installed the old binaries and this DV file worked fine)

    The log for version w was:

    Encoding started on Sat Apr 29 15:46:56 BST 2006
    MEncoder dev-CVS-060413-06:15-3.3 (C) 2000-2006 MPlayer Team
    Mac OSX static build for ffmpegX
    AltiVec found
    CPU: PowerPC
    success: format: 0 data: 0x0 - 0x1d86980
    RAWDV file format detected.
    VIDEO: [DVSD] 720x576 24bpp 25.000 fps 0.0 kbps ( 0.0 kbyte/s)
    [V] filefmt:22 fourcc:0x44535644 size:720x576 fps:25.00 ftime:=0.0400
    ================================================== ========================
    Opening audio decoder: [libdv] Raw DV Audio Decoder
    AUDIO: 48000 Hz, 2 ch, s16be, 28800.0 kbit/1875.00% (ratio: 3600000->192000)
    Selected audio codec: [libdv] afm: libdv (raw DV audio decoder (libdv))
    ================================================== ========================
    Opening video filter: [expand osd=1]
    Requested video codec family [qdv] (vfm=dshow) not available.
    Enable it at compilation.
    00, round: 1
    Opening video filter: [scale w=640 h=352]
    ================================================== ========================
    Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
    Selected video codec: [ffdv] vfm: ffmpeg (FFmpeg DV decoder)
    ================================================== ========================
    Forcing output fourcc to 58564944 [XVID]
    Exiting...
    Audio LAVC, couldn't find encoder for codec mp3
    Quote Quote  
  4. Above two reports are the same, there is a problem with mp3 in the PPC binary and I'm working on it right now.
    Quote Quote  
  5. Originally Posted by whitedb
    I wanted to add the real video option you refer to on the download page. However, when I went to the Helix page I could not find the macos-gcc3-pb file. It is refered to on the page but is not in the list of possible downloads. Looks like it has disappeared in the most recent update.

    I have a version from ffmpegXr - will this still work?

    Thanks.
    Yes, real is the same as before, and it is also available here as written in the download page
    http://prdownloads.sourceforge.net/mplayerosx/reallib.zip?download
    Quote Quote  
  6. Small typo: your homepage still says 0.0.9v....
    Quote Quote  
  7. Originally Posted by major
    Above two reports are the same, there is a problem with mp3 in the PPC binary and I'm working on it right now.
    Does it work with this binary?
    ftp.. [edit: now again hosted at sourceforge on the following link]
    http://prdownloads.sourceforge.net/mplayerosx/ffmpegXbinaries20060307.zip?download

    (the installer will complain it is a wrong version, for now just answer "cancel")
    Quote Quote  
  8. Member
    Join Date
    Jan 2006
    Location
    United Kingdom
    Search Comp PM
    Major,
    Thanks for looking at this. I installed the new binaries (no complaints from the installer) and tried my two test files.

    Test 1: Quicktime movie exported from iMovie (PAL) at dv quality. Plays fine in QT but ffmemgX still produces an avi with no sound (same occured in version v). The log file is given below. I tried selecting different audio channels but still no audio.

    Encoding started on Sat Apr 29 21:43:10 BST 2006
    MEncoder dev-CVS-051126-18:35-3.3 (C) 2000-2005 MPlayer Team
    Mac OSX static build for ffmpegX
    AltiVec found
    CPU: PowerPC
    success: format: 0 data: 0x0 - 0x1efad08
    MOV: selected audio stream (1) does not exists
    ISO: File Type Major Brand: Original QuickTime
    Quicktime/MOV file format detected.
    --------------
    MOV track #0: 18 chunks, 0 samples
    Audio bits: 16 chans: 2 rate: 44100
    Audio extra header: len=24 fcc=0x6368616E
    Fourcc: sowt
    --------------
    MOV track #1: 35 chunks, 0 samples
    MOV: Found unsupported Field-Handling movie atom (10)!
    MOV: Found unknown movie atom pasp (16)!
    MOV: Found unknown movie atom clap (40)!
    MOV: Found unknown movie atom colr (18)!
    Image size: 720 x 576 (24 bpp)
    Display size: 720 x 576
    Requested video codec family [qdv] (vfm=dshow) not available.
    Enable it at compilation.
    Fourcc: pcvd Codec: 'DV - PAL'
    --------------
    MOV: longest streams: A: #0 (18 samples) V: #1 (215 samples)
    VIDEO: [dvcp] 720x576 24bpp 25.000 fps 0.0 kbps ( 0.0 kbyte/s)
    [V] filefmt:7 fourcc:0x70637664 size:720x576 fps:25.00 ftime:=0.0400
    Opening video filter: [expand osd=1]
    Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1
    Opening video filter: [scale w=720 h=576]
    ================================================== ========================
    Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
    Selected video codec: [ffdv] vfm: ffmpeg (FFmpeg DV decoder)
    ================================================== ========================
    Forcing output fourcc to 58564944 [XVID]
    VDec: vo config request - 720 x 576 (preferred colorspace: Planar YV12)
    VDec: using Planar YV12 as output csp (no 1)
    Movie-Aspect is undefined - no prescaling applied.
    SwScaler: using unscaled Planar YV12 -> Planar YV12 special converter
    videocodec: libavcodec (720x576 fourcc=58564944 [XVID])
    Writing AVI header...
    ODML: Aspect information not (yet?) available or unspecified, not writing vprp header.
    ODML: Aspect information not (yet?) available or unspecified, not writing vprp header.
    Flushing video frames
    Writing AVI index...
    Fixing AVI header...
    ODML: Aspect information not (yet?) available or unspecified, not writing vprp header.
    Video stream: 2430.351 kbit/s (303793 B/s) size: 2612627 bytes 8.600 secs 215 frames
    Encoding completed on Sat Apr 29 21:43:28 BST 2006

    Result with different audio channel selected

    MOV: selected audio stream (3) does not exists
    ISO: File Type Major Brand: Original QuickTime
    Quicktime/MOV file format detected.

    Test 2
    Success: QT movie exported as .dv file. Now works with sound (back to how it was with version v)
    Log file given below.

    Encoding started on Sat Apr 29 21:43:53 BST 2006
    MEncoder dev-CVS-051126-18:35-3.3 (C) 2000-2005 MPlayer Team
    Mac OSX static build for ffmpegX
    AltiVec found
    CPU: PowerPC
    success: format: 0 data: 0x0 - 0x1d86980
    RAWDV file format detected.
    VIDEO: [DVSD] 720x576 24bpp 25.000 fps 0.0 kbps ( 0.0 kbyte/s)
    Requested video codec family [qdv] (vfm=dshow) not available.
    Enable it at compilation.
    [V] filefmt:22 fourcc:0x44535644 size:720x576 fps:25.00 ftime:=0.0400
    ================================================== ========================
    Opening audio decoder: [libdv] Raw DV Audio Decoder
    AUDIO: 48000 Hz, 2 ch, s16be, 28800.0 kbit/1875.00% (ratio: 3600000->192000)
    Selected audio codec: [libdv] afm: libdv (raw DV audio decoder (libdv))
    ================================================== ========================
    Opening video filter: [expand osd=1]
    Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1
    Opening video filter: [scale w=720 h=576]
    ================================================== ========================
    Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
    Selected video codec: [ffdv] vfm: ffmpeg (FFmpeg DV decoder)
    ================================================== ========================
    Forcing output fourcc to 58564944 [XVID]
    Building audio filter chain for 48000Hz/2ch/s16be -> 48000Hz/0ch/s8...
    Building audio filter chain for 48000Hz/2ch/s16be -> 48000Hz/2ch/s16be...
    VDec: vo config request - 720 x 576 (preferred colorspace: Planar 411P)
    VDec: using Planar 411P as output csp (no 0)
    Movie-Aspect is undefined - no prescaling applied.
    SwScaler: FAST_BILINEAR scaler, from Planar 411P to Planar YV12 using AltiVec
    videocodec: libavcodec (720x576 fourcc=58564944 [XVID])
    Writing AVI header...
    ODML: Aspect information not (yet?) available or unspecified, not writing vprp header.
    ODML: Aspect information not (yet?) available or unspecified, not writing vprp header.
    Skipping frame!
    Skipping frame!
    Flushing video frames
    Writing AVI index...
    Fixing AVI header...
    ODML: Aspect information not (yet?) available or unspecified, not writing vprp header.
    Video stream: 2434.477 kbit/s (304309 B/s) size: 2592718 bytes 8.520 secs 215 frames
    Audio stream: 128.000 kbit/s (16000 B/s) size: 144384 bytes 9.024 secs
    Encoding completed on Sat Apr 29 21:44:21 BST 2006
    It would be great if you could fix the issue with it not picking up the sound from a QT movie.

    Regards

    Dave
    Quote Quote  
  9. Can you send me one of these MOV files? You may use yousendit.com to major4@mac.com
    Quote Quote  
  10. The new binaries are now again at sourceforge, substituting the old ones.

    A new version of ffmpegX (0.0.9w_r2) is now online replacing the old one, requiring the new binaries instead of the old ones.
    Quote Quote  
  11. Member
    Join Date
    Apr 2006
    Location
    Singapore
    Search Comp PM
    Originally Posted by major
    The new binaries are now again at sourceforge, substituting the old ones.

    A new version of ffmpegX (0.0.9w_r2) is now online replacing the old one, requiring the new binaries instead of the old ones.
    I wanted to report conversion from flv to avi didn't work in 0.0.9w_r1. It reported that same "...couldn't find encoder for codec mp3" error that other users reported for other conversion types.

    So glad you fixed it in _r2.

    THANK YOU!
    Quote Quote  
  12. Major, Installed 0.0.9w; downloaded unzipped and installed the 3 binaries(mplayer, mencoder, mpeg2enc. All installed, and I verified as correct. Everything appears to function normally with the exception that the main program does not recognize that mplayer and mencoder were installed, so I get the "install binaries" page every time I initalize ffmpegx. It does recognize that mpeg2enc binary is present.
    Not much of an inconvenience, but thought you would like to know.
    Thanks, Harley
    Quote Quote  
  13. (this is with r2 and newly-downloaded support binaries)

    Trying to convert a Quicktime (.mov) file to .FLV.

    Quicktime Pro says this about the video:

    AAC, Mono, 16Khz, MPEG-4 Video, 160x120, Millions of Colors, 15fps, 235.99 kbps

    Code:
    FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
    Mac OSX universal build for ffmpegX
    Sun Apr 30 01:27:04 CDT 2006
      libavutil version: 49.0.0
      libavcodec version: 51.9.0
      libavformat version: 50.4.0
    Seems that stream 1 comes from film source: 1000.00 (1000/1) -> 15.00 (15/1)
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/mrbill/Desktop/WH-Dinner-Colber.mov':
      Duration: 00:15:32.1, start: 0.000000, bitrate: 238 kb/s
      Stream #0.0(eng): Audio: aac, 32000 Hz, stereo
      Stream #0.1(eng), 15.00 fps(r): Video: mpeg4, yuv420p, 160x120
    Codec type mismatch for mapping #0.0 -> #0.0
    Trying to convert the QT to DviX AVI (ffmpegx) gives me a single-frame video:

    Code:
    movtoy4m
    Copyright 2002-2006 Johan Lindström
    All rights reserved..
    Sun Apr 30 01:29:31 CDT 2006
    Input #0, yuv4mpegpipe, from 'pipe:':
      Duration: N/A, bitrate: N/A
      Stream #0.0: Video: rawvideo, yuv420p, 160x120, 0.01 fps
    Output #0, avi, to '/Users/mrbill/Desktop/WH-Dinner-Colber.mov.ff.avi.e.avi':
      Stream #0.0: Video: mpeg4, 160x120, 15.00 fps, q=2-9, 189 kb/s
    Stream mapping:
      Stream #0.0 -> #0.0
    [mpeg4 @ 0x381324]removing common factors from framerate
    video:7kB audio:0kB global headers:0kB muxing overhead 39296.520174%
    bench: utime=33.815s
    FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
    Mac OSX universal build for ffmpegX
      libavutil version: 49.0.0
      libavcodec version: 51.9.0
      libavformat version: 50.4.0
    Seems that stream 1 comes from film source: 1000.00 (1000/1) -> 15.00 (15/1)
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/mrbill/Desktop/WH-Dinner-Colber.mov':
      Duration: 00:15:32.1, start: 0.000000, bitrate: 238 kb/s
      Stream #0.0(eng): Audio: aac, 32000 Hz, stereo
      Stream #0.1(eng), 15.00 fps(r): Video: mpeg4, yuv420p, 160x120
    Codec type mismatch for mapping #0.1 -> #0.0
    Trying DivX (mencoder) *almost* works - I get video but no sound.

    Code:
    Encoding started on Sun Apr 30 01:30:51 CDT 2006
    MEncoder dev-CVS-060307-04:23-4.0.1 (C) 2000-2006 MPlayer Team
    FIXME:Hardenabling SSE and SSE2 without detection
    Mac OSX static build for ffmpegX
    CPU: Intel  (Family: 6, Stepping: 8)
    CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
    Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
    success: format: 0  data: 0x0 - 0x1a8a980
    ISO: File Type Major Brand: Original QuickTime
    Quicktime/MOV file format detected.
    MOV: selected audio stream (1) does not exists
    VIDEO:  [mp4v]  160x120  24bpp  15.000 fps    0.0 kbps ( 0.0 kbyte/s)
    [V] filefmt:7  fourcc:0x7634706D  size:160x120  fps:15.00  ftime:=0.0667
    Opening video filter: [expand osd=1]
    Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1
    Opening video filter: [scale w=160 h=120]
    ==========================================================================
    Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
    Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
    ==========================================================================
    Forcing output fourcc to 58564944 [DIVX]
    VDec: vo config request - 160 x 120 (preferred colorspace: Planar YV12)
    VDec: using Planar YV12 as output csp (no 0)
    Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
    SwScaler: using unscaled Planar YV12 -> Planar YV12 special converter
    videocodec: libavcodec (160x120 fourcc=58564944 [DIVX])
    1 duplicate frame(s)!
    Writing header...
    ODML: Aspect information not (yet?) available or unspecified, not writing vprp header.
    Writing header...
    ODML: Aspect information not (yet?) available or unspecified, not writing vprp header.
    Flushing video frames
    Writing index...
    Writing header...
    ODML: Aspect information not (yet?) available or unspecified, not writing vprp header.
    Video stream:   52.707 kbit/s  (6588 B/s)  size: 6141218 bytes  932.133 secs  13982 frames
    Encoding completed on Sun Apr 30 01:31:17 CDT 2006
    Quote Quote  
  14. Member
    Join Date
    Oct 2005
    Location
    United States
    Search Comp PM
    I was excited to see a new version of ffmpegX. I hoped it would eliminate an error I got with the previous version. I get an Applescript error of "can't get text of item..." whenever I try to convert seemingly any kind of file to any other kind of file. There's no getting past this error. I really hope someone can help me. Apparently others don't get the error.
    Quote Quote  
  15. Originally Posted by David Silva
    I was excited to see a new version of ffmpegX. I hoped it would eliminate an error I got with the previous version. I get an Applescript error of "can't get text of item..." whenever I try to convert seemingly any kind of file to any other kind of file. There's no getting past this error. I really hope someone can help me. Apparently others don't get the error.
    Where the application is located, which is the name of your hard disk, and which is the localization language of your OSX?
    Quote Quote  
  16. Originally Posted by harleycrobertson
    Major, Installed 0.0.9w; downloaded unzipped and installed the 3 binaries(mplayer, mencoder, mpeg2enc. All installed, and I verified as correct. Everything appears to function normally with the exception that the main program does not recognize that mplayer and mencoder were installed, so I get the "install binaries" page every time I initalize ffmpegx. It does recognize that mpeg2enc binary is present.
    Not much of an inconvenience, but thought you would like to know.
    Thanks, Harley
    Look in the "About ffmpegX" window and check if you have 0.0.9w_r2. If not, download the application again.
    Quote Quote  
  17. Originally Posted by wcbtx
    (this is with r2 and newly-downloaded support binaries)
    Trying to convert a Quicktime (.mov) file to .FLV.
    Code:
    Codec type mismatch for mapping #0.0 -> #0.0
    Enable "Invert mapping" in the audio tab when your audio/video streams appear inverted (audio before video).
    Quote Quote  
  18. Member
    Join Date
    Jan 2006
    Location
    United Kingdom
    Search Comp PM
    Originally Posted by major
    Can you send me one of these MOV files? You may use yousendit.com to major4@mac.com
    Major, I have emailed you a location to download these test files as requested. Please let me know when you have them and I will remove them.
    Quote Quote  
  19. Downloaded, thank you.
    Quote Quote  
  20. Member
    Join Date
    May 2005
    Location
    Germany
    Search Comp PM
    The missing audio error seems to be gone with the new binaries, but the error we were discussing in this thread https://forum.videohelp.com/viewtopic.php?t=299024 is back with the new mencoder. The first version worked (without audio).
    Quote Quote  
  21. Member
    Join Date
    Oct 2005
    Location
    United States
    Search Comp PM
    Originally Posted by major
    Originally Posted by David Silva
    I was excited to see a new version of ffmpegX. I hoped it would eliminate an error I got with the previous version. I get an Applescript error of "can't get text of item..." whenever I try to convert seemingly any kind of file to any other kind of file. There's no getting past this error. I really hope someone can help me. Apparently others don't get the error.
    Where the application is located, which is the name of your hard disk, and which is the localization language of your OSX?
    hi, major. i'm the guy who emailed you about this problem. what i said about the previous version is the same with the w version:

    - the name of the volume is G4HD2 and the path is /Applications/ffmpegX.app
    - the specific message is

    Applescript Error
    Can't get text item 2 of "/Users/das/Movies/lg.mov". (-1728)

    (that filename and path is an example: the same thing happens with all files)

    - i tried putting the file in the Applications directory too, but that didn't help
    - i'm using Mac OS X 10.4.6, straight out of the American box. the international/localization settings are for United States and English

    by the way, i _can_ use the ffmpeg that's in the ffmpegX.app package. for example,

    ./ffmpeg -i /Users/das/Movies/samplefq.dv /Users/das/Movies/samplefq.mpeg
    Quote Quote  
  22. Originally Posted by David Silva

    - the name of the volume is G4HD2 and the path is /Applications/ffmpegX.app
    - i'm using Mac OS X 10.4.6, straight out of the American box. the international/localization settings are for United States and English
    This should be fine then! I can't reproduce the error, perhapos do any other user got the same behavior?
    Quote Quote  
  23. Member
    Join Date
    Oct 2005
    Location
    United States
    Search Comp PM
    Originally Posted by major
    Originally Posted by David Silva

    - the name of the volume is G4HD2 and the path is /Applications/ffmpegX.app
    - i'm using Mac OS X 10.4.6, straight out of the American box. the international/localization settings are for United States and English
    This should be fine then! I can't reproduce the error, perhapos do any other user got the same behavior?
    I have seen older posts here reporting the same behavior, e.g.,

    https://www.videohelp.com/forum/archive/t277315.html
    Quote Quote  
  24. Whenever I am trying to take a file and make it into an FLV i get this output:

    Encoding started on Mon May 1 09:58:49 CDT 2006
    FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
    Mac OSX universal build for ffmpegX
    libavutil version: 49.0.0
    libavcodec version: 51.9.0
    libavformat version: 50.4.0
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Volumes/LaCie Disk/A-Z CLIENTS/Morgan Stanley/bryan_edmunds':
    Duration: 00:02:09.0, start: 0.000000, bitrate: 30313 kb/s
    Stream #0.0(eng), 29.97 fps(r): Video: dvvideo, yuv411p, 720x480
    Stream #0.1(eng): Audio: pcm_s16be, 48000 Hz, stereo, 1536 kb/s
    Number of stream maps must match number of output streams

    that is for taking a DV stream and trying I have also tryed with .mpg files and I get the same result, "Number of stream maps must match number of output streams" Any insight Major?

    Thanks again for a wonderful Application!
    Quote Quote  
  25. It looks normal.. can you send me a file having this problem so as I can check? Use yousendit.com to send, to email major4@mac.com.
    Quote Quote  
  26. New version 0.0.9w_r3 is online, with further speed improvements for Intel machines on some processes.
    Quote Quote  
  27. Member
    Join Date
    Jan 2006
    Location
    United Kingdom
    Search Comp PM
    Major,

    Tried wr3 with the latest binaries but still no sound from the .mov file from iMovie (the one I sent you)
    Quote Quote  
  28. Member
    Join Date
    Dec 2005
    Location
    United Kingdom
    Search Comp PM
    0.0.9w_r3, AC3 passthrough, English 5.1 sound. VLC is reporting only 2 channels on AC3 once converted from VIDEO_TS to XviD.

    [EDIT : I can't find any way in ffmpeg 0.0.9w_r3 to preserve 5.1 sound. Although the speed is great, I don't want to lose my 5.1 AC3 passthrough !]
    Quote Quote  
  29. Utumno, passthrough on mencoder has a known issue since years, that is, all audio is downsampled to stereo. This is a limitation of mencoder and I will report it to mencoder developers.
    Quote Quote  
  30. Originally Posted by whitedb
    Major,

    Tried wr3 with the latest binaries but still no sound from the .mov file from iMovie (the one I sent you)
    Apparently it can't recover the inversion in video/audio tracks. I was able to encode it with audio by opening the mov in QT Player, clicking apple-J, copying the audio track, deleting it and pasting it scaled back to video, so as the window says

    Video
    Audio


    Instead of

    Audio
    Video

    Hope this helps,
    Quote Quote  



Similar Threads

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