Newest 'ffmpeg' Questions - Stack Overflow
Les articles publiés sur le site
-
Can ffmpeg burn in time code ?
12 février 2017, par spinonI have a need to burn in a time code to a video and am wondering if this is something that ffmpeg is capable of?
-
How to convert WAV to FLAC/AMR in server-side javascript ? [on hold]
12 février 2017, par Phil AndrewsI need to process audio for transcription through a
node
server. The server receives the audio in WAV format and saves it to a temp file. From there it needs to be converted to FLAC/AMR in order to process it. How can this be accomplished?WAV in -> FLAC/AMR out ->
-
How to resize a picture using ffmpeg's sws_scale() ?
12 février 2017, par cyh24I wanna resize a picture by using the ffmpeg's func--->sws_scale().
Is there any one knows how to do it?
Do you have the source code for this function?
-
FFMPEG (BASH) Trying to record stream from IP camera, getting really bad framerates and random stuttering in video
12 février 2017, par user2419553I'm trying to record an .asf from my IP camera using FFMPEG to save it as an .mp4 file every 15 minutes. The stream coming from the camera is variable, but averages at around 10 FPS. However, when I watch the output mp4, the framerate is much lower, and there is often stuttering, random frame skips, and sometimes the video freezes and doesn't play (on VLC player).
Is there any way I can make the recording smoother and/or have less stuttering?
Here is the code that I use:
ffmpeg -i http://USER:PASSWORD@IP:PORT/videostream.asf -r 10 -vcodec copy -an -t 900 /root/Record/"$(date +"%Y_%m_%d %I.%M %p")".mp4
Any help would be appreciated.
-
UWP windows10 FFmpegInterop high latency
12 février 2017, par Brian_wuI use the Flash media encoder to send the video stream which captured by camera, and receive the video stream by my windows phone. I got the sample form https://github.com/Microsoft/FFmpegInterop. I compiled the FFMPEG dll and this sample code can run successfully. I can receive the video from my phohe, but the latency is about 6 seconds. what should I do to cut down the latency?
Thank you!