i might publish a post about what my future plans for the next year and a half will be, it's been a while and I want to share with y'all what I've done so far.
found how to port videos (mp4 format) into a old flip phone format (.3gp on PanTech Breeze III AT&T) on windows, might make a tutorial if I have time. IDK if this is relevant to anyone, but this type of phone holds a special place in my heart for it's relevance in my early childhood...
You need sleep to get the work done efficiently at all. Sleep and rest now, work later. Must be satisfied in order to be happy, must be happy in order to do good work.
3gp and mp4 are container formats, the very surface of a video file's structure. Is there more to the conversion than a change of container format?
@kaa "ffmpeg -i input.mp4 -c:v h263 -s 176x144 -r 15 -b:v 300k -c:a aac -ar 22050 -ac 1 -b:a 32k -f 3gp output.3gp"