Re: mod (MPEG-PS?) to lossless

Al Bogner <[email protected]> Thu, 25 Feb 2010 19:30:46 +0100
Newsgroups gmane.comp.video.transcode.user
Message-ID <[email protected]>
Am Donnerstag, 25. Februar 2010 17:13:07 schrieb Georg Martius:

Hi Georg,

> On Thursday 25 February 2010 15:00:30 Al Bogner wrote:
> > I got a video with the extension mod (no typo for mov!). Never heard of
> > such an extension. Does anyon know this? VLC plays it correctly (16:9),
> > mplayer plays it, but with aspect 4:3
> 
> I don't know that either, but in the worst case you can try to use
>   -x mplayer
> which uses mplayer to decode the video.


Thanks, this works, _except_ for the aspect. How do I define the aspect for 
16/9?

The result is shown as 4:3 with vlc, using this command:

transcode -J smartdeinter -i "$1" \
	-N 0x1 -x mplayer --import_asr 3 \
	-y ffmpeg,tcaud -F ffv1 -export_asr 3 \
	-o "$2"

Can transcode use vlc too to read the import, because when I play the file, 
vlc uses the correct aspect, while mplayer doesn't

BTW can transcode use CorePNG instead of FFV1?

Al