ChanServ changed the topic of #ffmpeg to: Welcome to the FFmpeg USER support channel | Development channel: #ffmpeg-devel | Bug reports: https://ffmpeg.org/bugreports.html | Wiki: https://trac.ffmpeg.org/ | This channel is publically logged | FFmpeg 7.1.1 is released
Shine_ has joined #ffmpeg
demon__ has joined #ffmpeg
MyTDT has joined #ffmpeg
MyTDT has quit [Remote host closed the connection]
MyTDT has joined #ffmpeg
demon__ has quit [Read error: Connection reset by peer]
demon__ has joined #ffmpeg
MyTDT has quit [Remote host closed the connection]
anotheruser has quit [Ping timeout: 252 seconds]
krjst has quit [Quit: bye]
krjst has joined #ffmpeg
usagi_mimi has joined #ffmpeg
Kei_N_ has joined #ffmpeg
MyTDT has joined #ffmpeg
MyTDT has quit [Remote host closed the connection]
Kei_N has quit [Ping timeout: 265 seconds]
Traneptora has joined #ffmpeg
MyTDT_ has joined #ffmpeg
jdek has quit [Ping timeout: 246 seconds]
Shine_ has quit [Read error: Connection reset by peer]
jdek has joined #ffmpeg
MyTDT_ has quit [Ping timeout: 276 seconds]
\\Mr_C\\ has quit [Remote host closed the connection]
foul_owl has quit [Ping timeout: 248 seconds]
usagi_mimi has quit [Ping timeout: 248 seconds]
foul_owl has joined #ffmpeg
JanC has joined #ffmpeg
JanC is now known as Guest9741
usagi_mimi has joined #ffmpeg
foul_owl has quit [Ping timeout: 265 seconds]
Sakura`Kinomoto has quit [Remote host closed the connection]
foul_owl has joined #ffmpeg
Sakura`Kinomoto has joined #ffmpeg
JanC is now known as Guest5017
JanC has joined #ffmpeg
Guest5017 has quit [Killed (tungsten.libera.chat (Nickname regained by services))]
anotheruser has joined #ffmpeg
demon__ has quit [Ping timeout: 246 seconds]
anotheruser has quit [Read error: Connection reset by peer]
anotheruser has joined #ffmpeg
maxim_d33 has quit [Ping timeout: 245 seconds]
maxim_d33 has joined #ffmpeg
derpydoo has joined #ffmpeg
MyTDT_ has joined #ffmpeg
MyTDT_ has quit [Ping timeout: 260 seconds]
five618480339176 has quit [Ping timeout: 276 seconds]
sunyibo has quit [Ping timeout: 268 seconds]
MyTDT has joined #ffmpeg
sunyibo has joined #ffmpeg
MyTDT has quit [Ping timeout: 268 seconds]
derpydoo has quit [Quit: derpydoo]
Hackerpcs has quit [Quit: Hackerpcs]
Hackerpcs has joined #ffmpeg
Hackerpcs has quit [Max SendQ exceeded]
Hackerpcs has joined #ffmpeg
JanC has joined #ffmpeg
JanC has quit [Killed (zirconium.libera.chat (Nickname regained by services))]
demon__ has joined #ffmpeg
demon__ has quit [Read error: Connection reset by peer]
demon__ has joined #ffmpeg
demon__ has quit [Client Quit]
anotheruser has quit [Ping timeout: 276 seconds]
xx has joined #ffmpeg
paulk-bis has joined #ffmpeg
paulk has quit [Ping timeout: 248 seconds]
MyTDT has joined #ffmpeg
MyTDT has quit [Ping timeout: 252 seconds]
NotWarcop has quit [Remote host closed the connection]
rsx has joined #ffmpeg
foul_owl has quit [Ping timeout: 268 seconds]
jmcantrell has quit [Quit: WeeChat 4.6.0]
jmcantrell_ is now known as jmcantrell
cantelope has quit [Quit: Connection closed for inactivity]
foul_owl has joined #ffmpeg
user_oreloznog has joined #ffmpeg
low-key has joined #ffmpeg
MyTDT has joined #ffmpeg
MyTDT has quit [Ping timeout: 272 seconds]
vlm has quit [Quit: vlm]
aaabbb has quit [Ping timeout: 265 seconds]
SnakesAndStuff has quit [Read error: Connection reset by peer]
<furq>
installing from a ppa is a bad idea unless it's just a static build anyway
compnn has quit [Remote host closed the connection]
<furq>
unless that ppa also packages every other bit of software you have installed that uses the ffmpeg libraries
<Madiator2011>
Plan to add ffmpeg to my docker image but it requires build with hevc nvenc support with is not coming from apt as I guess closed license.
<Madiator2011>
there is Rob Savoury PPA but latest one got paywalled
Compn has joined #ffmpeg
paulk has quit [Ping timeout: 268 seconds]
<furq>
i don't have nvidia but i don't think that has anything to do with ffmpeg
chiselfuse has quit [Remote host closed the connection]
<furq>
ffmpeg supports whatever nvenc reports
chiselfuse has joined #ffmpeg
<Madiator2011>
it is supported but in most cases you are being told to compile from source to enable that encoder
jafa has joined #ffmpeg
paulk has joined #ffmpeg
paulk has quit [Changing host]
paulk has joined #ffmpeg
<jafa>
generating dash... init_seg_name and media_seg_name - is there a way to indicate in the filename or ext if it is a audio stream vs video stream?
<jafa>
for example a template variable like $ContentType$ that can be used in the filename or a something to set the extension based on it being audio vs video
<grib>
jafa: Good question! The docs say there are only the four DASH-standard variables plus the ffmpeg special $ext$, so I think you're out of luck for now.
<grib>
I could imagine $ext$ being m4v for video or m4a for audio, but the ffmpeg code that I just checked(*) only ever produces "mp4", "m4s", or "webm".
<grib>
(*) it was an old version that I had handy so it might have changed since then.