sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.76k stars 566 forks source link

Display Frames at bottom #147

Open anandk032 opened 8 years ago

anandk032 commented 8 years ago

Is there any possibility to display video frames at bottom? Like whats app do when cropping video.

sannies commented 8 years ago

I have no clue what you are trying to achieve. BUT: The mp4parser cannot decode any videos nor can it encode video frames. Think twice! Would your idea modify the actual frames? That is a good indication that decode and re-encode is required.

2015-12-30 6:50 GMT+01:00 anandk032 notifications@github.com:

Is there any possibility to display video frames at bottom? Like whats app do when cropping video

— Reply to this email directly or view it on GitHub https://github.com/sannies/mp4parser/issues/147.

anandk032 commented 8 years ago

Is this possible!!!!!!! I want to make the image cutter. so for that i need to display picture frames at bottom of that video. Same as what "whats app" will display video frames at bottom. Here i attached screen shot what i need (RED BOX) device-2015-12-30-155555

sannies commented 8 years ago

You'll need to create thumbs from a video. Try MediaCodec API. MP4Parser cannot help.

2015-12-30 11:25 GMT+01:00 anandk032 notifications@github.com:

I want to make the image cutter. so for that i need to display picture frames at bottom of that video. Same as what whats will display video frames at bottom. Here i attached screen shot what i need (RED BOX) [image: device-2015-12-30-155555] https://cloud.githubusercontent.com/assets/13863461/12049492/afaba4ac-af0d-11e5-9b76-396074c9bf54.jpg

— Reply to this email directly or view it on GitHub https://github.com/sannies/mp4parser/issues/147#issuecomment-167973958.

AbhishekPantUK commented 8 years ago

How to add animations like transitions in between videos while merging videos?