Op ma 08-11-2004, om 06:13 schreef mike lewis:

> You will need to make yourself a new record plugin.  Base if off
> genericrecord.py, and make it create the edl stuff post recording,
> then write the fxd changes as per the fxd creation already in that
> plugin.

The bfdetect filter is an -vf option so thats a bit harder to implement
in a seperate line since there's a possibility that users all-ready use
a -vf filter somewhere else in there commandline. (mutliple -vf entry's
are asking for trouble is my experience)
Apart from that I have no clue (due to my python-dislectics) how to pass
it on to the record plugin.
Furthermore I see no entry in generic_record.py wich does something to
the fxd file...

> think since you have gotten this far you should be capable of
> doing the rest..  Good work!

Your thinking to high of me, even binairy machine code makes more sense
to me than python does.

> Also, if you get time, un-hack your hack, make it a 'feature'  (ie
> make edl and sub work together), and submit a patch!  

I converted the subtitle plugin back to original and added an
"comercials" option by editing:

fxdhandler.py
mplayer.py
videoitem.py

That's working fine by adding an entry in the fxd like:

        <variants>
            <variant>
                <part ref="f1">
                    <comercials id="f1">movie_name.avi.edl</comercials>
                </part>
            </variant>
        </variants>

> You are very
> close to having created your own feature that others will certainly
> use, again, good work!.

I beleive that adding a black frame before and after the comercials is
only used in Europe, so Azien and Amerikan users won't benefit from this
option.
Is this (limited) audience enough to justify making an entry in a
production version?
If so it's maybe a good idea to ask the mplayers team to add the
bfdetect patch in production versions of mplayer. (not everyone has the
knowledge/time/tools to patch there mplayer and recompile)
-- 
Groetjes Japie
http://www.japie.deserver.nl

2.6.9 GNU/Linux

The word "Windows" is a word out of an old dialect of the Apaches.
It means: "White man staring through glass-screen onto an
hourglass..."
;^)



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to