| Author |
Message |
babellou2 Member
Joined: 18 Jun 2007 Location: France
|
|
Hello, I'm a newbie who wants to turn .ogg files into .avi files. I'm using ffmpegx on a mac intel core duo 2. I use to drop the .ogm file on the ffmpegx window, let it choose automatically which format is the good one and I click on "encode". The dash windows opens and in two seconds it says that it's done. The problem is that when I look at the result I have a container with zero kb in it.
I really don't know what to do, can anybody help me please ?
|
|
Case Explorer
Joined: 04 Feb 2004 Location: Middle Earth
|
|
Ai Haibara VH Wanderer
Joined: 22 Jan 2006 Location: Here. Or... there?
|
|
(Note: I know, I know, this doesn't REALLY help. )
Actually, OGM files are usually - technically - Xvid AVI video streams (no audio) with one or more Ogg audio streams (and alternately, one or more subtitle streams) in the OGM container. I don't know of a way to demux them on a Mac, though - but all you'd need to do to create AVIs from OGMs is really just demux, convert the Ogg audio to MP3, and mux the MP3 streams into the AVI.
_________________ If cameras add ten pounds, why would people want to eat them?
|
|
tomlee59 Member
Joined: 26 Aug 2005 Location: Palo Alto, California USA
|
|
Mods -- please consider a sticky that says:
When asking for help, consider posting details such as source and target file characteristics, as well as information from the Progress logfile (click the blue "i" in the Progress window). Simply saying "I tried X and it didn't work" doesn't give others much to work with. The more specific information you provide, the greater the likelihood that someone can figure out a solution to your problem.
|
|
babellou2 Member
Joined: 18 Jun 2007 Location: France
|
|
You're right tomlee59 so I post what it says when I click on "I" button:
Encoding started on Tue Jun 19 08:58:33 CEST 2007
MEncoder dev-CVS-060307-04:23-4.0.1 (C) 2000-2006 MPlayer Team
Mac OSX static build for ffmpegX
FIXME:Hardenabling SSE and SSE2 without detection
CPU: Intel (Family: 6, Stepping: 6)
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 - 0x15f56f3b
[Ogg] stream 0: video (FOURCC XVID), -vid 0
[Ogg] stream 1: audio (Vorbis), -aid 0
[Ogg] stream 2: audio (Vorbis), -aid 1
[Ogg] stream 3: subtitles (SRT-like text subtitles), -sid 0
[Ogg] stream 4: subtitles (SRT-like text subtitles), -sid 1
Ogg file format detected.
VIDEO: [XVID] 640x464 24bpp 25.000 fps 0.0 kbps ( 0.0 kbyte/s)
[V] filefmt:18 fourcc:0x44495658 size:640x464 fps:25.00 ftime:=0.0400
==========================================================================
Opening audio decoder: [libvorbis] Ogg/Vorbis audio decoder
AUDIO: 48000 Hz, 2 ch, s16le, 112.0 kbit/7.29% (ratio: 14000->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=272]
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
==========================================================================
Forcing output fourcc to 58564944 [DIVX]
MP3 audio selected
[mpeg4 @ 0x878f8c]looks like this file was encoded with (divx4/(old)xvid/opendivx) -> forcing low_delay flag
[mpeg4 @ 0x878f8c]looks like this file was encoded with (divx4/(old)xvid/opendivx) -> forcing low_delay flag
VDec: vo config request - 640 x 464 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.38:1 - prescaling to correct movie aspect.
|
|
jpschuck Member
Joined: 22 Apr 2006 Location: France
|
|
| Ai Haibara wrote: |
I don't know of a way to demux them on a Mac, though - but all you'd need to do to create AVIs from OGMs is really just demux, convert the Ogg audio to MP3, and mux the MP3 streams into the AVI.  |
D-Vision is the right soft for that. It includes an .OGM demux tool and an .avi muxing tool. Babellou2 will still have to burn the subtitles in the video, i.e. re-encode the video track with ffmpegX.
_________________ Jean-Philippe Schuck
Rejoignez une ligue de Bloodbowl sur Strasbourg
Last edited by jpschuck on Jun 19, 2007 13:34, edited 1 time in total
|
|
babellou2 Member
Joined: 18 Jun 2007 Location: France
|
|
Thank all of you, I'm going to try with D-Vision.
|
|
Ai Haibara VH Wanderer
Joined: 22 Jan 2006 Location: Here. Or... there?
|
|
| jpschuck wrote: |
| D-Vision is the right soft for that. It includes an .OGM demux tool and an .avi muxing tool. Babellou2 will still have to burn the subtitles in the video, i.e. re-encode the video track with ffmpegX. |
Thanks! I knew there had to be something.
_________________ If cameras add ten pounds, why would people want to eat them?
|
|
babellou2 Member
Joined: 18 Jun 2007 Location: France
|
|
Thank you all for all your replies, converting with D-Vision is really easy, I used Switch to convert .ogg files into .mp3 and everything works.
|
|
|
|