Ubunlog

Un blog más de un usuario de Gnu/Linux y Ubuntu

MPEG4 Modifier CL - Eliminar Packed Bitstream de DIVX

Publicado por ubunlog on Marzo 31, 2008

149245012dv578a.jpgTengo un reproductor de dvd Pioneer 578A-s el cual, modificación de firmware mediante se le agrega la posibilidad de reproducir DivX/XviD.

Algunas de estas/películas vienen encodeadas con Packed Bitstream, no pregunten que es porque no sé :) , solo sé que mi reproductor no lo soporta y debo sacarselo para que la película o serie no se vea a los tirones.

En Windows usaba  MPEG4Modifier este programa se encarga de escanear el archivo de video verificar si tiene PB y quitarselo, todo eso en menos de 2 minutos.

En Linux, la solución es la misma, o casi, el programa se llama  MPEG4 Modifier CL y corre baja consola y es del mismo autor.

El archivo lo bajamos desde este link

Luego:

Debemos instalar mono-classlib-2.0

Descomprimis el zip que bajaste en una carpeta cualquiera (la podes llamar por ejemplo “MPEG4ModifierCL”).

- Luego lo manejas desde tu terminal preferida.

- Entras a la carpeta que creaste y:

- Por ejemplo aca va la salida de la orden “mono mmcl.exe”:
MPEG4 Modifier CL v1.4.4
http://www.moitah.net/

Arguments: [switches] source_path [dest_path]
dest_path is only optional with –info or –frame-list

Switches:
–unpack Remove packed bitstream.
–pack Add packed bitstream.
–par <val> Set the pixel aspect ratio, <val> is:
square - Square Pixel Shape
43pal - 4:3 PAL Pixel Shape
43ntsc - 4:3 NTSC Pixel Shape
169pal - 16:9 PAL Pixel Shape
169ntsc - 16:9 NTSC Pixel Shape
custom <width:height> - Custom Pixel Shape
–field-order <val> Change the interlaced field order, <val> is:
tff - Top Field First
bff - Bottom Field First
–info Display detailed information about the video.
–frame-list <path> Write a text file containing each frame’s type,
timestamp, and size to the location specified.
–always-write Write a new file even if the video format isn’t being
changed (useful for converting OpenDML AVIs < 2GB to
standard AVIs).

Ejemplos:
Para saber si tiene packed bitstream:
mono mmcl.exe –info(2 guiones) “tu archivo xvid”
Para quitar packed bitstream:
mono mmcl.exe –unpack(2 guiones) “tu archivo xvid origen tu archivo xvid nuevo”

pantallazo-leonardoleonardo-desktop-escritorio-mpeg4-modifier.png

pantallazo-leonardoleonardo-desktop-escritorio-mpeg4-modifier-1.png

Agradezco a Barret del foro Arvitek por responder mis dudas en su momento.

Escribe un comentario

XHTML: Puedes usar estas etiquetas: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>