Commit graph

8 commits

Author SHA1 Message Date
YuviPanda
3a313f3fb3 Mavenized (almost) everything - Transcode feature removed 2013-01-25 03:04:21 +05:30
Arun Raghavan
d34c8299cd Drop redundant init code from JNI side
GStreamer initialisation is done on the Java side before the transcode
API is called.
2012-11-20 23:59:41 +05:30
Arun Raghavan
fcf14318de Return an error if transcode fails 2012-11-11 18:07:48 +05:30
Arun Raghavan
8fae40f1e4 Fix upload progress callback in transcoder 2012-11-11 17:35:56 +05:30
Arun Raghavan
363cd8b3e7 Add progress reporting to transcoder 2012-11-11 16:38:22 +05:30
Arun Raghavan
81aacd7b11 Fix return value in transcode function 2012-11-11 15:05:42 +05:30
Arun Raghavan
46bd685388 Quote filenames in transcode pipeline
Needed for files with spaces in their names.
2012-11-11 13:15:55 +05:30
Arun Raghavan
e915be9208 First pass at adding transcode support
This does a hard-coded audio encode to vorbis-in-ogg. In the long term,
this should use encodebin and real encoding profiles.
2012-11-11 12:25:32 +05:30