The video-conversion tag has no wiki summary.
2
votes
1answer
148 views
Using ffmpeg convert a file from one format to another
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 call a ...
2
votes
2answers
121 views
videoconferencing - help about architecture
I have a challenge, i need to make a videoconferencing tool in an open source web project.
How i can do this without cost of software and full access to the source?
At least, only audio.
It is ...
1
vote
2answers
16 views
video captured from iphone gets rotated when converted to .mp4 using ffmpeg
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 shoot ...
1
vote
1answer
61 views
Video Transcoding/Conversion using Java
I would like to convert a video from one format to another. Initially, I want to convert MP4 to AVI or any other more suitable video format.
Came across the ffmpeg library. Is is the best solution?
...
1
vote
2answers
575 views
Post processing in ffmpeg to move 'moov atom' in MP4 files (qt-faststart)
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 so ...
1
vote
0answers
84 views
Error while Creating Videos from images using ffmpeg
I am trying to create videos from images sequence. I tried all the below code given in $ff_command variable.
$path = dirname(__FILE__);
$ff_command = "ffmpeg -f image2 -i {$path}/img%03d.jpg ...
1
vote
2answers
744 views
using FFMPEG to convert to MP4 with maximum browsers compatibilty
I'm converting from WMV to FLV using FFMPEG, and my problem is that the FLV videos are so big! the 15 minutes video's size ranges between 150MB and 1GB!
I'm using the following FFMPEG command to ...
1
vote
1answer
251 views
skype url handler or another app url handler for video conference
I want to build a website for e-learning.
The course will be conducted via webcam and members will pay to attend the web cast.
I thought that Skype is a solution, but I need to find a way to block ...
1
vote
2answers
578 views
Using Paperclip with FFmpeg and multiple output formats: how to store in the database and show in the view a specific output format?
Because I want to use HTML5 video I need to convert videos uploaded by the user into multiple codecs. I am following this tutorial: ...
1
vote
3answers
221 views
how to convert video from one format to another using php
hi i want to include the vedio download option in my webpage. I am using ffmpeg, but it seems to work very slow. Is there is any other way to do this or how to spead up the ffmpeg.
i am using this ...
1
vote
2answers
597 views
how to convert high quality .wmv file using ffmpeg
Please guide me how to solve this issue. Below is what I got when try to convert wmv format file to .flv.
ffmpeg -i full.wmv -ar 48000 -ab 192000 -b 293000 -r 15 -s 640x480 full.flv
FFmpeg version ...
0
votes
1answer
46 views
ffmpeg - operation not permitted error while conversion
I am developing an android app. My requirement is that to implement an rtsp streaming server on android. It has to live stream video and audio captured using MediaRecorder. Another requirement is that ...
0
votes
1answer
54 views
Centos Video Optimizer
I have a lot of MP4 files on my server. And my aim is to get them to stream on android mobiles.
The resolution of the videos are at 480×272 and this is not a problem because I tested it and most ...
0
votes
0answers
67 views
Xuggler Error: Could Not Open
I am using xuggler API to transcode Video from one format to another.
Following the example, provided by
http://wiki.xuggle.com/MediaTool_Introduction & ...
0
votes
0answers
118 views
FFmpeg not encoding with libx264 library
Hey people of StackOverflow. I have been having a strange issue that I'm not exactly sure what's going on. I am using FFmpeg to convert any incoming video files to h264 mp4 files using the libx264. ...
0
votes
1answer
35 views
pyvnc2swf not working? outputs video of duration 0sec
i need to convert video from swf to flv. im using pyvnc2swf : edit.py but it's not working. shows no errors but outputs a file with one blank frame.
here is the command:
...
0
votes
0answers
36 views
vnc2swf : edit.py not working [closed]
i need to convert video from swf to flv.
im using vnc2swf : edit.py
but it's not working.
shows no errors but outputs a file with one blank frame.
here is the command:
/usr/share/pyvnc2swf/edit.py ...
0
votes
3answers
185 views
Can I convert videos with javascript?
I am making an application in HTML5 that lets you choose a local video file, then play it using the video tag. The problem is that some of the codecs of the videos are not playable by current browsers ...
0
votes
3answers
206 views
How to Convert .wmv to .mp4 using Command-Line?
I need a windows console application which convert .wmv to .mp4 file. I am looking for this for 2 days, no luck. I need coverted video to support "progressive" download.
0
votes
0answers
70 views
hardcode subtitle with mencoder
I tried to hardcode a subtitle from file into a video file, and here is my command:
mencoder hifi.avi -ss 30 -endpos 60 -o test.mp4 -oac faac -faacopts mpeg=4:object=2:raw:br=128 -of lavf -lavfopts ...
0
votes
0answers
181 views
Why can't I change the video bitrate of WMV videos using FFMPEG?
I'm converting WMV videos to FLV and I have to set the video bitrate because the video size is too big and I can't use it for online streaming if I used the same bitrate.
So I added -b 64k to my ...
0
votes
4answers
453 views
How can I convert a movie into .MP4 from .MOV using a PHP upload script?
I am trying to upload a movie onto a site and then automatically convert it into .mp4 format from the .mov iPhone format. Is there a php conversion library or tool that would help me do this?
Thanks.
...
0
votes
3answers
762 views
How to split and convert videos using PHP & FFMPEG
I want the users to only upload a video, then write a code that splits this video into user-defined segments, then convert those segments to .flv and .mp4 videos.
Is there any way I can do that?
0
votes
2answers
197 views
Automatic ffmpeg conversion of only completed, fully uploaded files
Maybe it would be best to start by describing the scenario.
We have a Debian server with ffmpeg that we use to covert various video files into FLV.
The files are supplied by a number of different ...
0
votes
1answer
162 views
-acodec option not working in ffmpeg
Before I was using this:
ffmpeg -i file1.avi -acodec vorbis file2.ogg
And everything go okay... And now, on this new server, I try this command, and I get return Successful conversion, but there is ...
0
votes
1answer
126 views
Is there any .NET library for converting video streams?
I want to convert video formats on the fly. Is there any library in .NET for converting common video formats to each other on the fly (i.e. reading a network stream)
0
votes
2answers
230 views
FFmpeg file conversion formats and file extensions
I hope someone knows a link to point me to here.
I'm converting different video and audio formats using ffmpeg. I want to only let files with file extensions be converted that are supported by ...
0
votes
0answers
764 views
mp4 to ogg conversion on linux server using ffmpeg2theora.exe
I am trying to convert a video from mp4 to ogg on the server using PHP class found here. when I run this code on the windows machine it can convert successfully.
<?php
/*
this class is used to ...
0
votes
0answers
80 views
Video Uploads stopped working on my AVS site(PHP,FMPEG,MPLAYER)
I run an Adult Video Script site(Im not posting the address here for obvious reasons ;)), and as of a few weeks ago the user video upload functionality has stopped working. Im not exactly sure where ...
0
votes
1answer
78 views
DVD to FLV File Conversion Using PHP — Is this Doable? Insane? What are alternatives?
So I have users who have told me they are interested in being able to upload videos to my site straight from DVD's (for which they own the rights, of course).
I've never encountered this before, but ...
-3
votes
1answer
166 views
Big length movie files using ffmpeg [closed]
plz tell code to convert big lenght movies from any format to .mp4 format....
thnks
-4
votes
0answers
47 views
Video converter PHP [closed]
I have a video converter in php. And it works partially fine. Partially because it convert file sometimes, and sometimes not. Does anyone have any idea what can be a problem?