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


Login:   Username:  Password:   Log me on automatically    
Register I forgot my password I forgot my username Resend the activation key

Turn .ogg into .avi

Forum Index -> ffmpegX -> ffmpegX general discussion Printer-friendly version
Reply to topic
Author Message
babellou2
Member


Joined: 18 Jun 2007
Location: France

Post Posted: Jun 18, 2007 07:18 Posts Comp View users profile Send private message Reply with quote

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

I really don't know what to do, can anybody help me please ?


Case
Explorer


Joined: 04 Feb 2004
Location: Middle Earth

Post Posted: Jun 18, 2007 13:33 Posts Comp View users profile Send private message Reply with quote

The Log may hold clues to why a conversion failed. You may access the Log by clicking the blue "i" in the ffmpegX Progress window.
Based on any error found in there, fellow users may be able to suggest a fix.


Ai Haibara
VH Wanderer


Joined: 22 Jan 2006
Location: Here. Or... there?

Post Posted: Jun 18, 2007 15:42 Posts Comp View users profile Send private message Reply with quote

(Note: I know, I know, this doesn't REALLY help. laugh.gif )

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. smile.gif
_________________
If cameras add ten pounds, why would people want to eat them?


tomlee59
Member


Joined: 26 Aug 2005
Location: Palo Alto, California USA

Post Posted: Jun 18, 2007 17:08 Posts Comp View users profile Send private message Reply with quote

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

Post Posted: Jun 19, 2007 02:02 Posts Comp View users profile Send private message Reply with quote

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

Post Posted: Jun 19, 2007 11:59 Posts Comp View users profile Send private message Reply with quote

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

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

Post Posted: Jun 19, 2007 13:18 Posts Comp View users profile Send private message Reply with quote

Thank all of you, I'm going to try with D-Vision.

Ai Haibara
VH Wanderer


Joined: 22 Jan 2006
Location: Here. Or... there?

Post Posted: Jun 20, 2007 01:42 Posts Comp View users profile Send private message Reply with quote

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. smile.gif
_________________
If cameras add ten pounds, why would people want to eat them?


babellou2
Member


Joined: 18 Jun 2007
Location: France

Post Posted: Jun 22, 2007 05:46 Posts Comp View users profile Send private message Reply with quote

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.

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:   
DVDFab DVD to DVD lets you backup DVDs to DVDr, AVI or MP4 for portable devices. More info or download trial!
About   Advertise   Forum Archive   RSS Feeds   Statistics