Questions tagged [file-conversion]

Use this tag for questions about conversion from one file format to another. If applicable, use a more specific tag like [image-conversion], [video-conversion] or [pdf-conversion].

This tag applies to any kind of conversion from one file format to another. However, certain types of file should use a more specific tag:

780 questions
0
votes
1 answer

cannot convert FLV to MP4 despite compiling ffmpeg with all codecs

Try to convert FLV to MP4 with below params, but it always fails. I included also list of codeces that are compiled in. Why It will not convert the FLV to MP4, who knows? ffmpeg -y -i stream2.flv -acodec libmp3lame -ar 44100 -ac 1 -vcodec libx264…
Rubytastic
  • 15,001
  • 18
  • 87
  • 175
0
votes
2 answers

VBScript to convert XML to CSV

I have a VBScript that converts any XML file in a folder to XLS and then deletes the XML files - all works fine. However, I know need to convert the XMLs to CSV rather than XLS. What do I need to change in the script to allow this? Simply changing…
chenks
  • 129
  • 1
  • 4
  • 16
0
votes
0 answers

Rescuing Wordpress Data in MySQL and turning it into a Wordpress Export File

I've asked about this on the Wordpress.org site and have not received an answer. I've been searching and trying to get information on it, but I can't get anything usable. I have a Wordpress blog on my own site, hosted by Westhost. It was running…
Tango
  • 649
  • 1
  • 12
  • 29
0
votes
1 answer

VBScript to delete files from source folder after running

I have a VBScript that opens any XML files in one folder and saves them as excel files to another folder. it seems to work, although the resulting excel files have no XLS extension, any ideas why ? what i would like the script to then do is delete…
chenks
  • 129
  • 1
  • 4
  • 16
0
votes
1 answer

.mov file to .flv file conversion issue for ffmpeg using PHP

Is there any possible way to convert .mov file to .flv file conversion issue for ffmpeg using PHP. If yes, kindly let me know how to do? Thanks in advance, Fero
Fero
  • 12,969
  • 46
  • 116
  • 157
0
votes
1 answer

changing basic actionscript 2.0 code to actionscript 3.0

Okay so I have 10 frames, and on each frame, there is actionscript code which just says stop(); there are also 9 buttons on the frames, ordered top to bottom. So when the top most button is rolled over, it should lead to frame 2 (since frame 1 is…
SilentDev
  • 20,997
  • 28
  • 111
  • 214
0
votes
1 answer

How to put conversion operation in a for loop?

Below is the code to convert .tim file to ascii file for one particular file. But what I need is to convert 500 files(.tim). I also need to save the .ascii file in SAME name as the .tim file name like below for all 500…
SANTHOSH
  • 9
  • 1
0
votes
1 answer

nConvert Can't create file

So i am receiving the following error in Powershell .\nconvert.exe : Error: Can't create file (\\vm912test\c$\JCL Testing\Converted Output\2013\06\MMM7777.pdf) At M:\Powershell\test4.ps1:61 char:8 + .\nconvert.exe -quiet -out pdf -c 3…
Peter3
  • 2,549
  • 4
  • 20
  • 40
0
votes
0 answers

Can't convert one page tiff to pdf

The code below uses nconvert to merge multiple tiff images into one pdf file. My issue is: whenever one "document or pdf file" is supposed to contain only one tiff image, the script will crash. If anyone can take a look at the script, and has any…
Peter3
  • 2,549
  • 4
  • 20
  • 40
0
votes
0 answers

What is the best way/tool to convert Bulk BMP images to .pk and .raw images on Linux?

I am working on a project that involves converting .bmp to .pk and .raw files(for 1 bmp file there will be one pk and 1 raw files). Can anyone suggest a tool or process for conversion and the tool should be able to handle around 1.5M bmp images and…
user2164574
  • 9
  • 1
  • 6
0
votes
0 answers

Button Ajax script isn't working

My AJax script for my button which converts a file and stores it in a folder isnt working I don't get any files in the folder. My view code `@{ ViewBag.Title = "About"; int i = 1; }

@ViewBag.Title.

b0w3rb0w3r
  • 927
  • 3
  • 11
  • 33
0
votes
1 answer

Can't generate font from AIGA symbolset

I'm collecting different public-domain pictograms for a project of mine. I download some symbolset, possibly transform it from EPS to SVG using inkscape, and generate a font from them using SVG-icon-font-generator. This procedure led to satisfactory…
linski
  • 5,046
  • 3
  • 22
  • 35
0
votes
2 answers

How to convert multiple files from mp4 to flv using a shell script

Assuming I had a bunch of videos sitting inside the directory /home/user/videos/awaiting_conversion how would I go about using cron to run a script similar to this one to batch convert each video into a different format? /bin/sh -c $'nice…
jerdiggity
  • 3,655
  • 1
  • 29
  • 41
0
votes
1 answer

DirectShow MP3 Compression

I've been working with DirectShow filters to convert and compress audio from one format to another. I use GraphStudio and GraphStudioNext to create a filter graph that I then translate to filters in VB.Net. They've always worked great until now. …
user2176065
  • 43
  • 1
  • 3
0
votes
1 answer

Powershell: is there a limit to the number of output file types I can have?

I've got a Powershell (2.0) script that uses Microsoft.Office.Interop.Word.WdSaveFormat to recursively open a series of html files in Word, then save as Word and Text using the wdFormatDocument and wdFormatDOSText parameters, respectively. The…
dwwilson66
  • 6,806
  • 27
  • 72
  • 117