ffmpeg2dirac is a utility that converts any file that can be decoded by FFmpeg to Dirac muxed with Vorbis (if audio exists) in Ogg. It is derived from ffmpeg2theora and uses the same command line interface as ffmpeg2theora. By default it uses the dirac-research encoder to encode. If Schroedinger is installed, it uses the Schroedinger encoder if --use-schro argument is provided in the command line.
The source is available for download from the diracvideo.org Git repository. I plan to add more presets and more Dirac specific command line arguments and a simple GUI in the near future. Sample encoding commands are 1. Transcode a MPEG2 video file to Dirac in Ogg ./ffmpeg2dirac -o ~/tmp/tmp/out/max-baobah_dirac_2.ogv ~/tmp/tmp/out/max-baobah.m2v 2. Transcode a DV file to Dirac+Vorbis in Ogg using the Schroedinger encoder ffmpeg2dirac -f dv --use-schro -o max-baobah_dirac_vorbis.ogv /video/max-baobah.dv I've yet to test it thoroughly. Have to clean up the configuration stuff. Currently it uses scons. But I want to replace it with a configure script. The documentation needs more work as well. The files generated play back ok in vlc. But having trouble using them with FFmpeg. There are some time stamp issues to resolve. Any comments/suggestions welcome. Regards, Anuradha ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Schrodinger-devel mailing list Schrodinger-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/schrodinger-devel