Closed GoogleCodeExporter closed 9 years ago
newFFmpegFrameRecord recorder = new newFFmpegFrameRecord("video"+System.currentTimeMillis()+".mp4",320,480);
i am using this line to give a height and width for a video.
Original comment by SDIPondy
on 9 Nov 2012 at 9:18
I don't think FFmpeg supports dynamically changing image sizes. If you want to
resize your images, you can do that with cvResize(). Is this what you want?
Original comment by samuel.a...@gmail.com
on 10 Nov 2012 at 2:11
Hi samuel ,
i will check the re-size functionality and let you know.
Original comment by SDIPondy
on 12 Nov 2012 at 5:43
[deleted comment]
Hi samuel,
What i need is i have captured some images from device. from that 5 images are
portrait screens and another images are landscape images. so as per the
orientation our video size should get change . For this only i am searching
solution and asked whether we have dynamic image size changing facility or not
???
i mean while showing the landscape images our video size should get changed as
per the image size.
Thanks ,
Rajesh K
Original comment by Rajeshan...@gmail.com
on 12 Nov 2012 at 6:06
We can use cvTranspose() to transform a landscape image to a portrait image, or
vice versa. Is this good for you? Please ask your questions on the mailing list
next time, thank you
Original comment by samuel.a...@gmail.com
on 18 Nov 2012 at 2:45
Original issue reported on code.google.com by
SDIPondy
on 9 Nov 2012 at 8:45