Apple Segmenter - is it working right? [closed] - iphone

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I'm trying to get our video files (m4v) converted to the Apple http streaming and ran into some questions.
I have a file that is 6mb in size and when I pass it through the segmenter using all default settings the files that output add up to 32mb in size. The last file is 17mb in size.
I'm not sure if that is how it is supposed to be but I'd rather use the smaller file if that is the case.
Anyone have any luck with this for vod content?

I had the same problem, there is an "optimise" setting in the install process that needs to be set.

Related

Decreasing the size of the flutter project folder [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
There is an answer here. but i wanna reduce my project folder size without using git.
So what do i do?
If the question refers to a project size optimization - delete all build files (flutter clean);
If the question refers to an app size optimization - read Official documentation about app size.

Is there a way to preview a file in Google Cloud Storage? A way to see the first few lines without downloading the entire file? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I just want to see the column headers for a CSV file so I can create a table before importing it into Cloud SQL. Preferably using the web-based Storage Browser at https://console.cloud.google.com/storage/browser
I think I found a way. Open up the Google Cloud Shell (one of the icons in the upper right) and use the "gsutil cat" with the -r range option or pipe it through head.

Create a movie that takes as less space as possible (MATLAB) [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
what is the efficient way to create movie clip of 1 minute graph evolution ( quality is not an issue) that will take the lowest amount of disk space?
Any modern video (distribution) codec will produce a very small file in this case, if it is fed with standard parameters. So you will be on a good way if you just create e.g. a H.264 clip in MP4 file format. The only tweaking option that makes sense in that case is the GOP size, but that makes seeking in the file slightly harder for the player.
A more detailled answer needs a more detailled question.

Convert .flv to .mp4 [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Is there a good tool that I can try out to convert my .flv file to .mp4? I need to use it on a mac, so not on a windows PC.
I have made an iPhone application and I want to try out how a webcast of 40 minutes streams on it. To do this i must convert my .flv file to .mp4.
I have found a converter (This one) but if you use it as trial you can only edit 3 minutes.
Thanks.
I've done this in the past using ffmpeg:
http://www.ffmpeg.org/
I really like handbrake. I have used a converted video in my app.

What is the largest file size of a single file my app can save? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I'm writing an iPhone app that needs to download files that are sometimes over 4 GB, and save them for file share in iTunes. Of course, I'm warning the user if insufficient space is available.
But is this actually possible on an iPhone? Does the file system support such huge files?
Secondly, will such an app be approved by Apple?
Most likely uses Apples HFS Plus file system so max file size would be 8 EB (8 billion GB)
No idea about approval