Jump to content

User:Pir: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 1: Line 1:
hello ! just leave a message on the talk page.
hello ! just leave a message on the talk page.
ciao! greetings from Luxoland! peter
ciao! greetings from Luxoland! peter

==Ogg Theora Response==
Hi Pir,

Yes, I created the Ogg Theora version myself. It was not the simplest process, because there is no application with integrated encoding support. As the origional file was WMV, first I had to decode that, and correct the frame rate. Then I could convert to a YUV stream, then from that I could convert to Ogg Theora.

I am using:

ibogg-1.1
libtheora-1.0alpha3
MPlayer september CVS

These are the commands I used:

$ mencoder shakinghands_high.wmv -ofps 30 -nosound -ovc lavc -lavcopts vcodec=mjpeg -o donnald_mjpep.avi

$ mplayer -ao null -nosound -vo yuv4mpeg donnald_mjpep.avi

$ encoder_example -v 2 stream.yuv > 1983_Donald_Rumsfeld_meeting_Saddam_Hussein.ogg

Hope this helps, Cheers [[User:Now3d|Now3d]] 13:41, 8 Oct 2004 (UTC)

Revision as of 13:41, 8 October 2004

hello ! just leave a message on the talk page. ciao! greetings from Luxoland! peter

Ogg Theora Response

Hi Pir,

Yes, I created the Ogg Theora version myself. It was not the simplest process, because there is no application with integrated encoding support. As the origional file was WMV, first I had to decode that, and correct the frame rate. Then I could convert to a YUV stream, then from that I could convert to Ogg Theora.

I am using:

ibogg-1.1 libtheora-1.0alpha3 MPlayer september CVS

These are the commands I used:

$ mencoder shakinghands_high.wmv -ofps 30 -nosound -ovc lavc -lavcopts vcodec=mjpeg -o donnald_mjpep.avi

$ mplayer -ao null -nosound -vo yuv4mpeg donnald_mjpep.avi

$ encoder_example -v 2 stream.yuv > 1983_Donald_Rumsfeld_meeting_Saddam_Hussein.ogg

Hope this helps, Cheers Now3d 13:41, 8 Oct 2004 (UTC)