Finally a decent batch converter
Re: Finally a decent batch converter
I've since switched over to MPEG Streamclip. I'm pretty sure it preserves the file/folder structure unlike AME. I'm looking to convert my entire library to DXV. To speed things up I'm looking into creating a script to check the resolution, codec and possibly framerate. If anyone knows of a command line utility that will give me this info it would be a huge help.
Re: Finally a decent batch converter
I've been toying with the idea of writing a PowerShell script to do this using MediaInfo which has a CLI edition - http://mediaarea.net/en/MediaInfoDayVeeJay wrote:I've since switched over to MPEG Streamclip. I'm pretty sure it preserves the file/folder structure unlike AME. I'm looking to convert my entire library to DXV. To speed things up I'm looking into creating a script to check the resolution, codec and possibly framerate. If anyone knows of a command line utility that will give me this info it would be a huge help.
Re: Finally a decent batch converter
Does it support DXV?
Re: Finally a decent batch converter
I just tried it on a DVX encoded clip & this is the resulting text file:DayVeeJay wrote:Does it support DXV?
Code: Select all
General
Complete name : C:\Users\dmtelf\Downloads\DMTRMXVISUALPACK\DMT_XENO_CRYSTAL_PALACE_01.mov
Format : MPEG-4
Format profile : QuickTime
Codec ID : qt
File size : 1.01 GiB
Duration : 1mn 10s
Overall bit rate mode : Variable
Overall bit rate : 123 Mbps
Encoded date : UTC 2011-12-14 10:53:13
Tagged date : UTC 2011-12-14 10:54:10
Writing library : Apple QuickTime
©TIM : 00:00:00:00
©TSC : 30
©TSZ : 1
Video
ID : 1
Format : DXDI
Codec ID : DXDI
Duration : 1mn 10s
Bit rate mode : Variable
Bit rate : 123 Mbps
Width : 1 280 pixels
Height : 720 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 30.000 fps
Bits/(Pixel*Frame) : 4.459
Stream size : 1.01 GiB (100%)
Language : English
Encoded date : UTC 2011-12-14 10:53:13
Tagged date : UTC 2011-12-14 10:54:10
Other
ID : 2
Type : Time code
Format : QuickTime TC
Duration : 1mn 10s
Time code of first frame : 00:00:00:00
Time code settings : Striped
Language : English
Encoded date : UTC 2011-12-14 10:54:10
Tagged date : UTC 2011-12-14 10:54:10
Re: Finally a decent batch converter
Im a bit confused. It says MPEG and DXDI. Did it work?