video-conversion Questions
3
Solved
how can i let users upload video to mp4 using php code? I've been trying to find a code that converts video to mp4 automatically no mater what type of video format it is this possible?
Doublestop asked 14/12, 2013 at 6:23
3
I want to write my own camera filters for videochat, and ideally apply them in any/all of the popular videochat applications (Zoom, Hangouts, Skype, etc.). The way I imagine this working is to writ...
Imposture asked 9/4, 2020 at 2:42
3
Solved
Is it possible to run ffmpeg from the command line which will either place the 'moov atom' metadata in the beginning of the MP4 file or run the qt-faststart as a post processing operation in ffmpeg...
Luo asked 9/11, 2011 at 7:47
10
Solved
When I try to upload videos captured from my iPhone in my app, the server performs a conversion from .mov to .mp4 so that it can be played in other platforms. However the problem is that when I sho...
De asked 23/2, 2012 at 7:2
2
Solved
I am using this line to batch convert mp4 files to webm files. For all mp4 files i need the output files to be of same name but .webm extension. For example if i have video1.mp4 and video2.mp...
Hypothesis asked 4/3, 2018 at 4:37
4
I'm looking for a batch script to convert swf to mp4, lossless. I tried using both ffmpeg and handbrake, but apparently swf is compressed and I can't convert them this way.
ffmpeg -i input -c:v l...
Engrossment asked 25/11, 2013 at 13:26
2
I need to do a mass-conversion of videos from a video recorder in the .mod format, to other file formats, e. g. .mp4.
How and where can I find detailed specifications and information about VL...
Refrangible asked 21/6, 2015 at 21:3
3
Solved
i am trying to convert a .mov file to an mp4 file using the following command.
ffmpeg -i sample_iTunes.mov -c:v libx264 -vb 800k -c:a libvo_aacenc -ab 128k -ac 2 test.mp4
When i run this i get t...
Mansfield asked 25/11, 2015 at 11:18
2
Solved
I am currently working on a project of videos on demand where I convert videos to HLS using FFMPEG.
Videos are publicly hosted on AWS S3 and there is an API giving the URL of the HLS playlist.
No...
Appellate asked 29/1, 2016 at 2:17
0
I want to stream a file that is being uploaded to ffmpeg. I'm using node.js and it's not working!
I ended up testing piping an input to ffmpeg from a local file, and this doens't work either. Here...
Kamerun asked 16/1, 2016 at 4:10
1
I've been using Zencoder's api to convert videos from one format to another but I now need to convert a video to an animated gif which is not included in the output formats on Zencoder.
Anyo...
Testes asked 7/11, 2012 at 11:3
1
I want to provide an automatic video-converter for my CMS-customers. They should be able to upload their "untouched" video-files (MP4, VMV, AVI, ...) and my server compresses and converts it to a W...
Underclassman asked 27/10, 2014 at 16:0
3
I have a video sharing site and convert videos with FFmpeg but it takes a lot of time for converting.
How can do it fast and safe?
I think when FFmpeg uses the GPU it helps me but I find no good re...
Medial asked 17/8, 2013 at 7:33
1
Solved
I have a video file. I open it with MediaInfo utility and I can see a video stream in this file having attribute Rotation 90 (along with other attributes such as CodecID, bitrate etc).
Now I have ...
Metamerism asked 11/3, 2013 at 9:30
1
I'm new to ffmpeg and I was trying to find out how to convert a audio or video file from one format to another. I don't want to use CLI, I just want to know if I can use ffmpeg as a library and cal...
Elma asked 10/11, 2011 at 7:5
1
© 2022 - 2024 — McMap. All rights reserved.