WinFF doesn't work

Asked by MadhuSoodanan

I can't convert anything using WinFF. I wish to convert a .dat file to AVI.

After adding it I clicked on for converting ... but the Terminal Window appeared for a fraction of a second and disappeared.....tried an mp4 file ..... nothing new happened.

Question information

Language:
English Edit question
Status:
Open
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
MadhuSoodanan (mt-madhu) said :
#1

Ubuntu 14.04LTS............ Installed WinFF Version 1.5.3-3

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

.dat is not a video file, what does the 'file' command in terminal say it is?

Revision history for this message
MadhuSoodanan (mt-madhu) said :
#3

Sombody posted in Software Center Review (in 2013) to install libavcodec-extra-53. But I didn't install its 54 for WinFF. Need I install it?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

May as well, it's free. What does the 'file' command say the file is?

Revision history for this message
MadhuSoodanan (mt-madhu) said :
#5

I saw #2 only after posting #3 .... sorry. .DAT file type shows Type: RIFF audio (audio/x-riff). It works as a Video file. But can't convert.

                            -desktop:~$ file
Usage: file [-bchikLlNnprsvz0] [--apple] [--mime-encoding] [--mime-type]
            [-e testname] [-F separator] [-f namefile] [-m magicfiles] file ...
       file -C [-m magicfiles]
       file [--help]
                           -desktop:~$

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

What is the full name and location of the file, case sensitive?

thanks

Revision history for this message
MadhuSoodanan (mt-madhu) said :
#7

I think somebody has renamed the file name completely it before I got it. Location: /home/madhu/Desktop/Video

Revision history for this message
MadhuSoodanan (mt-madhu) said :
#8

I installed libavcodec-extra-54. But not useful.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#9

What is the name of the file please?

Revision history for this message
MadhuSoodanan (mt-madhu) said :
#10

disc1.DAT

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#11

Ok run:

sudo apt-get install mencoder pastebinit

clear; mencoder -identify /home/madhu/Desktop/Video/disk1.DAT | pastebint

What is the URL generated?

Thanks

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#12

The pipe and pastebinit are part of the second command. There are only 2 commands there.

Revision history for this message
MadhuSoodanan (mt-madhu) said :
#13

The following NEW packages will be installed:
  mencoder pastebinit
0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
Need to get 980 kB of archives.
After this operation, 3,266 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main pastebinit all 1.4-3 [14.9 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty/universe mencoder i386 2:1.1+dfsg1-0ubuntu3 [965 kB]
Fetched 980 kB in 6s (146 kB/s)
Selecting previously unselected package pastebinit.
(Reading database ... 235266 files and directories currently installed.)
Preparing to unpack .../pastebinit_1.4-3_all.deb ...
Unpacking pastebinit (1.4-3) ...
Selecting previously unselected package mencoder.
Preparing to unpack .../mencoder_2%3a1.1+dfsg1-0ubuntu3_i386.deb ...
Unpacking mencoder (2:1.1+dfsg1-0ubuntu3) ...
Processing triggers for man-db (2.6.7.1-1) ...
Setting up pastebinit (1.4-3) ...
Setting up mencoder (2:1.1+dfsg1-0ubuntu3) ...
madhu@madhu-desktop:~$

Revision history for this message
MadhuSoodanan (mt-madhu) said :
#14

I didn't get anything more than these
 http://archive.ubuntu.com/ubuntu/ trusty/main pastebinit all 1.4-3 [14.9 kB]
 http://archive.ubuntu.com/ubuntu/ trusty/universe mencoder i386 2:1.1+dfsg1-0ubuntu3

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#15

ok, run:

mencoder -identify /home/madhu/Desktop/Video/disk1.DAT | pastebint

As I have already asked....what is output?

Revision history for this message
MadhuSoodanan (mt-madhu) said :
#16

madhu@madhu-desktop:~$ mencoder -identify /home/madhu/Desktop/Video/disk1.DAT | pastebint
-identify is not an MEncoder option
No command 'pastebint' found, did you mean:
 Command 'pastebinit' from package 'pastebinit' (main)
pastebint: command not found
madhu@madhu-desktop:~$

I didn't get any other output

Revision history for this message
MadhuSoodanan (mt-madhu) said :
#17

trusty/universe (archive.ubuntu.com) and Local/universe (archive.ubuntu.com) shows same winff and winff-gtk2 packages in Synaptic..... Is there anything wrong?

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#18

Please send us the output of this Terminal command instead:

mplayer -vo null -ao null -frames 0 -identify /home/madhu/Desktop/Video/disk1.DAT | grep "^ID"

Revision history for this message
MadhuSoodanan (mt-madhu) said :
#19

madhu@madhu-desktop:~$ mplayer -vo null -ao null -frames 0 -identify /home/madhu/Desktop/Video/disk1.DAT | grep "^ID"
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
File not found: '/home/madhu/Desktop/Video/disk1.DAT'
Failed to open /home/madhu/Desktop/Video/disk1.DAT.
ID_EXIT=EOF
madhu@madhu-desktop:~$

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#21

Is it called disc1.DAT or disk1.DAT ?

Please send us the output of this Terminal command instead:

mplayer -vo null -ao null -frames 0 -identify /home/madhu/Desktop/Video/disc1.DAT | grep "^ID"

If the output still shows "file not found", please clarify where the file is located....

Revision history for this message
MadhuSoodanan (mt-madhu) said :
#22

madhu@madhu-desktop:~$ mplayer -vo null -ao null -frames 0 -identify /home/madhu/Desktop/Video/disc1.DAT | grep "^ID"
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
ID_VIDEO_ID=0
ID_AUDIO_ID=0
ID_FILENAME=/home/madhu/Desktop/Video/disc1.DAT
ID_DEMUXER=mpegps
ID_VIDEO_FORMAT=0x10000001
ID_VIDEO_BITRATE=1150000
ID_VIDEO_WIDTH=352
ID_VIDEO_HEIGHT=288
ID_VIDEO_FPS=25.000
ID_VIDEO_ASPECT=0.0000
ID_AUDIO_FORMAT=80
ID_AUDIO_BITRATE=0
ID_AUDIO_RATE=0
ID_AUDIO_NCH=0
ID_START_TIME=0.37
ID_LENGTH=4453.96
ID_SEEKABLE=1
ID_CHAPTERS=0
ID_VIDEO_CODEC=ffmpeg1
Requested audio codec family [mpg123] (afm=mpg123) not available.
Enable it at compilation.
ID_AUDIO_BITRATE=224000
ID_AUDIO_RATE=44100
ID_AUDIO_NCH=2
ID_AUDIO_CODEC=ffmp2float
ID_EXIT=EOF
madhu@madhu-desktop:~$

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#23

If you change the file extension to .mpg does it play ok in VLC. The file is a video

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#24

Have you tried to "Open Disc" from vlc player ?

Open VLC, Click The Media menu, Open Disc, Select SVCD/VCD, and point it at your .dat file.

Revision history for this message
MadhuSoodanan (mt-madhu) said :
#25

To #23

> If you change the file extension to .mpg

I didn't understand it.

Using Transmageddon I could convert it to MPEG TS {(Audio: MPEG-1 Layer 3 (MP3)...........Video: MPEG-2 Video)} and it played in VLC.

Did you mean something like that?

To #24

My CD drive is useless. It was a copy taken in a USB stick.

Can you help with this problem?

Provide an answer of your own, or ask MadhuSoodanan for more information if necessary.

To post a message you must log in.