[FFmpeg-user] (no subject)

2020-05-07 Thread Nasser Nano
Hi everyone, > can j download video from straming video site that are DRm protected ? > thanks ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email

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

2020-05-07 Thread Edward Park
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 added to the timestamp. Have you tried using the timecode arguments

Re: [FFmpeg-user] multiple bitrates with different logos

2020-05-07 Thread Edward Park
Hi, Are the logo png files transparent and same size as the video frame size? If so you can use the overlay filter with the logo file as second input. Regards, Ted Park ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

[FFmpeg-user] multiple bitrates with different logos

2020-05-07 Thread Abe Arif
Hi Everyone, i have a sh to split mp4 become 4 bitrates and one audio only #!/bash filename=`echo $namefile|cut -f1 -d'.'` # ffmpeg -y -i $1 \ -b:v 2000k -s 1280x720 -an -vcodec libx264 -crf 23 "$filename"_V0.mp4 \ -b:v 1000k -s 960x540 -an -vcodec libx264 -crf 23

[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

Re: [FFmpeg-user] Missing ')' or too many args in 'between(t'

2020-05-07 Thread Ulf Zibis
Am 07.05.20 um 08:21 schrieb Michael Koch: Am 07.05.2020 um 02:46 schrieb Ulf Zibis: I tried several versions to escape the collons, but found no solution. I think, that there must be a solution similar to the examples here: https://ffmpeg.org/ffmpeg-filters.html#Examples-5 Does one have a

Re: [FFmpeg-user] Missing ')' or too many args in 'between(t'

2020-05-07 Thread Michael Koch
Am 07.05.2020 um 02:46 schrieb Ulf Zibis: Am 06.05.20 um 20:48 schrieb James Darnley: On 06/05/2020, Ulf Zibis wrote: -af volume='not(between(t,46:50,48:50))',volume='not(between(t,1:30:00,1:31:00))',atempo=1/1.1/1.3,aresample=48000/1.1,asetrate=48000 [Parsed_volume_0 @ 0x55b1b575cd40] [Eval