Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > VapourSynth

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 12th May 2019, 16:23   #11  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Thanks for the built. Any idea what could be wrong here?

Code:
C:\Users\frank\Desktop>C:\Users\frank\Daten\Projekte\VB\staxrip\bin\Apps\Encoders\ffmpeg\ffmpeg.exe -i "C:\Users\frank\Daten\Misc\Video Samples\test_temp\test.vpy" -c:v libx264 -an -y -hide_banner "C:\Users\frank\Daten\Misc\Video Samples\test_temp\test_out.mkv"

C:\Users\frank\Daten\Misc\Video Samples\test_temp\test.vpy: Invalid data found when processing input
Code:
import os
import sys
ScriptPath = 'C:/Users/frank/Daten/Projekte/VB/staxrip/bin/Apps/Plugins/VS/Scripts'
sys.path.append(os.path.abspath(ScriptPath))
import vapoursynth as vs
core = vs.get_core()
core.std.LoadPlugin(r"C:\Users\frank\Daten\Projekte\VB\staxrip\bin\Apps\Plugins\vs\vslsmashsource\vslsmashsource.dll")
clip = core.lsmas.LibavSMASHSource(r"C:\Users\frank\Daten\Misc\Video Samples\test.mp4")
clip.set_output()
Code:
General

CompleteName             : C:\Users\frank\Daten\Misc\Video Samples\test.mp4
Format/String            : MPEG-4
Format_Profile           : Base Media
CodecID/String           : isom (isom/iso2/avc1/mp41)
FileSize/String          : 60.9 MiB
Duration/String          : 2 min 49 s
OverallBitRate/String    : 3 007 kb/s
Encoded_Application/String: Lavf57.19.100

Video

ID/String                : 1
Format/String            : AVC
Format/Info              : Advanced Video Codec
Format_Profile           : High@L4
Format_Settings          : CABAC / 3 Ref Frames
Format_Settings_CABAC/String: Yes
Format_Settings_RefFrames/String: 3 frames
CodecID                  : avc1
CodecID/Info             : Advanced Video Coding
Duration/String          : 2 min 49 s
BitRate/String           : 2 876 kb/s
Width/String             : 1 920 pixels
Height/String            : 1 080 pixels
DisplayAspectRatio/String: 16:9
FrameRate_Mode/String    : Variable
FrameRate/String         : 23.976 (24000/1001) FPS
FrameRate_Minimum/String : 23.974 FPS
FrameRate_Maximum/String : 23.981 FPS
ColorSpace               : YUV
ChromaSubsampling/String : 4:2:0
BitDepth/String          : 8 bits
ScanType/String          : Progressive
Bits-(Pixel*Frame)       : 0.058
StreamSize/String        : 58.2 MiB (96%)
colour_range             : Limited
colour_primaries         : BT.709
transfer_characteristics : BT.709
matrix_coefficients      : BT.709
Codec configuration box  : avcC

Audio

ID/String                : 2
Format/String            : AAC LC
Format/Info              : Advanced Audio Codec Low Complexity
CodecID                  : mp4a-40-2
Duration/String          : 2 min 49 s
BitRate_Mode/String      : Constant
BitRate/String           : 126 kb/s
Channel(s)/String        : 2 channels
ChannelLayout            : L R
SamplingRate/String      : 44.1 kHz
FrameRate/String         : 43.066 FPS (1024 SPF)
Compression_Mode/String  : Lossy
StreamSize/String        : 2.54 MiB (4%)
Default/String           : Yes
AlternateGroup/String    : 1
stax76 is offline   Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 17:56.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.