Re: [FFmpeg-user] How to decrypt .ts files into separate .ts files with ffmpeg without using a playlist?

2020-02-10 Thread Micael Silva
On Mon, Feb 10, 2020 at 6:16 PM Crazy Red Elephant via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > This works, Moritz, thank you. However, for some reason it works only for > the part0 file, two others don't open in Windows Media Player after > decryption. That's weird... > > What's also

Re: [FFmpeg-user] How to decrypt .ts files into separate .ts files with ffmpeg without using a playlist?

2020-02-10 Thread Moritz Barsnick
On Mon, Feb 10, 2020 at 21:16:36 +, Crazy Red Elephant via ffmpeg-user wrote: > This works, Moritz, thank you. However, for some reason it works only > for the part0 file, two others don't open in Windows Media Player > after decryption. That's weird... Well, ffmpeg parses the individual

Re: [FFmpeg-user] How to decrypt .ts files into separate .ts files with ffmpeg without using a playlist?

2020-02-10 Thread Crazy Red Elephant via ffmpeg-user
This works, Moritz, thank you. However, for some reason it works only for the part0 file, two others don't open in Windows Media Player after decryption. That's weird... What's also interesting is that there's about 17 KB difference in size between the part0 file decrypted with openssl (3,476

Re: [FFmpeg-user] How to decrypt .ts files into separate .ts files with ffmpeg without using a playlist?

2020-02-10 Thread Moritz Barsnick
On Mon, Feb 10, 2020 at 13:40:59 +, Crazy Red Elephant via ffmpeg-user wrote: > I have a number of .ts files, .m3u8 playlist and a key to decrypt > them. The key is a file, not a hexadecimal string. My goal is to > decrypt some of these .ts files to analyze them individually. I also >

Re: [FFmpeg-user] How to decrypt .ts files into separate .ts files with ffmpeg without using a playlist?

2020-02-10 Thread Crazy Red Elephant via ffmpeg-user
I only have the key file which is like "5e5852fab5eedf7c6b7a367b1fc140a1" when I open it in a hex editor. What is "hex IV" and where can I get it? ‐‐‐ Original Message ‐‐‐ On Monday, February 10, 2020 5:55 PM, Micael Silva wrote: > On Mon, Feb 10, 2020 at 10:41 AM Crazy Red Elephant

Re: [FFmpeg-user] gif overlay miscalculating x and y, extra frame flash

2020-02-10 Thread Michael Koch
Am 10.02.2020 um 18:31 schrieb Michael Koch: Paul, Nevertheless I have the same problem as the original poster, also when I add :format=rgb. Something is wrong with the x,y calculations in the overlay filter. In my example I'm using sendcmd to set x and y. The coordinates are sometimes off

Re: [FFmpeg-user] gif overlay miscalculating x and y, extra frame flash

2020-02-10 Thread Michael Koch
Paul, Nevertheless I have the same problem as the original poster, also when I add :format=rgb. Something is wrong with the x,y calculations in the overlay filter. In my example I'm using sendcmd to set x and y. The coordinates are sometimes off by a few pixels. At the moment my command line

Re: [FFmpeg-user] gif overlay miscalculating x and y, extra frame flash

2020-02-10 Thread S Andreason
Paul B Mahol wrote: On 2/9/20, S Andreason wrote: The issue is with -i gif and overlay=x=(calculations):y=(calculations):between 1. between calculates n differently than the 30fps video, No, it is completely correct, you give it different timebase and fps video inputs. overlay video is 33.33

Re: [FFmpeg-user] How to decrypt .ts files into separate .ts files with ffmpeg without using a playlist?

2020-02-10 Thread Micael Silva
On Mon, Feb 10, 2020 at 10:41 AM Crazy Red Elephant via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > Hi, > > I have a number of .ts files, .m3u8 playlist and a key to decrypt them. > The key is a file, not a hexadecimal string. My goal is to decrypt some of > these .ts files to analyze them

[FFmpeg-user] How to decrypt .ts files into separate .ts files with ffmpeg without using a playlist?

2020-02-10 Thread Crazy Red Elephant via ffmpeg-user
Hi, I have a number of .ts files, .m3u8 playlist and a key to decrypt them. The key is a file, not a hexadecimal string. My goal is to decrypt some of these .ts files to analyze them individually. I also obviously don't want to modify the actual video/audio streams in them in any way, just a

Re: [FFmpeg-user] [CLT2020] FFmpeg at Chemnitzer Linux-Tage

2020-02-10 Thread Michael Koch
Am 10.02.2020 um 10:54 schrieb Thilo Borgmann: We would like to encourage everyone visiting the CLT to bring us sample files and/or command lines that show suspicious or buggy behavior - this will be your change to get your bug fixed right away! Sounds interesting. I'll visit and bring some

[FFmpeg-user] [CLT2020] FFmpeg at Chemnitzer Linux-Tage

2020-02-10 Thread Thilo Borgmann
Hi, FFmpeg has been accepted again for CLT 2020 in Chemnitz, Germany! This "Chemnitzer Linux Tage" will take place on 14th and 15th of March. You can find more details on their homepage: https://chemnitzer.linux-tage.de/2020/en/ We will man a booth with our staff and are happily waiting for our

Re: [FFmpeg-user] gif overlay miscalculating x and y, extra frame flash

2020-02-10 Thread Paul B Mahol
On 2/10/20, Michael Koch wrote: > Am 10.02.2020 um 09:35 schrieb Paul B Mahol: >> On 2/10/20, Michael Koch wrote: >>> Am 09.02.2020 um 23:51 schrieb S Andreason: Hi, I continued building and rendering after asking some questions last week. After 6 days x10 hours per day of

Re: [FFmpeg-user] gif overlay miscalculating x and y, extra frame flash

2020-02-10 Thread Paul B Mahol
On 2/9/20, S Andreason wrote: > Hi, > I continued building and rendering after asking some questions last > week. After 6 days x10 hours per day of > (render,test,measure,edit,repeat) I finally was able to publish my > video. In doing so I made it easy to duplicate the bugs I have been seeing. >

Re: [FFmpeg-user] gif overlay miscalculating x and y, extra frame flash

2020-02-10 Thread Michael Koch
Am 10.02.2020 um 09:35 schrieb Paul B Mahol: On 2/10/20, Michael Koch wrote: Am 09.02.2020 um 23:51 schrieb S Andreason: Hi, I continued building and rendering after asking some questions last week. After 6 days x10 hours per day of (render,test,measure,edit,repeat) I finally was able to

Re: [FFmpeg-user] gif overlay miscalculating x and y, extra frame flash

2020-02-10 Thread Paul B Mahol
On 2/10/20, Michael Koch wrote: > Am 09.02.2020 um 23:51 schrieb S Andreason: >> Hi, >> I continued building and rendering after asking some questions last >> week. After 6 days x10 hours per day of >> (render,test,measure,edit,repeat) I finally was able to publish my >> video. In doing so I made