Re: [FFmpeg-user] Drawtext specific date and time with replay

2020-05-08 Thread Stanislas Defawes
> Le 8 mai 2020 à 15:51, Stanislas Defawes a écrit : > > > >> Le 8 mai 2020 à 14:58, Stanislas Defawes a écrit : >> >> >> >> Le 8 mai 2020 à 13:59, Edward Park >> mailto:kumowoon1...@gmail.com>> a écrit : >> >> Hi,

Re: [FFmpeg-user] Drawtext specific date and time with replay

2020-05-08 Thread Stanislas Defawes
> Le 8 mai 2020 à 14:58, Stanislas Defawes a écrit : > > > > Le 8 mai 2020 à 13:59, Edward Park > mailto:kumowoon1...@gmail.com>> a écrit : > > Hi, > Thank’s for reply. Yes I try it and it works fine but with this argument > (Timecode), it’s going b

Re: [FFmpeg-user] Drawtext specific date and time with replay

2020-05-08 Thread Stanislas Defawes
Le 8 mai 2020 à 13:59, Edward Park mailto:kumowoon1...@gmail.com>> a écrit : Hi, Thank’s for reply. Yes I try it and it works fine but with this argument (Timecode), it’s going back to 00:00:00:00 when you seek and this is exactly that I don’t want. Oh, I did not know this happened, it sound

Re: [FFmpeg-user] Drawtext specific date and time with replay

2020-05-08 Thread Stanislas Defawes
Le 8 mai 2020 à 04:25, Edward Park mailto:kumowoon1...@gmail.com>> a écrit : Hi, The Timestamp (1588305600) correspond at 2020:05:01 06:00:00. But when the file is played, the date is OK, but the time does not correspond to 06:00:00 but 21:11:21 Apparently the second argument is an offset a

[FFmpeg-user] Drawtext specific date and time with replay

2020-05-07 Thread Stanislas Defawes
Hello everyone, I try to print a specific date and time on ts stream with ffplay. I use the name of the file to calculate the timestamp of the day and time of capture. I use this command line : ffplay /Users/stan/Desktop/200501MEZ0600_N.MPG -vf "drawtext=text='%{pts\:gmtime\:1588305600\}':fon

Re: [FFmpeg-user] How to identify the format of a video file with no extension?

2020-03-08 Thread Stanislas Defawes
I think you better use Mediainfo for that > Le 8 mars 2020 à 14:39, mikelee164396 a écrit : > > Video file has no extension. How to identify the format of the video file > (such as MP4, MOV, avi, etc)? > > | | > mikelee164396 > | > | > 邮箱:mikelee164...@163.com > | > > 签名由 网易邮箱大师 定制 > ___

Re: [FFmpeg-user] FFplay Possibility to print just a part of screen ?

2018-10-18 Thread Stanislas Defawes
That’s exactly what i’m looking for. Thank’s a lot Stanislas > Le 18 oct. 2018 à 12:38, Moritz Barsnick a écrit : > > On Thu, Oct 18, 2018 at 10:32:31 +, Stanislas Defawes wrote: > >> Is that possible to print just half of screen of a stream with FFplay ? >

[FFmpeg-user] FFplay Possibility to print just a part of screen ?

2018-10-18 Thread Stanislas Defawes
Hi, Is that possible to print just half of screen of a stream with FFplay ? I’m trying to make a wallscreen with several monitor, from the same UDP stream. It’s possible to do that with VLC but what about FFplay ? Thanks Stanislas ___ ffmpeg-user mail

[FFmpeg-user] Keeping EPG in MP4 File

2016-06-15 Thread Stanislas Defawes
Hello everyone, I’v got a question around EPG or SDT tables presents in TS files. Is there a way to keep those informations in a MP4 file ? I don’t think so but sometimes i’m lucky ! I try to find something with -metadata but EPG seems not to be this kind of metadata... Thank’s for help, Stani