View Single Post
Old 02-21-2012, 08:23 AM  
Yvette
Registered User
 
Yvette's Avatar
 
Industry Role:
Join Date: Jan 2011
Posts: 26
Help needed with Winff/Ffmpeg please

Hi
Haven't been on for a while - life took over - but back to trying to put together my cum play website.
I want to offer my vids on a streaming basis and I am trying to work out if I can also use RTMP.

At the moment I am trying to create a codec for winff based upon a preloaded preset:
MPEG-4 H.264 video(superhighquality)
-crf 15.0 -vcodec libx264 -acodec libfaac -ar 48000 -ab 192k -coder 1 -flags +loop -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -me_method hex -subq 6 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -b_strategy 1 -threads 0

To that code I am trying to add the ability to do additional 'jobs'. I have listed each requirement, the codec I put together after scouring net and the Error message when I tried adding the individual codecs to the original codec. (i.e. I created 3 seperate new codecs) although when I have them working I just want to create 1 complete codec.

LIST=1][*]Add png watermark to bottom right of final video & png images - -vf movie=watermark.png overlay=w-10:h-10
ERROR: [NULL @ 0x1dd69a0] Unable to find a suitable output format for 'overlay=w-10:h-10'
overlay=w-1-:h-10: Invalid argument
overlay=w-1-:h-10: Invalid argument[*]Create png images - -r image2 Images-%03d.png
ERROR: [NULL @ 0x1dd78a0] Unable to find a suitab;e output format for 'image2'
image2: Invalid argument [*]Add metadata: title, copyright - -metadata title=Title -metadata copyright=Copyright 2011 xxxx.com
ERROR: [NULL @ 0x1dd69c0] Unable to find a suitable output format for 'TITLE'
TITLE: Invalid argument[/LIST]
As I am using Winff I enter the input and output file separately from preset
My head is spinning and I just cannot get it any of them to work. I am hoping you may be able to point out what/where I am going wrong - If I can get this to work it will save a huge amount of time and hopefully produce high quality streaming videos and png images for my site.

Fingers crossed
Yvette is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote