Questions tagged [video-conversion]

Video conversion deals mostly with converting videos from one codec to a second one or to resize the image size. It is also possible to change the container format as well.

Videos must be converted for several reasons from one codec to a second one or need to be resized to fit on smaller screens. In some cases devices can record or play just a view formats. With video conversion videos can been converted to be playable on a other device.

179 questions
0
votes
1 answer

FFMPEG conversion error from MKV to MP4 using libfdk_aac codec

The purpose of doing this is because my "Smart" samsung TV doesn't play MKV files. This thread mentions that there is no need for video conversion, just changing the container might suffice. After reading multiple threads on how to change the…
Charlie Brown
  • 144
  • 10
0
votes
1 answer

How to Fix Entry Point Not Found

I have been trying to convert video file for use in a project that I am working on. First, I tried to use adobe media encoder but I got this error when the program was loading: "Entry Point Not Found The procedure entry point _Atomic_fetch_sub_4…
0
votes
0 answers

How to convert Lagarith .avi videos to MP4 using WinFF

I have a bunch of .avi videos encoded with Lagarith codec. We would like to convert them in to a lossless .MP4 format so that they could be easily played on html. I want to keep video specifications remain the same if it's possible and just convert…
Moein
  • 739
  • 2
  • 9
  • 17
0
votes
1 answer

Image and Video support for Multiplatform (Android, iOS, Windows)

I know that there are list of some supported format for Image, Video and Audio that an Android device play or show. Now, I am creating an application for Android, iOS, Windows and Blackberry. There are list of supported format that each platform can…
Avtar Guleria
  • 2,126
  • 3
  • 21
  • 33
0
votes
1 answer

How to create video from still images in MATLAB?

I am new to MATLAB. I am trying to encrypt video file in MATLAB. I encrypted the individual frame of video. I am using MATLAB 7.10.0 (R2010a) , that's why I used "mmreader" fumction. But now I am not getting how to reassemble all the encrypted…
vinita
  • 95
  • 1
  • 14
0
votes
1 answer

Video conversion in iOS

I write app on iOS and I need to use video conversion features. The features whatI need is: reduce resolution of video cut video (to squere for instance) reduce bit rate of video rotate video save video in mp4 format My problem is that I have only…
AYMADA
  • 889
  • 3
  • 17
  • 37
0
votes
1 answer

OSX resource allocation?

I am in the process of converting all .avi files to .mp4 (for compatibility with my PS3 and iPad). I noticed today that both the applications I've used so far (MPEG Streamclip & Handbrake) only use around 30% of my CPU and only about 300Mb of my…
user3018715
  • 43
  • 1
  • 1
  • 6
0
votes
1 answer

Save video recorded from Raspivid as .mov instead of .h264

I am using a Raspberry Pi camera module to record a small 10 second video. I want to send that video to an iPhone application, through the cloud. So, I want to convert the .h264 to .mov to be able to play it in iOS. I am using raspivid like…
tansix
  • 1
  • 2
0
votes
2 answers

converted mp4 file using ffmpegvis not playing JW player

Just i converted mov video file to mp4 file using ffmpeg. But the converted file is not playing JW player. Actual mp4 file videos working fine in all browsers. Thanks for help.
shiva
  • 89
  • 8
0
votes
1 answer

Encode uncompressed avi from webcam

I have to record videos for a project I'm doing. Two of these are USB cameras and another is a n IP overhead camera.All three are connected to a laptop computer. After recording the videos I need to be able to open them in an editor (not for editing…
shaun
  • 560
  • 1
  • 11
  • 29
0
votes
0 answers

How to do an FFMPEG queue

If I load in an FFMPEG conversion, then another, and then a third, will it try and do all 3 at once, or will it automatically create a queue? If not, what is the best way to create a queue?
0
votes
1 answer

Playing videos on iPhone after video conversion using ffmpeg

It is a backend API(developed in Ruby on Rails) which is used by iphone and android mobiles to upload the videos. API is converting uploaded videos to MP4 format. I am using paperclip-ffmpeg gem for video conversion at backend. Here is what I…
Shashi
  • 35
  • 1
  • 6
0
votes
1 answer

Converting video on client-side with javascript

Is there a way to convert video, using javascript and a browser, on a client-side. I'm looking for solutions that minimize our server's process and show progress of the conversion. If there isn't such a way, how do i show process of a video…
EliBroide
  • 3
  • 1
0
votes
1 answer

Cannot convert MOV files to other video formats using avconv on Ubuntu

I recently received some MOV files that had been recorded on an iPhone (not sure which version - I can get that info if needed). I have been trying to convert these MOVs into another format (anything, really) so that I can edit the clips in…
glossarch
  • 272
  • 5
  • 18
0
votes
1 answer

Browser based video conversion before uploading to server

I want something either flash or java based (in otherwords anything that will run from the browser without having to the user download some other program, and doesn't have to have winblows) that can compress a video before it gets uploaded to the…
UserZer0
  • 1,441
  • 2
  • 14
  • 27
1 2 3
11
12