ffplay | time options to disable features | Wrapper library
kandi X-RAY | ffplay Summary
kandi X-RAY | ffplay Summary
ffplay from ffmpeg, with compile-time options to disable features.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ffplay
ffplay Key Features
ffplay Examples and Code Snippets
Community Discussions
Trending Discussions on ffplay
QUESTION
i have the following scenario that is driving me crazy:
i have a capture device. Here the ffprobe on it:
...ANSWER
Answered 2022-Apr-08 at 00:16*.mjpeg
is a raw stream format. FFmpeg documentation states of raw muxers: "They do not store timestamps or metadata." So, instead try storing the data in an mp4 container:
QUESTION
ANSWER
Answered 2022-Mar-18 at 22:30Because the 'Date' column in Windows Explorer that you have showing there is the Creation Date property, not the Last Modified Date.
Notice how the "Date" column matches the "Date created" column, not the "Date modified" column in my screenshot.
QUESTION
I'm outputting an H264 stream, encoded by my application using ffmpeg. I can display it using ffplay
, but when trying to view the stream in VLC, I only get the first frame, or it looks like that's the case.
The messages output shows that it is "buffering", taking around a minute to get to 100% when the frame updates.
When using ffplay
, the latency is about 50-100ms at worst.
I am sending to rtp://127.0.0.1:6666?pkt_size=1316
with the format rtp_mpegts
.
I am new to this and it's highly likely I haven't set the frame up completely correctly. The process is (minus declarations and error checking)
ANSWER
Answered 2022-Mar-15 at 12:45The problem with my approach above was that it was based on the ffmpeg example encode_video.c
with some bits for stream output borrowed from google.
Thanks to @rotem I started putting together a standalone executable and stumbled on the example muxing.c
in the ffmpeg examples.
This let me find the steps I was missing: set the stream index on the packet, and rescale the time:
QUESTION
I'm using avcodec to decode some hevc clip on linux, the avcodec lib is built from source package ffmpeg-4.3.1 with command:
...ANSWER
Answered 2022-Feb-22 at 08:56I do decoding like below:
QUESTION
I have a application for Google App Engine(GAE), using Vue.js on the frontend and Flask on the backend. My app allows users to upload large video and will analyze it. But since GAE's upload size limit is 32MB, so I allow users to upload directly to Google Cloud Storage(GCS) using signed url.
The problem I am facing is that the user can successfully upload the video to GCS, but on the backend(flask) when downloading the video for analysis, get the error below:
...ANSWER
Answered 2022-Feb-13 at 07:16You are using formData with the HTTP PUT method which corrupts the upload as a binary data stream is expected and not MIME data.
To use formdata:
QUESTION
Below is dockerfile with installation details of ffmpeg.
...ANSWER
Answered 2022-Feb-11 at 20:23You can find the Dockerfile for their build here https://github.com/alfg/docker-ffmpeg/blob/master/Dockerfile.
Maybe you can copy parts of their dockerfile into yours.
Here's my attempt. I switched your aspnet image to alpine since the ffmpeg dockerfile is alpine and changing package managers seemed like a big task.
QUESTION
I'm trying to receive RTP stream encoding h264 over TCP from my intercom Hikvision DS-KH8350-WTE1. By reverse engineering I was able to replicate how Hikvision original software Hik-Connect on iPhone and iVMS-4200 on MacOS connects and negotaties streaming. Now I'm getting the very same stream as original apps - verified through Wireshark. Now I need to "make sense" of the stream. I know it's RTP because I inspected how iVMS-4200 uses it using /usr/bin/sample
on MacOS. Which yields:
ANSWER
Answered 2022-Feb-09 at 09:52Going for mp4 container wasn't a good choice after all. It turns out the RTP essentially yields raw h264 stream. To inspect its structure I converted the genuine mp4 recording to .264 like this:
QUESTION
I converted an avi file to a mp4 file with the following command, but the converted mp4 file produced no audio when played with QuickTime (no such problem with other players). I was able to convert mkv to mp4 with the same command without the audio problem.
...ANSWER
Answered 2022-Feb-06 at 19:04From your log I can see that your input audio is MP3.
QUESTION
After drawing a text, I'd like to use geq
to make the box corners rounded.
Currently, I'm simply trying to draw a box around the text, to see if I can use the text dimensions for subsequent filters
ANSWER
Answered 2022-Jan-25 at 13:30I found a workaround
Draw the text in debug mode
QUESTION
I'm using electron(you can consider it as nodejs) for making a player for playing encrypted videos. using code below I'm able to encypt videos
exec(
ffmpeg -i "${file}" -encryption_scheme cenc-aes-ctr -encryption_key ${encryptionKey} -encryption_kid ${encryptionKey} "${pathWithoutExtension}".CONVERTED.${extension}
)
and using this command I'm able to decypt and at the same time play the video
...ANSWER
Answered 2022-Jan-13 at 10:41finaly find the solution: this command added text watermark to encrypted file and show it during playtime
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ffplay
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page