美前驻联合国大使提议将冲绳美军转移至台湾!
百度 2016年国家食药监局官网公布的8月至10月防晒类化妆品抽检结果通告中,不少化妆品实际检出防晒剂成分与产品批件及标识成分不符,丸美就是其中一例,并且连续三个月皆上黑榜;2017年11月份,国家食药监总局发布的通告显示,广东丸美生物技术股份有限公司等18家企业生产的20批次防晒类化妆品再次被曝出不合格。
The ffplay tag has no summary.
5 questions
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
0
answers
692
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
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
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!