Re: [FFmpeg-user] Using GPU with ffmpeg

2020-11-30 Thread madderek--- via ffmpeg-user
-Original Message- From: ffmpeg-user On Behalf Of Rodney Baker Sent: 30 November 2020 13:27 To: ffmpeg-user@ffmpeg.org Subject: Re: [FFmpeg-user] Using GPU with ffmpeg Thanks! Got ot! C:\WINDOWS\system32>ffmpeg -framerate 29.97 -start_number 35000 -i Q:\wsp\%06d.tif -c:v libx264

Re: [FFmpeg-user] Streamlink + ffmpeg error: Pipe copy aborted

2020-11-30 Thread Beta2k
I think I know why the error comes up: the downloaded audio and video tracks are encrypted and they cannot be muxed, hence the error. -- Sent from: http://www.ffmpeg-archive.org/ ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] Using GPU with ffmpeg

2020-11-30 Thread madderek--- via ffmpeg-user
Do you want the actual video file? This will be several GB. How do I post this? I didn't think it was necessary since I'm only asking if it's possible to speed up the process using GPU. If you do I'll prepare a smaller file. Sorry, despite investigating I don't understand the top posting.

[FFmpeg-user] Streamlink + ffmpeg error: Pipe copy aborted

2020-11-30 Thread Beta2k
I use Streamlink (which uses ffmpeg in the background) to download a video with the following command: > streamlink --hls-live-restart -o test.mp4 >

Re: [FFmpeg-user] Using GPU with ffmpeg

2020-11-30 Thread madderek--- via ffmpeg-user
-Original Message- From: ffmpeg-user On Behalf Of madderek--- via ffmpeg-user Sent: 30 November 2020 08:21 To: 'FFmpeg user questions' Cc: madde...@ntlworld.com Subject: Re: [FFmpeg-user] Using GPU with ffmpeg I've made a short video:

Re: [FFmpeg-user] Using GPU with ffmpeg

2020-11-30 Thread Rodney Baker
On Monday, 30 November 2020 18:51:28 ACDT madderek--- via ffmpeg-user wrote: > Do you want the actual video file? This will be several GB. How do I post > this? I didn't think it was necessary since I'm only asking if it's > possible to speed up the process using GPU. If you do I'll prepare a >

Re: [FFmpeg-user] Using GPU with ffmpeg

2020-11-30 Thread Rodney Baker
On Monday, 30 November 2020 23:49:55 ACDT Rodney Baker wrote: > On Monday, 30 November 2020 18:51:28 ACDT madderek--- via ffmpeg-user wrote: > [...] > What the dev's are requesting is the complete, uncut console output that > ffmpeg prints to the command-line window when you executate the command,

Re: [FFmpeg-user] Using GPU with ffmpeg

2020-11-30 Thread Carl Eugen Hoyos
Am Mo., 30. Nov. 2020 um 09:21 Uhr schrieb madderek--- via ffmpeg-user : > Sorry, despite investigating I don't understand the top posting. Did you try the following? https://www.google.com/search?q=top+posting You most likely don't want a framerate of 29.97 but 3/1001 and please only

Re: [FFmpeg-user] Using GPU with ffmpeg

2020-11-30 Thread Carl Zwanzig
On 11/30/2020 4:52 PM, madderek--- via ffmpeg-user wrote: What does on 'cuda mean', and how do you do it? google again? (Search cuda ffmpeg, also look at the list archives for a lot of discussion about it.) z! ___ ffmpeg-user mailing list

Re: [FFmpeg-user] 2nd pass has more frames than 1st pass (99021)2kbits/s dup=27 drop=0 speed=4.76x

2020-11-30 Thread Carl Eugen Hoyos
Am Mo., 30. Nov. 2020 um 08:57 Uhr schrieb Mathieu Malaterre : > > > $ ffmpeg -y -i input.avi -c:v libx264 -b:v 1321894 -pass 1 -an -f null > > > /dev/null && \ > > > ffmpeg -y -i input.avi -c:v libx264 -b:v 1321894 -pass 2 -c:a aac -b:a > > > 128k fixed.mp4 > > > > This cannot work (and this is

Re: [FFmpeg-user] Using GPU with ffmpeg

2020-11-30 Thread andrei ka
btw, i really wonder thy why want to bechnmark fflmpeg with your tiffs if your "software will output to jpegs" :-) internally ffmpeg with convert your tiffs anyway. convert 20s of your tiffs to jpegs (imagemagic batch), leave threads to 0 and si if ffmpeg will be faster. and next try mjpeg codec

Re: [FFmpeg-user] Using GPU with ffmpeg

2020-11-30 Thread madderek--- via ffmpeg-user
-Original Message- From: ffmpeg-user On Behalf Of andrei ka Sent: 01 December 2020 00:40 To: FFmpeg user questions Subject: Re: [FFmpeg-user] Using GPU with ffmpeg Thanks What does on 'cuda mean', and how do you do it? Derek btw, i really wonder thy why want to bechnmark fflmpeg