Skip to main content

All Questions

0 votes
1 answer
599 views

Windows batch script equivalent of a Windows PowerShell script

Can anyone help me to create a Windows batch script equivalent of Windows PowerShell script that I wrote. I know what first few lines should be, but I am not sure for the rest. PowerShell Code: Get-...
Zoran Jankov's user avatar
0 votes
1 answer
5k views

Convert MKV with DTS audio to MKV with AAC, AC3 or MP3 audio

I have an MKV with multi-channel DTS audio. Using ffmpeg from the command line I want to convert to MKV with either multi-channel AAC, AC3 or MP3 audio. Can someone please tell me command-line for all ...
Caleb's user avatar
  • 1
1 vote
1 answer
328 views

Speex to FLAC in windows command line

I've got a speex audio file (snd.spx), and I've found foobar2000 is the only software I can easily convert it to the more-widely-usable format FLAC (snd.flac) so I can edit it before encoding again to ...
Paul S.'s user avatar
  • 143
31 votes
7 answers
113k views

How to convert Word (doc) to PDF from Windows command line?

Anyone know how to convert word files (.doc) to PDF using the command line in Windows? We were using the service of OpenOffice, but in documents that have many tables and images, it ends up ruining ...
Xosler's user avatar
  • 505