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

ffmpeg how to calculate size from webm to mp3 without conversion

Im using the Linux command "ffmpeg", and i was wondering if there is a solution to calculate theoretically (simulate the conversion) the size without making the conversion from .webm file into .mp3 160k. Is there a formula or something like that,…
Youssef
  • 401
  • 1
  • 5
  • 23
0
votes
1 answer

.jff File Conversion OSX

I've been scowering the internet for a good portion of the morning trying to figure this out: Using OSX, is there a way to either 1) Open a .jff file directly using a third-party software or 2) Is there any terminal command that has proven…
0
votes
2 answers

Attaching and storing images and hardcopy files (more than 100) to .NET application in quicker way and lesser size

I have a very generic problem. I am developing an application in .NET, like a document management system. I have a lot of documents against one id (usually more than 100, think of it like a property/land docs or documents for a trial in a court).…
0
votes
1 answer

Apache Camel Java dsl tool

Is there any tool available that can convert java DSL to XML route or vice versa. I want to convert the following XML route into Java DSL
Ritesh
  • 1,053
  • 5
  • 16
  • 29
0
votes
0 answers

A simple way to turn raw ascii data into sound

I'm looking for method to process simple data into an audio output such as an mp3 file. The data is in the form of a two-column text file with a time signature in milliseconds and a level in millivolts. Ideally the method would be script-able (with…
0
votes
0 answers

Converting Workbook object to File object

I have the workbook object of type: org.apache.poi.ss.usermodel.Workbook Workbook mybook; I want to convert the same object to File: java.io.File File File; How can I do that?
Vishnu
  • 176
  • 1
  • 2
  • 19
0
votes
1 answer

ffmpeg: wmv files generated on Mac can't be played in Windows

On Mac OS X 10.6.8, I converted a animated gif to a video file in wmv (a requested file format) by using ffmpeg -i File.gif -s 400x400 NewFile.wmv The video file played fine using VLC on Mac. The file can't be played on a Windows 7 machine using…
TTZ
  • 823
  • 2
  • 9
  • 19
0
votes
2 answers

ARFF file extension to csv binary executable

Thanks in advance for the help. I'm looking for a binary executable to convert an .arff into a .csv in a bash script. Ideally something that I could run along the lines of #! /bin/sh ... some stuff.... converstionFunc input.arff output.csv ...…
HXSP1947
  • 1,311
  • 1
  • 16
  • 39
0
votes
0 answers

use matlab to open a file with an outside program and execute 'save as'

Alright, here's what I'm dealing with (you can skip to TLDR if all you need to see is what I want to run): I'm having an issue with file formatting for a nasty conglomeration of several ancient programs I've strung together. I have some data in .CSV…
0
votes
0 answers

Video converted by FFMPEG has a different duration, why?

I convert videos using FFMPEG. My goal is to convert them to the MP4 container format (MPEG-4 Part 14) with AAC-encoded audio stream and MPEG-4 part 10-encoded video stream. I use the following line to convert the videos: ffmpeg -y -i "{inputFile}"…
Zsolt
  • 3,263
  • 3
  • 33
  • 48
0
votes
1 answer

How to convert ArcMap file to log file

I'm trying to use MCK(map comparison kit) but all I have right now is ArcMap file. According to the MCK user manual, it says MCK supports log file. So I tried to convert ArcMap to log file by renaming to ".log", but MCK shows that it is an empty log…
munmunbb
  • 297
  • 9
  • 22
0
votes
1 answer

Converting non-standard file to .csv in R

Some of the output files I use are non-standard, space delimited formats with non-standard extensions (.out) that only have meaning to a particular program I use. For example, I might get an output file for water budgets that looks like:…
derelict
  • 3,657
  • 3
  • 24
  • 29
0
votes
1 answer

How to convert a ".trx" file to HTML

I generate my tests suite with vstest.console with VS 2012 and get my test result in a .trx format file. I want to convert this result file toHTML. I used the trx2html tool. But I get an error when I run it. Error : …
Lunaat
  • 43
  • 1
  • 8
0
votes
2 answers

converting large text file to database

Background I am not a programmer or technical person I have a project where I need to convert a large text file to an access database. The text file is not in traditional flat file format so I need some help pre processing. The files are large…
SDG
  • 1
  • 1
  • 1
0
votes
3 answers

How to transfer Nifti file into .mat Matlab file?

I have a Nifti file, the size of which is 62*62*38. How can I transfer the Nifti file to .mat Matlab file?
Angelababy
  • 247
  • 3
  • 7
  • 16