Home
last modified time | relevance | path

Searched refs:videoFileName (Results 1 – 17 of 17) sorted by relevance

/dports/multimedia/webcamoid/webcamoid-8.8.0/StandAlone/src/
H A Drecording.h59 Q_PROPERTY(QString videoFileName
60 READ videoFileName
80 Q_INVOKABLE QString videoFileName() const;
98 void videoFileNameChanged(const QString &videoFileName);
106 void setVideoFileName(const QString &videoFileName);
H A Drecording.cpp198 QString Recording::videoFileName() const in videoFileName() function in Recording
370 void Recording::setVideoFileName(const QString &videoFileName) in setVideoFileName() argument
372 if (this->d->m_videoFileName == videoFileName) in setVideoFileName()
375 this->d->m_videoFileName = videoFileName; in setVideoFileName()
376 emit this->videoFileNameChanged(videoFileName); in setVideoFileName()
379 this->d->m_record->setProperty("location", videoFileName); in setVideoFileName()
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/webrtc/v3/examples/play-from-disk/
H A Dmain.go21 videoFileName = "output.ivf" const
26 _, err := os.Stat(videoFileName)
33 panic("Could not find `" + audioFileName + "` or `" + videoFileName + "`")
75 file, ivfErr := os.Open(videoFileName)
/dports/graphics/krita/krita-4.4.8/libs/ui/animation/
H A DKisAnimationRenderingOptions.cpp47 return KritaUtils::resolveAbsoluteFilePath(basePath, videoFileName); in resolveAbsoluteVideoFilePath()
105 config->setProperty("filename", videoFileName); in toProperties()
133 videoFileName = config->getPropertyLazy("filename", ""); in fromProperties()
H A DKisDlgAnimationRenderer.cpp211 m_page->videoFilename->setFileName(lastUsedOptions.videoFileName); in initializeRenderSettings()
299 QString videoFileName = defaultVideoFileName(m_doc, mimeType); in selectRenderType() local
306 videoFileName = in selectRenderType()
311 m_page->videoFilename->setFileName(videoFileName); in selectRenderType()
441 options.videoFileName = m_page->videoFilename->fileName(); in getEncoderOptions()
H A DKisAnimationRenderingOptions.h52 QString videoFileName; variable
/dports/multimedia/mpeg_encode/convert/
H A Dmpeg_demux.c130 char videoFileName[MAXPATHLEN + 1]; in main() local
150 strncpy(videoFileName, inputFileName, pathStringLength - 4); in main()
151 strcpy(videoFileName + pathStringLength - 4, ".vid"); in main()
158 strncpy(videoFileName, inputFileName, pathStringLength); in main()
159 strcpy(videoFileName + pathStringLength, ".vid"); in main()
172 videoOutputStream = fopen(videoFileName, "w"); in main()
174 sprintf(errorString, "Can't open video output file %s\n", videoFileName); in main()
/dports/games/xonotic/Xonotic/misc/tools/NexuizDemoRecorder/main/src/main/java/com/nexuiz/demorecorder/ui/swinggui/
H A DApplyTemplateDialog.java146 String videoFileName = DemoRecorderUtils.getJustFileNameOfPath(job.getVideoDestination()); in applyTemplate() local
147 String newVideoPath = videoDestinatinDir.getAbsolutePath() + File.separator + videoFileName; in applyTemplate()
/dports/graphics/opencv/opencv-4.5.3/apps/interactive-calibration/
H A DcalibCommon.hpp87 std::string videoFileName; member
H A DcalibPipeline.cpp55 mCapture.open(mCaptureParams.videoFileName); in start()
H A DparametersController.cpp100 mCapParams.videoFileName = parser.get<std::string>("v"); in loadFromParser()
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/
H A Dapplication_subtitle.cpp183 …QString videoFileName = QFileInfo(VideoPlayer::instance()->filePath()).completeBaseName().toLower(… in openSubtitle() local
185 if(videoFileName.isEmpty() || subtitleFileName.indexOf(videoFileName) != 0) { in openSubtitle()
/dports/multimedia/webcamoid/webcamoid-8.8.0/StandAlone/share/qml/
H A DRecordConfig.qml200 Recording.videoFileName = fileUrl
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DUtil.h218 std::string& videoFileName);
H A DUtil.cpp1834 …asePathAndFileName(const std::string& videoPath, std::string& basePath, std::string& videoFileName) in GetVideoBasePathAndFileName() argument
1837 videoFileName = URIUtils::ReplaceExtension(URIUtils::GetFileName(videoPath), ""); in GetVideoBasePathAndFileName()
1849 videoFileName = URIUtils::ReplaceExtension(GetTitleFromPath(url.GetHostName()), ""); in GetVideoBasePathAndFileName()
/dports/graphics/krita/krita-4.4.8/plugins/dockers/compositiondocker/
H A Dcompositiondocker_dock.cpp363 …exportOptions.videoFileName = QString("%1/%2/video.%3").arg(path).arg(composition->name()).arg(vid… in exportAnimationClicked()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DFBXConverter.cpp442 const char* videoFileName = video.FileName().c_str(); in FindTextureIndexByFilename() local
444 if (!strcmp(texture->first->FileName().c_str(), videoFileName)) { in FindTextureIndexByFilename()