车讯情报2月15日0时:92号汽油上调0.04元/升
5 questions
0
votes
1
answer
108
views
How to draw - scalable - "EBU safe areas" in ffplay
we need to preview videos with overlayed so-called "safe areas" according to this EBU document: SAFE AREAS FOR 16:9 TELEVISION PRODUCTION.
Here's the scheme for 1080p resolution:
Those ...
0
votes
0
answers
691
views
ffplay does not play hls continuously and it stop after a few first segments
I am using the following command to read a RTSP stream from an IP camera and record it as HLS:
ffmpeg -i rtsp://<user>:<password>@<ip>:<port> -c:v copy -c:a copy -...
0
votes
1
answer
177
views
How to cut video, add audio and burn subtitle while cropping video all in one command - ffmpeg
Currently I have the following command,
which cuts the video, adds audio and burns subtitle into the video.
-ss 00:00:30 -t -i video.mp4 -i audio.wav -vcodec copy -acodec copy -map 0:0 -map 1:0 -vf ...
1
vote
1
answer
1k
views
FFplay will not close and reconnect when SRT stream ends
So I have been testing the SRT streaming to use with OBS. so far love it BUT ffplay will not close when the stream ends and try to reconnect. it just stays paused at last frame and the ffplay window ...
0
votes
1
answer
102
views
ffplay -- suppress configuration information on startup
Is there a way to suppress configuration information when starting ffplay? I know I could redirect to /dev/null but I don't want to lose stderr or stdout. Thanks!