Home
last modified time | relevance | path

Searched defs:outputVideo (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/iriverter/iriverter-0.16/src/org/thestaticvoid/iriverter/
H A DSingleVideoAdapter.java4 private String inputVideo, outputVideo; field in SingleVideoAdapter
6 public SingleVideoAdapter(String inputVideo, String outputVideo) { in SingleVideoAdapter()
19 public synchronized void setOutputVideo(String outputVideo) { in setOutputVideo()
H A DDVDAdapter.java4 private String drive, outputVideo; field in DVDAdapter
8 …String drive, int title, Chapters[] chapters, int audioStream, int subtitles, String outputVideo) { in DVDAdapter()
41 public synchronized void setOutputVideo(String outputVideo) { in setOutputVideo()
H A DConverter.java112 String outputVideo = ""; in separateDVDChaptersToSingleDVDJobs() local
174 private List prepareBaseCommandList(String inputVideo, String outputVideo, MPlayerInfo info) { in prepareBaseCommandList()
335 …String outputVideo = manualSplitInfo.getVideo().substring(0, manualSplitInfo.getVideo().lastIndexO… in manuallySplitVideo() local
439 …String outputVideo = inputVideo.substring(0, inputVideo.lastIndexOf('.')) + ".part" + (i + 1) + ".… in splitVideo() local
H A DSingleVideo.java64 Label outputVideo = new Label(this, SWT.NONE); in SingleVideo() local
143 public synchronized void setOutputVideo(String outputVideo) { in setOutputVideo()
H A DOutputVideoInfo.java5 public void setOutputVideo(String outputVideo); in setOutputVideo()
H A DProgressDialog.java11 private Label header, inputVideoLabel, inputVideo, outputVideoLabel, outputVideo, status; field in ProgressDialog
155 public synchronized void setOutputVideo(String outputVideo) { in setOutputVideo()
H A DJoinVideos.java86 Label outputVideo = new Label(this, SWT.NONE); in JoinVideos() local
232 public synchronized void setOutputVideo(String outputVideo) { in setOutputVideo()
H A DProgressDialogInfo.java8 public void setOutputVideo(String outputVideo); in setOutputVideo()
H A DDVD.java142 Label outputVideo = new Label(output, SWT.NONE); in DVD() local
416 public synchronized void setOutputVideo(String outputVideo) { in setOutputVideo()
H A DDirectory.java65 Label outputVideo = new Label(this, SWT.NONE); in Directory() local
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/tutorial_code/videoio/video-write/
H A Dvideo-write.cpp52 VideoWriter outputVideo; // Open the output in main() local
/dports/graphics/digikam/digikam-7.4.0/core/libs/video/manager/
H A Dvidslidesettings.h246 QString outputVideo; ///< Target video file encoded at end. variable