Re: [FFmpeg-user] help DRM

2020-05-08 Thread Nasser Nano
I mean to download that video to my computer to watch it offline, let say i wanna download Tv series episosed, but the video ( episode ) DRM protected, like netflix you know. في سبت، ٩ مايو، ٢٠٢٠ في ٦:١٩ ص، كتب Michael Glenn Williams < michael.glenn.willi...@smartblondeco.com>: > Hi Nassr, > >

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

2020-05-08 Thread Michael Glenn Williams
Are you looking for this? https://superuser.com/questions/1413156/ffmpeg-adding-image-watermark-to-other-images On Thu, May 7, 2020 at 9:05 AM Abe Arif wrote: > Hi Everyone, > > i have a sh to split mp4 become 4 bitrates and one audio only > > #!/bash > filename=`echo $namefile|cut -f1 -d'.'` >

Re: [FFmpeg-user] help DRM

2020-05-08 Thread Michael Glenn Williams
Hi Nassr, What do you mean by download? Literally FTP? No not possible. On Fri, May 8, 2020 at 10:12 AM Nasser Nano wrote: > Hi, is there anyway to download streaming video drm protected ? > ___ > ffmpeg-user mailing list > ffmpeg-user@ffmpeg.org >

[FFmpeg-user] how to switch between transcoding and copy dynamicaly

2020-05-08 Thread qw
Hi, As I know, ffmpeg can do transcoding or copy for media file. how to switch between transcoding and copy dynamicaly? Thanks! Regards Andrew ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] Closed Captions for zone 1 DVD

2020-05-08 Thread Carl Eugen Hoyos
> Am 08.05.2020 um 22:28 schrieb PPRJ01 : > > > Please find attached a short sample file named "2005.mp4". This is the result > of command : > > ffmpeg -ss 99 -to 103 -i 2005.VOB 2005.mp4 Never provide output files (unless specifically requested), please provide an input sample that

[FFmpeg-user] help DRM

2020-05-08 Thread Nasser Nano
Hi, is there anyway to download streaming video drm protected ? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject

Re: [FFmpeg-user] AviSynth Deinterlacers Comparison.png

2020-05-08 Thread Paul B Mahol
On 5/8/20, Mark Filipak wrote: > Howdy, > > Look at the attachment. I made it from this: > https://web.archive.org/web/20080501082420/http://heptium.sh.cvut.cz:80/~integra/deint/ > > Can you identify the modern ffmpeg equivalent of any of them? > No, I can not. > Thanks, > Mark. > -- > COVID-19

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

2020-05-08 Thread Carl Zwanzig
On 5/7/2020 6:56 PM, Edward Park wrote: 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. And if not, it's easy enough to resize/reposition and add an alpha channel if missing. That may be way

[FFmpeg-user] Need help with codec CPK

2020-05-08 Thread LG30
In fact, I'm on a video game translation (SEGA SATURN). I need to remove the audio from the SATURN videos (.CPK) and add the audio from the PC version (.VMD). I will give you the configuration of a CPK video as well as the command line that I use to do this manipulation.

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, >> Thank’s for reply. Yes I try it and it works fine but with this

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 back to 00:00:00:00 when you seek and

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

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

2020-05-08 Thread Edward Park
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 sounds like a small bug? Then I suppose you could add setpts=PTS-STARTPTS

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