scale/height/width doesn't work
Posted: 14 Mar 2007 13:36
Hi!
I tried to transcode a video stream and resize it, but it does not work, the resolution stays the same
I used:
or
but none of these seem to work... what am I doing wrong?
I tried to transcode a video stream and resize it, but it does not work, the resolution stays the same
I used:
Code: Select all
'#transcode{vcodec=mp4v,vb=128,height=600,width=800}'
Code: Select all
'#transcode{vcodec=mp4v,vb=128,scale=2}'