BtbN 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.0 is released
kasper93 has quit [Ping timeout: 248 seconds]
kasper93_ has joined #ffmpeg
xx has quit [Ping timeout: 260 seconds]
Unit640 has quit [Quit: Leaving]
ewomer has quit [Ping timeout: 265 seconds]
ewomer has joined #ffmpeg
ewomer has quit [Remote host closed the connection]
ewomer has joined #ffmpeg
ewomer has quit [Ping timeout: 252 seconds]
ewomer has joined #ffmpeg
ewomer has quit [Ping timeout: 265 seconds]
ewomer has joined #ffmpeg
MetaNova has quit [Ping timeout: 276 seconds]
MetaNova has joined #ffmpeg
YuGiOhJCJ has joined #ffmpeg
ewomer has quit [Read error: Connection reset by peer]
ewomer has joined #ffmpeg
Warcop has joined #ffmpeg
vampi__ has quit [Quit: Leaving]
ewomer has quit [Ping timeout: 252 seconds]
ewomer has joined #ffmpeg
fling has quit [Remote host closed the connection]
fling has joined #ffmpeg
rvalue has quit [Changing host]
rvalue has joined #ffmpeg
rvalue has quit [Changing host]
rvalue has joined #ffmpeg
lucasta has quit [Remote host closed the connection]
fling has quit [Remote host closed the connection]
fling has joined #ffmpeg
rex has quit [Read error: Connection reset by peer]
rex has joined #ffmpeg
acovrig6012 has joined #ffmpeg
kasper93_ is now known as kasper93
Tano has quit [Quit: WeeChat 4.3.4]
Dagger has quit [Ping timeout: 248 seconds]
rv1sr has joined #ffmpeg
Dagger has joined #ffmpeg
rpthms has quit [Remote host closed the connection]
rpthms has joined #ffmpeg
Suchiman has quit [Quit: Connection closed for inactivity]
tyzoid has joined #ffmpeg
Kei_N_ has joined #ffmpeg
Kei_N has quit [Ping timeout: 252 seconds]
microlappy has joined #ffmpeg
lavaball has joined #ffmpeg
microlappy has quit [Remote host closed the connection]
fling has quit [Remote host closed the connection]
fling has joined #ffmpeg
HerbY_NL has joined #ffmpeg
HerbY_NL has quit [Client Quit]
HerbY_NL has joined #ffmpeg
coldfeet has joined #ffmpeg
coldfeet has quit [Client Quit]
rex has quit [Quit: Bye]
rex has joined #ffmpeg
xx has joined #ffmpeg
Corroddity has quit [Ping timeout: 246 seconds]
FH_thecat has quit [Quit: Leaving]
FH_thecat has joined #ffmpeg
kepstin has quit [Remote host closed the connection]
kepstin has joined #ffmpeg
sunyibo_ is now known as sunyibo
rv1sr has quit [Ping timeout: 265 seconds]
EmleyMoor has joined #ffmpeg
HerbY_NL has quit [Ping timeout: 265 seconds]
rv1sr has joined #ffmpeg
coldfeet has joined #ffmpeg
HerbY_NL has joined #ffmpeg
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
fling has quit [Remote host closed the connection]
fling has joined #ffmpeg
HerbY_NL has joined #ffmpeg
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
coldfeet has quit [Remote host closed the connection]
Vonter has quit [Read error: Connection reset by peer]
Vonter has joined #ffmpeg
rsx has joined #ffmpeg
NaviTheFairy has quit [Ping timeout: 260 seconds]
<iconoclasthero>
i have a video I wish to watch on my firestick hd via kodi served up by minidlnad. i tried watching it last night and it stalled out. i will not be keeping this video after i watch it so i do not care about the file size (within reason), i just want to be able to watch it with minimum quality loss.
<iconoclasthero>
i don't want to get involved dlna server transcoding right now, i'm just looking for an efficient way to transcode this video to something that will play. the fastest transcoding with minimum quality loss irrespective of file size are probably the goals.
Vonter has quit [Read error: Connection reset by peer]
lavaball has quit [Remote host closed the connection]
coldfeet has joined #ffmpeg
billchenchina- has joined #ffmpeg
Suchiman has joined #ffmpeg
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
beastd has joined #ffmpeg
intrac has quit [Quit: Konversation terminated!]
intrac has joined #ffmpeg
intrac has quit [Client Quit]
intrac has joined #ffmpeg
MetaNova has quit [Ping timeout: 276 seconds]
MetaNova has joined #ffmpeg
bitblit has quit [Quit: WeeChat 4.1.1]
HerbY_NL has joined #ffmpeg
bitblit has joined #ffmpeg
rsx has quit [Quit: rsx]
<DeHackEd>
iconoclasthero: for fast transcoding but high compatibility with little regard for bitrate, you can probably do something like: ffmpeg -i input.mp4 -c:a copy -c:v libx264 -qp 10 -preset:v veryfast output.mp4
<DeHackEd>
it's not lossless - qp value of 10 has some loss, but it will be quite low while still providing some compression
<DeHackEd>
you might replace that with -crf 10 instead if it's an action movie with lots of highspeed scenes, explosions and stuff...
<iconoclasthero>
i did some messing around and it seems like there's some issue with kodi and the aspect ratio as well. if i can't streamcode to a new aspect ratio (and it seems i can't?) and I use your code, then would this force the aspect ratio as well:
<furq>
you can change the aspect ratio without reencoding
ewomer has quit [Ping timeout: 255 seconds]
<furq>
-aspect sets it in the container and -bsf:v h264_metadata=sample_aspect_ratio sets it in the stream
<iconoclasthero>
oh good, i want to see if that's the problem!
realies has quit [Ping timeout: 276 seconds]
<iconoclasthero>
furq: [h264_metadata_bsf @ 0x61780f6b51c0] [Eval @ 0x7ffd4d81bc60] Undefined constant or missing '(' in 'sample_aspect_ratio' ?
<Marth64>
furq gave the base syntax and an example, you need to set sample_aspect_ratio with a value
<Marth64>
see the doc for example
<Marth64>
for example you can add =(4/3) at the end
<iconoclasthero>
oops, thanks!
<Marth64>
have fun
<Marth64>
some bsf settings for h264_metadata and mpeg2_metadata do not have an obvious value you may need to get it from the spec
<Marth64>
sar should take an ordinary rational though
realies has joined #ffmpeg
NaviTheFairy has joined #ffmpeg
<iconoclasthero>
ok thanks, i'll puzzle it out from here hopefully. i'm honestly not even sure if this is where the problem is so it's kinda basic research at the moment, lol
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Tano has joined #ffmpeg
<Marth64>
if your issue is stalling i would look at other factors
<Marth64>
what is the network connection like? do you need to use dlna? is the decoder chip on your set top box weak, buggy, or too old?
<Marth64>
(rhetorical questions but i would look at those factors)
NaviTheFairy has quit [Ping timeout: 252 seconds]
JanC has joined #ffmpeg
JanC is now known as Guest2264
Guest2264 has quit [Killed (tungsten.libera.chat (Nickname regained by services))]
ewomer has joined #ffmpeg
ewomer has quit [Max SendQ exceeded]
NaviTheFairy has joined #ffmpeg
Tano has quit [Quit: WeeChat 4.3.4]
ewomer has joined #ffmpeg
<Marth64>
if it's a one and done video, sometimes putting it on the flash drive and if your tv has usb port could work
Tano has joined #ffmpeg
Icedream has quit [Read error: Connection reset by peer]
Icedream has joined #ffmpeg
ewomer has quit [Read error: Connection reset by peer]
beastd has quit [Ping timeout: 260 seconds]
ewomer has joined #ffmpeg
rvalue has quit [Read error: Connection reset by peer]
mven97 has quit [Quit: Goodbye.]
lavaball has joined #ffmpeg
mven97 has joined #ffmpeg
rvalue has joined #ffmpeg
vampirefrog has joined #ffmpeg
beastd has joined #ffmpeg
Narrat has joined #ffmpeg
zsoltiv_ has joined #ffmpeg
chiselfuse has quit [Ping timeout: 260 seconds]
chiselfuse has joined #ffmpeg
Juesto has joined #ffmpeg
Juest has quit [Ping timeout: 265 seconds]
Juesto is now known as Juest
Tano has quit [Quit: WeeChat 4.3.4]
coldfeet has quit [Quit: Lost terminal]
coldfeet has joined #ffmpeg
beastd has quit [Ping timeout: 244 seconds]
mven97 has quit [Quit: Goodbye.]
mven97 has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
fling has quit [Remote host closed the connection]
fling has joined #ffmpeg
Tano has joined #ffmpeg
TheSilentLink has quit [Quit: Good Bye! My bouncer has probably crashed or lost connection to the internet...]
TheSilentLink has joined #ffmpeg
HerbY_NL has joined #ffmpeg
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
billchenchina- has quit [Remote host closed the connection]
Juesto has joined #ffmpeg
Juest has quit [Ping timeout: 265 seconds]
Juesto is now known as Juest
Juest has quit [Ping timeout: 260 seconds]
robobub has quit [Quit: Connection closed for inactivity]
wobbol has quit [Quit: WeeChat 4.4.2]
coldfeet has quit [Quit: Lost terminal]
Juesto has joined #ffmpeg
Juesto is now known as Juest
beastd has joined #ffmpeg
grufwub has quit [Remote host closed the connection]
grufwub has joined #ffmpeg
FlorianBad has quit [Quit: Konversation terminated!]
itai has joined #ffmpeg
itai has quit [Quit: leaving]
fling has quit [Remote host closed the connection]
averne has quit [Ping timeout: 260 seconds]
Juest has quit [Ping timeout: 255 seconds]
Juest has joined #ffmpeg
lavaball has joined #ffmpeg
Juest has quit [Excess Flood]
FlorianBad has joined #ffmpeg
FlorianBad has quit [Remote host closed the connection]
beastd has quit [Ping timeout: 276 seconds]
beastd has joined #ffmpeg
Juest has joined #ffmpeg
Haxxa has quit [Quit: Haxxa flies away.]
ewomer has quit [Ping timeout: 265 seconds]
Haxxa has joined #ffmpeg
FlorianBad has joined #ffmpeg
ewomer has joined #ffmpeg
Narrat has quit [Quit: They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.]