Skip to content

Commit

Permalink
Merge pull request #869 from neuroscout/ext/nnd
Browse files Browse the repository at this point in the history
Video to Frame conversion for NND
  • Loading branch information
adelavega committed Jan 29, 2021
2 parents f630dad + 5fcbe33 commit 78843d5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions neuroscout/config/datasets/ds002837.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"12yearsaslave": {
"summary": "12 Years a Slave",
"converters": [
[{"transformer": "VideoToAudioConverter"}]
[{"transformer": "FrameSamplingFilter", "parameters": {"hertz": 1}}]
],
"extractors": [
],
Expand All @@ -23,7 +23,7 @@
"500daysofsummer": {
"summary": "500 Days of Summer",
"converters": [
[{"transformer": "VideoToAudioConverter"}]
[{"transformer": "FrameSamplingFilter", "parameters": {"hertz": 1}}]
],
"extractors": [
],
Expand All @@ -37,7 +37,7 @@
"backtothefuture": {
"summary": "Back to the Future",
"converters": [
[{"transformer": "VideoToAudioConverter"}]
[{"transformer": "FrameSamplingFilter", "parameters": {"hertz": 1}}]
],
"extractors": [
],
Expand All @@ -51,7 +51,7 @@
"citizenfour": {
"summary": "Citizen Four",
"converters": [
[{"transformer": "VideoToAudioConverter"}]
[{"transformer": "FrameSamplingFilter", "parameters": {"hertz": 1}}]
],
"extractors": [
],
Expand All @@ -65,7 +65,7 @@
"littlemisssunshine": {
"summary": "Little Miss Sunshine",
"converters": [
[{"transformer": "VideoToAudioConverter"}]
[{"transformer": "FrameSamplingFilter", "parameters": {"hertz": 1}}]
],
"extractors": [
],
Expand All @@ -79,7 +79,7 @@
"pulpfiction": {
"summary": "Pulp Fiction",
"converters": [
[{"transformer": "VideoToAudioConverter"}]
[{"transformer": "FrameSamplingFilter", "parameters": {"hertz": 1}}]
],
"extractors": [
],
Expand All @@ -93,7 +93,7 @@
"split": {
"summary": "Split",
"converters": [
[{"transformer": "VideoToAudioConverter"}]
[{"transformer": "FrameSamplingFilter", "parameters": {"hertz": 1}}]
],
"extractors": [
],
Expand All @@ -107,7 +107,7 @@
"theprestige": {
"summary": "The Prestige",
"converters": [
[{"transformer": "VideoToAudioConverter"}]
[{"transformer": "FrameSamplingFilter", "parameters": {"hertz": 1}}]
],
"extractors": [
],
Expand All @@ -121,7 +121,7 @@
"theshawshankredemption": {
"summary": "The Shawshank Redemption",
"converters": [
[{"transformer": "VideoToAudioConverter"}]
[{"transformer": "FrameSamplingFilter", "parameters": {"hertz": 1}}]
],
"extractors": [
],
Expand All @@ -135,7 +135,7 @@
"theusualsuspects": {
"summary": "The Usual Suspects",
"converters": [
[{"transformer": "VideoToAudioConverter"}]
[{"transformer": "FrameSamplingFilter", "parameters": {"hertz": 1}}]
],
"extractors": [
],
Expand Down

0 comments on commit 78843d5

Please sign in to comment.