Post AoJaUsY5MtpV0XoQvA by [email protected] | |
More posts by [email protected] | |
Post #AoJU0mo3YRdQmlYAfA by [email protected] | |
0 likes, 0 repeats | |
It's too goddamn early in the morning (1:22pm) to deal with ffmpeg | |
Post #AoJUkXx17RUy26Yt0K by [email protected] | |
0 likes, 0 repeats | |
@foone It's 4pm here, which is too late to deal with ffmpeg. I think the ap… | |
Post #AoJUv1QCP1SwKYCr5s by [email protected] | |
0 likes, 0 repeats | |
@foone ffmpreg | |
Post #AoJV2skwVKQRluenXU by [email protected] | |
0 likes, 0 repeats | |
@foone always makes me think of https://xkcd.com/448/ | |
Post #AoJVdjd9OctqBRaL8C by [email protected] | |
0 likes, 0 repeats | |
@foone It's always too early in the morning to deal with ffmpeg | |
Post #AoJX63c2nRR8Dg8Wsi by [email protected] | |
0 likes, 0 repeats | |
@Matheo_bis been there, done that, already made the video: https://www.youtube.… | |
Post #AoJXBJEw7cek8Ppg7k by [email protected] | |
0 likes, 0 repeats | |
my project last night involved concatting about 3000 video files together. Unsu… | |
Post #AoJXIK6pHxdcrENqNM by [email protected] | |
0 likes, 0 repeats | |
now, ffmpeg has three ways to combine video files together.In order of increasi… | |
Post #AoJXQYzjpOazLDztlw by [email protected] | |
0 likes, 0 repeats | |
my problem was that I was using concat when I should probably just use concat i… | |
Post #AoJXSxs6J81H4gZP3Q by [email protected] | |
0 likes, 0 repeats | |
@foone Uhm, I'd split the video files into h264 and acc streams (or whateve… | |
Post #AoJXVzwt2bYQNyFscC by [email protected] | |
0 likes, 0 repeats | |
and the complexity scales with how many files you're adding. it's like … | |
Post #AoJXhGNGJPOKVtxndI by [email protected] | |
0 likes, 0 repeats | |
the fundamental problem, I think, is that I have 3487 files in one consistent f… | |
Post #AoJXjonHJO5BqLLo7U by [email protected] | |
0 likes, 0 repeats | |
so I either need to switch to using concat only, or convert those files so that… | |
Post #AoJXsifDTLcfRBpABs by [email protected] | |
0 likes, 0 repeats | |
@foone As someone with the correct concat notation in my examples file, I wonde… | |
Post #AoJXsilb5cj7kyoG8W by [email protected] | |
0 likes, 0 repeats | |
@trini which concat? #1, #2, or #3? :) (filter, demux, or protocol) | |
Post #AoJXsxviiGjkmif3Uu by [email protected] | |
0 likes, 0 repeats | |
@foone what the concatted concat cats?! | |
Post #AoJXzDkonAYjbGXpNA by [email protected] | |
0 likes, 0 repeats | |
actually now that I'm looking at this and it's not 4am, the first conca… | |
Post #AoJY3UdtwXU78YLXsm by [email protected] | |
0 likes, 0 repeats | |
@ben no of course not.but I might soon | |
Post #AoJY6RATJngBEGz7uy by [email protected] | |
0 likes, 0 repeats | |
realistically I probably won't do it this way.I'll batch it up. Merge a… | |
Post #AoJYDnAZumiBUeXeOO by [email protected] | |
0 likes, 0 repeats | |
but I'm probably going to reencode those 3 Weird Videos anyway just so I ha… | |
Post #AoJYMSgjQwVWZsiPZ2 by [email protected] | |
0 likes, 0 repeats | |
@foone You can provide arguments via files IIRC. | |
Post #AoJYUA02niNevuQ4OG by [email protected] | |
0 likes, 0 repeats | |
@gudenau I think that's only for concat, not concat, which I'm using | |
Post #AoJYYUbu73uE0wC5bs by [email protected] | |
0 likes, 0 repeats | |
@foone That's exactly what I probably would have suggested.I mean, I can… | |
Post #AoJYeHN6FONKgz1psO by [email protected] | |
0 likes, 0 repeats | |
@foone Er, #4 , input type? Works on H264, H265 I need to convert back to .ts f… | |
Post #AoJYeHTTrfTn0m0vp2 by [email protected] | |
0 likes, 0 repeats | |
@trini I'm not sure how that one works. do you just list multiple inputs an… | |
Post #AoJYr8dI37tDLzjWGO by [email protected] | |
0 likes, 0 repeats | |
@foone I used concat in my pipeline project for work. My pitch was "it'… | |
Post #AoJZOEZgyiH3L3pcXo by [email protected] | |
0 likes, 0 repeats | |
@UntaggedTransmitter yeah I think that's what I'm going to end up doing… | |
Post #AoJaUsY5MtpV0XoQvA by [email protected] | |
0 likes, 0 repeats | |
@foone I had to fiddle with the ratio output quite a bit, but this is what I en… | |
Post #AoJavsqONX8Pk5Fgrg by [email protected] | |
0 likes, 0 repeats | |
ugh. I've written down the incantation to get lossless huffyuv but I wrote … | |
Post #AoJayyHGdL7ZSkILlw by [email protected] | |
0 likes, 0 repeats | |
probably a good sign I should get rid of that and archive it elsewhere | |
Post #AoJbG0uo50CoZAuq0m by [email protected] | |
0 likes, 0 repeats | |
okay mass-converting them all to the same format.all 3490 files. this'll ta… | |
Post #AoJbOHWmCOncPCcOHI by [email protected] | |
0 likes, 0 repeats | |
@foone Is it this one? https://twitter.com/Foone/status/1261463170725507073 | |
Post #AoJc714gDaaSPMo7c0 by [email protected] | |
0 likes, 0 repeats | |
@foone use an avisynth script to combine the clips and render this with ffmpeg. | |
Post #AoJcR0pIql4bQl9Lnc by [email protected] | |
0 likes, 0 repeats | |
@foone I’m just waiting for you to post “remember not to do this on a lapto… | |
Post #AoJet2bO2ehoxD8KlU by [email protected] | |
0 likes, 0 repeats | |
@foone Zathras? | |
Post #AoJhP1Rs48QuYG3n6W by [email protected] | |
0 likes, 0 repeats | |
@foone you can merge a hundred vids in one or whatever Chappell Roan said | |
Post #AoJpUXIPssNgPEmIIS by [email protected] | |
0 likes, 0 repeats | |
@joshuata thankfully they were already on a different computer so I wasn't … | |
Post #AoJpX4eUq0KURBJe0e by [email protected] | |
0 likes, 0 repeats | |
@TemplailloAhi yes. thanks | |
Post #AoJyLoObpxDgQCabT6 by [email protected] | |
0 likes, 0 repeats | |
@unnick yup | |
Post #AoKNUzHHFJNndBdEYq by [email protected] | |
0 likes, 0 repeats | |
@foone I meant to use concat, but I used concat. Damn it. | |
Post #AoKS0UTrgR2ZCPnTY8 by [email protected] | |
0 likes, 0 repeats | |
@xinit happens to the best of us |