javacv-paltform-1.5.7 cann't recognize the "rotate" of a video-inputStream while 1.5.6 can.
71 views
Skip to first unread message
崔鹏飞
unread,
Jun 6, 2022, 7:14:48 AM6/6/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to javacv
the following code of java:
{
FFmpegFrameGrabber grabber = new FFmpegFrameGrabber(videoStream); grabber.start(); String rotate = grabber.getVideoMetadata("rotate");
}
the videoStream is a inputStream of a video which has a rotation of "180",but when i use the dependency of javacv-platform(version is 1.5.7),the variable "rotate" above always is null,i want to know why, expection fro your response, thanks a lot.
Samuel Audet
unread,
Jun 6, 2022, 7:16:38 AM6/6/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jav...@googlegroups.com, 崔鹏飞
Could you please provide a link to a
sample video file that has this problem?
--
崔鹏飞
unread,
Jun 6, 2022, 7:38:16 AM6/6/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to javacv
the vide file is attached.
Samuel Audet 在 2022年6月6日 星期一下午7:16:38 [UTC+8] 的信中寫道: