Commit graph

21 commits

Author SHA1 Message Date
Sergio Costas
08628f34ca Renamed classes and files
Fixed bug in double-pass compression when using ffmpeg
2014-12-27 21:05:35 +01:00
Sergio Costas
f1a0dafb95 Now puts the video and audio streams in the right sequence 2014-12-21 13:01:47 +01:00
Sergio Costas
e42829e887 Added AC3 support for menus
Updated spanish translation

Added POTFILES.in file
2014-08-13 21:09:52 +02:00
Sergio Costas
7646cdaf7e Completed the support for two-pass encoding 2014-08-07 20:50:34 +02:00
Sergio Costas
57a6e764a4 Supports to use MKISOFS or GENISOIMAGE separately 2014-08-06 20:41:41 +02:00
Sergio Costas
5529560ce9 Fixed the progress bar when using ffmpeg
Added the capability of storing non-visible values
2014-08-06 00:27:26 +02:00
Sergio Costas
a42d8161f5 Now the avconv converter checks which disc types supports
Fixed a bug in the converter class: now really returns the desired film converter
2014-08-04 23:10:48 +02:00
Sergio Costas
64a33e1c74 Now supports adding subtitles
Allows to cancel a job

Allows to burn de image

Show a progress bar when copying a file

When adding a subtitles file, shows the last path used

Fixed the progress bar for the number of jobs to do
2014-08-04 12:33:25 +02:00
Sergio Costas
f495d9a756 Now allows to create videocds and other CD formats
Now shows the disk usage
2014-08-03 17:05:22 +02:00
Sergio Costas
1373141ecb Nos generates the DVAuthor XML file 2014-07-30 00:02:41 +02:00
Sergio Costas
eaad2e1a2d Added support for matroska 2014-07-29 00:01:03 +02:00
Sergio Costas
4acfff9bda Now also crops the video, if desired
Now the preview button inside the file properties window works as expected
2014-07-28 23:41:11 +02:00
Sergio Costas
583f23623f Now takes into account the desired aspect ratio
Now changes the pictures for black bars and scale
2014-07-28 23:17:13 +02:00
Sergio Costas
cba0352d33 Added support for preview the conversion
Now allows to choose how many cores to use during conversion
2014-07-27 19:53:07 +02:00
Sergio Costas
8de307fd73 Now shows the progress percentage when converting a file
Added better error checking (still needs to show an error window)
2014-07-26 23:13:53 +02:00
Sergio Costas
889325aaed Now allows the new processes to create child processes (useful for two-pass encoding, or, in a future, to allow mencoder to copy all the audio streams) 2014-07-26 20:47:35 +02:00
Sergio Costas
2564470119 Now it copies all the audio streams 2014-07-26 00:36:48 +02:00
Sergio Costas
4f42fb4dbd Allows to convert files (still incomplete) 2014-07-25 21:50:48 +02:00
Sergio Costas
e404f27e45 Now creates the XML for dvd menues, and multiplex them with the MPEG file
Now allows to send a file to stdin in a process, and store stdout in another file
2014-07-24 20:49:23 +02:00
Sergio Costas
86f77faa3f Now can launch one process per core, and launch new ones when the old ones end 2014-07-23 23:53:11 +02:00
Sergio Costas
d59fc7c0e7 Now stores and recovers all the file properties
More changes in the interface to allow a better workflow

Started support for Matroska and H.264
2014-07-17 00:21:36 +02:00
Renamed from src/devede/convert.py (Browse further)