[vlc-devel] commit: Update NEWS (crop, padd and canvas changes in transcode). ( Antoine Cellerier )

git version control git at videolan.org
Sun Jun 22 16:56:08 CEST 2008


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sun Jun 22 14:44:27 2008 +0200| [43019afa7b7e428e7955e476bb164f5f5879b556]

Update NEWS (crop, padd and canvas changes in transcode).

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=43019afa7b7e428e7955e476bb164f5f5879b556
---

 NEWS |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 85aef61..2413e0d 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,12 @@ Important notes:
    states: IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4, STOPPING=5,
    FORWARD=6, BACKWARD=7, ENDED=8, ERROR=9. With FORWARD and BACKWARD being
    reserved for future implementations and are thus not functional atm.
+ * Croping and padding in transcode are now done using the croppadd video
+   filter. For example:
+   transcode{vcodec=mp2v,vfilter=croppadd{cropttop=20,cropbottom=30,paddleft=100}}
+ * Canvas setting in transcode is now done using the canvas video filter.
+   For example:
+   transcode{vcodec=mp2v,vfilter=canvas{width=640,height=480}}
 
 Changes:
 --------
@@ -154,6 +160,7 @@ Video outputs and filters:
  * Add rotate-deciangle for more precision on rotate filter
  * Support for Intel SSE2 instruction set in chroma converters
  * Improved use of Intel MMX instruction set in chroma converters
+ * New croppadd and canvas video filters.
 
 Audio outputs and filters:
  * Replay gain support




More information about the vlc-devel mailing list