Skip to content

Commit

Permalink
Support graph mode dataset usage of IODataset.graph(tf.uint8).from_ff…
Browse files Browse the repository at this point in the history
…mpeg (#622)

* Rework on audio related test, use fixtures and parameters

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Add Audio support

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Add Video support

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Fix python 3 issue

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
  • Loading branch information
yongtang committed Nov 11, 2019
1 parent 98f52b6 commit fb4640b
Show file tree
Hide file tree
Showing 10 changed files with 1,714 additions and 597 deletions.
2 changes: 2 additions & 0 deletions tensorflow_io/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ cc_library(
name = "ffmpeg_3.4_ops",
srcs = [
"kernels/ffmpeg_kernels.cc",
"kernels/ffmpeg_kernels_deprecated.cc",
"ops/ffmpeg_ops.cc",
],
copts = tf_io_copts(),
Expand All @@ -221,6 +222,7 @@ cc_library(
name = "ffmpeg_2.8_ops",
srcs = [
"kernels/ffmpeg_kernels.cc",
"kernels/ffmpeg_kernels_deprecated.cc",
"ops/ffmpeg_ops.cc",
],
copts = tf_io_copts(),
Expand Down
Loading

0 comments on commit fb4640b

Please sign in to comment.