lisamelton / video_transcoding

Tools to transcode, inspect and convert videos.
MIT License
2.39k stars 160 forks source link

Alternative to (or alternative source for) mp4track (via mp4v2-utils) #317

Closed carsonl closed 4 years ago

carsonl commented 4 years ago

I get this isn't really your problem, Don... but I'm hoping you have some ideas.

I am running ubuntu 20.04, and they have not included mp4v2-utils (and by proxy, the tool: mp4track).

Rather than grabbing this and compiling it from source, is there an alternative tool that can be used, or a reliable way to get a compiled version for inclusion?

The software itself does seem abandoned.

samhutchins commented 4 years ago

You can download the 18.04 version of the .deb here, and it might install on newer versions. I've not tested personally.

It may also be worth checking out Don's newer project other_video_transcoding, which doesn't have this dependency (and can leverage hardware encoders for more speed!)

lisamelton commented 4 years ago

@samhutchins Thanks! For both parts of that answer!

@carsonl Does that help?

carsonl commented 4 years ago

Thank you both, I'll investigate the options and go from there... I guess those older debs will be available until Bionic goes EOL...

jhbeskow commented 4 years ago

@donmelton @carsonl I created a Docker image for transcode-video that packages everything up for you. https://hub.docker.com/r/jhbeskow/transcode-video

lisamelton commented 4 years ago

@jhbeskow Thank you, sir!