Your Name 4 years ago
parent
commit
07cd78d18f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/openshottest.py

+ 1 - 1
tests/openshottest.py

@@ -26,7 +26,7 @@ ck=openshot.ChromaKey(col, openshot.Keyframe(170))
 #ck.End(60)
 
 # Set up Writer
-w = openshot.FFmpegWriter("/tmp/out.mp4")
+w = openshot.FFmpegWriter("/var/video/s1/6320757395.mp4")
 
 #w.SetAudioOptions(True, "libmp3lame", r.info.sample_rate, r.info.channels, r.info.channel_layout, 128000)
 #w.SetAudioOptions(True, "libmp3lame", 44100, 1, r.info.channel_layout, 128000)