On Donnerstag, 30. Dezember 2010, Tarot Jean-Sébastien wrote:
> The option of ffmpeg has change i modify fileyuv.C (line 439 and 440)
> source file with good options.
> it's work.

I cannot tell what the impact of the patch is because I'm not using the
feature. What do others on the list say about this change? Is it good?

-- Hannes

Subject: [PATCH] Adjust to new options of ffmpeg.

---
 cinelerra/fileyuv.C |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cinelerra/fileyuv.C b/cinelerra/fileyuv.C
index bfe2702..8ef25a3 100644
--- a/cinelerra/fileyuv.C
+++ b/cinelerra/fileyuv.C
@@ -436,8 +436,8 @@ int YUVConfigVideo::create_objects()
 
        x += 180;
        add_subwindow(ffmpeg = new PipePreset(x, y, "ffmpeg", pipe_textbox, 
pipe_checkbox));
-       ffmpeg->add_item(new BC_MenuItem("(DVD) | ffmpeg -f yuv4mpegpipe -i - 
-y -target 
dvd -ilme -ildct -hq -f mpeg2video %"));
-       ffmpeg->add_item(new BC_MenuItem("(VCD) | ffmpeg -f yuv4mpegpipe -i - 
-y -target 
vcd -hq -f mpeg2video %"));
+       ffmpeg->add_item(new BC_MenuItem("(DVD) | ffmpeg -f yuv4mpegpipe -i - 
-y -target 
dvd -flags ilme -idct libmpeg2mmx  %"));
+       ffmpeg->add_item(new BC_MenuItem("(VCD) | ffmpeg -f yuv4mpegpipe -i - 
-y -target 
vcd   %"));
 
        add_subwindow(new BC_OKButton(this));
        add_subwindow(new BC_CancelButton(this));
-- 
1.7.3.2.416.g7de3e

_______________________________________________
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to