You are not logged in.

#1 2010-02-11 00:42:08

tony5429
Member
Registered: 2006-03-28
Posts: 1,017

[SOLVED] Weird Results with ffmpeg and ffmpeg2theora

So I am trying to create an ogv video file which shows a single frame (using a png) while playing a single mp3.

wget -O audio.mp3 http://provcommunity.org/providence/userfiles/Nov1.mp3
wget -O image.png http://reformedtube.org/no_image_938.png
ffmpeg -vcodec copy -acodec copy -loop_input -i image.png -i audio.mp3 vid.avi
ffmpeg2theora -v 1 -a 1 --optimize vid.avi -o 4.ogv

The resulting video sounds fine but is extremely flickery. Here is the output: http://reformedtube.org/rt_videos/4.ogv

Any ideas?

Last edited by tony5429 (2010-02-14 20:53:00)

Offline

#2 2010-02-11 12:54:35

tony5429
Member
Registered: 2006-03-28
Posts: 1,017

Re: [SOLVED] Weird Results with ffmpeg and ffmpeg2theora

Any ideas, anyone? Any command-line solution will work (it's ultimately going to run on a webserver as a cron job) so if you know of a different application that can do it, that would be fine. Thanks in advance...

Offline

#3 2010-02-12 13:08:19

tony5429
Member
Registered: 2006-03-28
Posts: 1,017

Re: [SOLVED] Weird Results with ffmpeg and ffmpeg2theora

Really... no ideas?

Offline

#4 2010-02-12 22:41:36

tony5429
Member
Registered: 2006-03-28
Posts: 1,017

Re: [SOLVED] Weird Results with ffmpeg and ffmpeg2theora

Well I found my solution in using mencoder at first, instead of ffmpeg.

Offline

Board footer

Powered by FluxBB