mp4parser Questions

3

I am using these two libraries in my project: https://github.com/HemendraGangwar/VideoTrimmingLikeWhatsapp https://github.com/fishwjy/VideoCompressor Both libraries are imported locally to my proje...
Isabeau asked 30/7, 2018 at 13:27

2

Background We want to let the user choose a video from any app, and then trim a video to be of max of 5 seconds. The problem For getting a Uri to be selected, we got it working fine (solution av...

2

Solved

Im attempting to rotate a video that is in landscape into portrait using MP4Parser (or any other method if you know of one) currently playing with the TrackHeaderBox but unable to get the orientati...
Melancholia asked 18/6, 2013 at 20:6

4

I'm using mp4parser to merge videos. The app runs perfect when running from A.S. but if I install the app manually (transfer and run the APK) or if I run it from TestFairy, the app crashes. This s...
Felicific asked 19/5, 2015 at 9:13

0

The problem comes when during the video processing user closes the application himself from the task manager then its processing stops. I am working on video file processing in android using FFMpeg...

1

Solved

I'm trying to ingest a mp4 file and make it a timelapse. It works with the code attached below. However, the output file has frame rate of 16*originalFrameRate. Since I don't intend to play it as a...
Mucoid asked 4/6, 2018 at 0:26

2

I'm using mp4parser and the videos need to be of the same kind. I was thinking of using android's media codec to decode & encode the preroll video to fit the same encoding output of the camera...
Gman asked 15/5, 2018 at 19:25

0

I have a audio recording in multiple files. I am creating one continues audio file using com.googlecode.mp4parser:isoparser:1.0.2 library. Below is my code : String mediaKey = isAudio ? "soun" : ...
Calamint asked 30/10, 2017 at 6:55

3

I'm using mp4parser to mux h264 and aac file which are re-encoded from orginal video file,how can I write the metadata of the original video to the new mp4 file? Or is there a common method to writ...
Vermilion asked 27/10, 2014 at 3:58

0

I've been working on merging two video. I'm taking the videos from the phone storage and passing them in the form of string. Then this videos are getting merged. I've seen that if I'm merging the v...
Reward asked 22/8, 2017 at 8:27

2

Solved

I have recorded a video from camera in my app and saved in device storage.Now I want to reverse the video such that it plays from backwards.i.e. if video is of 10 seconds then the last frame at 10t...
Fredericksburg asked 20/10, 2015 at 7:17

1

I'm appending two audio file using mp4parser. Appending is done but it is very slow don't know what is the issue. On this line debugger stuck for big audio files for example approx 30 minutes audi...
Celestina asked 13/10, 2016 at 16:32

2

Solved

I am developing an application that merges mp4 clips using the mp4parser library (isoparser-1.0-RC-27.jar and aspectjrt-1.8.0.jar). When two clips are merged, they become a single clip but as more ...
Flatt asked 15/9, 2014 at 21:50

1

I encode video with help of MediaCodec and MediaMuxer. As result I have mp4 video file. How can I set metadata (creating time) to this mp4 file? MediaMetadataRetriever can only read metadata, but n...
Prevalent asked 24/3, 2016 at 14:57

0

Lets say my I have my Mp4Parser Container java object and then instead of writing to a file and then supplying the URL of this file to the Android Media Player to play this video. Container outMux...
Blastopore asked 27/4, 2015 at 2:45

0

I would like to append several video files from the camera through mp4parser. Unfortunately, in the same fragment, despite the fact that I try to change the OrientationHint of the media recorder w...
Plumbaginaceous asked 20/5, 2014 at 16:5

1

Solved

I am using the mp4Parser isoviewer-1.0-RC-35.jar to combine clips recorded with the android MediaRecorder. The clips seem to get combined correctly by listening to the audio tracks, but the video s...
Percussion asked 24/2, 2014 at 13:46

5

I've manage to compile halfninja ffmpeg scripts for Android NDK using NDK version r5c. (Unfortunately any attempt to compile with earlier NDK generated some error), also I'm not very knowledgeable ...
Cotton asked 19/4, 2013 at 15:48

1

Solved

I need to rotate a video to adjust some of my needs. I'll explain the details on the following list. I'm creating a Vine like app. I have to record video segments and then merge all the parts into...
Rossi asked 4/10, 2013 at 20:18
1

© 2022 - 2024 — McMap. All rights reserved.