Konvertieren von mpg-Dateien in mj2-Dateien in Linux?

1062
Karl

Ich bin auf der Suche nach einer Binärdatei, die mpg-Dateien über ein Terminal in einem Linux-Server in mj2-Dateien (Motion JPEG 2000) konvertieren kann.

Sind da irgendwelche?

0

2 Antworten auf die Frage

1
LordNeckbeard

I do not believe you can output to mj2 container with ffmpeg, but you can encode to JPEG 2000 with ffmpeg and use mov or mkv container. You can encode via the native and experimental j2k, or the external library libopenjpeg which requires your ffmpeg to be compiled with --enable-libopenjpeg. Note that the j2k encoder may not support your desired pixel format and also may not provide bit exact outputs compared to the reference encoder:

[FFmpeg-user] Can you encode lossless Motion JPEG 2000 videos with ffmpeg using the right command line arguments?

0
Vincent

Ja, Sie können dies mit der ffmpeg-Binärdatei recht effizient durchführen.

Es ist eine Kommandozeile für Linux und Mac (auch Win glaube ich), die kostenlos ist:

http://ffmpeg.org/