Re: [packman] Packaging request - VidCutter

2017-02-28 Diskussionsfäden Luigi Baldoni
On 28/02/2017, Olaf Hering wrote:
> > A link will probably suffice, I'll submit a delete request once
> > everything is ready.
>
> The pkg Requires python3-QtPy, which does not exist in Leap. So Right
> now the app can only be installed on TW. I think the build can be
> disabled for Leap.

Sorry, my bad. QtPy is not actually necessary, PyQt5 is and it's supplied
by python-qt5. I've already submitted the correction.

Regards

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] Packaging request - VidCutter

2017-02-28 Diskussionsfäden Olaf Hering
Am Wed, 15 Feb 2017 10:43:48 +0100
schrieb "Luigi Baldoni" :

> On 15/2/17 Olaf Hering wrote:
> > Am Tue, 14 Feb 2017 21:22:28 +0100
> > schrieb "Luigi Baldoni" :
> >> Will see what I can do, I've also discovered it was already
> >> in multimedia:apps, will try and unify them.  
> > Should the package be provided by packman, or is the copy in OBS
> > enough?  
> A link will probably suffice, I'll submit a delete request once
> everything is ready.

The pkg Requires python3-QtPy, which does not exist in Leap. So Right
now the app can only be installed on TW. I think the build can be
disabled for Leap.

Olaf


pgpmdtxjPAO0i.pgp
Description: Digitale Signatur von OpenPGP
___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] Packaging request - VidCutter

2017-02-15 Diskussionsfäden Dave Plater
>Those files also have a sync problem, but I have an ffmpeg command that 
>corrects it. Let's see >if I can find it... It would be another way to process 
>with vidcutter, use the already processed >stream.
A quick fix for sync problems, should be embedded in future ffmpeg
versions, is to start your ffmpeg command with ffmpeg -fflags genpts

Dave

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] Packaging request - VidCutter

2017-02-15 Diskussionsfäden Markus Kohm
Am Donnerstag, 16. Februar 2017, 01:30:29 CET schrieb Carlos E. R.:
> I think it is some error in the transmitted stream that makes ffmpeg to
> fail. But that's a completely different issue than vidcutter.

I've had such problems with avidemux 2.6 (aka avidemux 3), too. It does not 
crash, but playing the video afterwards freezes video – not the audio! – at 
the transmission failure. After several minutes of "radio" the video goes on.

avidemux 2.5 lost synchronization of video and audio at that point.

Watching the original stream does only show a flicker at that point.

I'm very interested in finding a solution for it. But I think, this is not a 
packman problem. Maybe it could be solved upstream. Maybe it  can not.

Markus

signature.asc
Description: This is a digitally signed message part.
___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] Packaging request - VidCutter

2017-02-15 Diskussionsfäden Carlos E. R.

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Content-ID: 


El 2017-02-15 a las 23:48 +0100, Carlos E. R. escribió:

El 2017-02-15 a las 16:49 -, Gerhard Kühbauer escribió:

Am 2017-02-14 um 23:49 schrieb Carlos E. R.:



- ffmpeg -i clip.mpeg2 -vcodec copy -acodec copy clip.mkv or
- mkvmerge -i clip.mpeg2 -o clip.mpeg2.mkv

Mkvmerge is part of mkvtoolnix and also available with a gui.
The difference: http://i.imgur.com/tkpOd4w.png

Strangely exactly the same video, just in another container, can be
opened and edited by Vidcutter without any problems.


Without recoding? You use the "copy" codec. Curious!


Well, this method processes 811 MB, then crashes:

Press [q] to stop, [?] for help
[matroska @ 0xdbf7a0] Timestamps are unset in a packet for stream 0. This is 
deprecated and will stop working in the future. Fix your code to set the 
timestamps properly
[matroska @ 0xdbf7a0] Non-monotonous DTS in output stream 0:0; previous: 
3511960, current: 3511920; changing to 3511960. This may result in incorrect 
timestamps in the output file.
[matroska @ 0xdbf7a0] Non-monotonous DTS in output stream 0:0; previous: 
3511960, current: 3511920; changing to 3511960. This may result in incorrect 
timestamps in the output file.
[matroska @ 0xdbf7a0] Non-monotonous DTS in output stream 0:0; previous: 
3511960, current: 3511920; changing to 3511960. This may result in incorrect 
timestamps in the output file.
[matroska @ 0xdbf7a0] Non-monotonous DTS in output stream 0:0; previous: 
3511960, current: 3511920; changing to 3511960. This may result in incorrect 
timestamps in the output file.
[matroska @ 0xdbf7a0] Can't write packet with unknown timestamp
av_interleaved_write_frame(): Invalid argument
[matroska @ 0xdbf7a0] Can't write packet with unknown timestamp
Error writing trailer of out.mkv: Invalid argumentframe=91633 fps=1518 q=-1.0 Lsize=  829474kB time=00:58:31.96 bitrate=1934.8kbits/s speed=58.2x 
video:746711kB audio:82638kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.015138%

Conversion failed!


That's the sync problem I mentioned, I think. I'll try another flavour:

ffmpeg -i "input.mpeg" -copyts  -vcodec copy -acodec copy "output - c.mkv"

Crashes at the same place :-(

I think it is some error in the transmitted stream that makes ffmpeg to 
fail. But that's a completely different issue than vidcutter.


Maybe some specific mail list for ffmpeg?



I think I used this:

ffmpeg -i "input.mpeg" -copyts -map 0:0 -map 0:1 -map 0:2  -c:v libx264 
-preset ultrafast -vf crop=1920:804:0:138 -c:a copy "output.mkv"


I will try that on this movie and comment back. Without the crop filter,
not needed.


Yes, this one finished correctly, and, vidcutter is able to load it. Now 
I'll try to remove comercials.


I try to use the keyboard cursor, but it is slow: I'm used to 
ctrl-arrows moving the cursor more than using the arrow. Ie, arrow 
speed modifiers. If fact, moving the cursor with the mouse doesn't work 
right, because on release it jumps to a different point.


Letting the movie play advances faster than with the cursor.

Ok, cut points defined... let's convert.
I forgot to see if the cut points can be saved to a file :-?

[...]

Well, it's the only editor that could cope :-))


There is, however, a final problem: it took only one sound track, it 
ignored the second. Typically, movies in Spain come in Spanish and 
English, and I want to keep both languages, obviously. No editor does.


I understand vidcutter uses ffmpeg. If it wrote an ffmpeg script, I 
could adjust the options.


Time to go to their mail list or forum and ask ;-)

- -- 
Cheers

   Carlos E. R.

   (from 42.2 x86_64 "Malachite" (Minas Tirith))
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iF4EAREIAAYFAlik8q0ACgkQja8UbcUWM1wDpwD/bw7lEf+KYd7c520m5KHthC/j
kkwke0V2/hKEGJ9el6YA/iF9Olc/0mPxyLeKC54y11ki9DOmu2kvkth7KyWDKGbW
=f0kM
-END PGP SIGNATURE-
___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] Packaging request - VidCutter

2017-02-15 Diskussionsfäden Carlos E. R.

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Content-ID: 


El 2017-02-15 a las 16:49 -, Gerhard Kühbauer escribió:

Am 2017-02-14 um 23:49 schrieb Carlos E. R.:


 From one of those I took a clip:

  dd if=Cine.mpeg of=clip.mpeg2 bs=1M count=5

being at the start of the movie, it is just the commercials. I'll mail
that in an instant.

Here goes.

And thanks, see if you can find out something.



MPEG4-AVC in an MPEG-TS-container... Interesting! There is no problem
with the video itself. Every decent videoplayer plays it fine without
any problems, although at first it wasn't even recognized as a
videofile. My first try of editing it was with Avidemux and there were
no problems doing that. When I tried to do the same with Vidcutter the
following happened: http://i.imgur.com/rwekRuK.png


Yes, that is the problem I was trying to describe.



Very strange & definitely unusable! I don't know what exactly is causing
this weird behaviour of Vidcutter, but it seems to have something to do
with the quite unusual combination of videocodec/format/container.
Fortunately there is a very easy solution to fix this problem - simply
put your videos in an another "container". In my humble opinion mkv
(Matroska) would be a good choice . This can be done with:

- ffmpeg -i clip.mpeg2 -vcodec copy -acodec copy clip.mkv or
- mkvmerge -i clip.mpeg2 -o clip.mpeg2.mkv

Mkvmerge is part of mkvtoolnix and also available with a gui.
The difference: http://i.imgur.com/tkpOd4w.png

Strangely exactly the same video, just in another container, can be
opened and edited by Vidcutter without any problems.


Without recoding? You use the "copy" codec. Curious!


The quality of the
video stays exactly the same and process is very fast. Yes, that's
another workaround regarding Vidcutter for you, but at least it gives
you the possibility to edit your videos with a working preview. It is
planned that the next major release of Vidcutter will be using libmpv
instead of the QMediaPlayer/GStreamer and maybe that will solve your
issue. Nonetheless I think you should let the developer know of this
particular problem - just to make sure the issue will be hopefully &
definitely solved in the next releases...


Sure, I'll do.

Those files also have a sync problem, but I have an ffmpeg command that 
corrects it. Let's see if I can find it... It would be another way to 
process with vidcutter, use the already processed stream.


I think I used this:

ffmpeg -i "input.mpeg" -copyts -map 0:0 -map 0:1 -map 0:2  -c:v libx264 -preset ultrafast 
-vf crop=1920:804:0:138 -c:a copy "output.mkv"

I will try that on this movie and comment back. Without the crop filter, 
not needed.


I will also try your method, it will process much faster.

Thanks!

- -- 
Cheers

   Carlos E. R.

   (from 42.2 x86_64 "Malachite" (Minas Tirith))
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iF4EAREIAAYFAlik2qgACgkQja8UbcUWM1xx0AD/T6J9a6cP2LiI3Tm1KmzzQRNG
az9Be3erYvPQiFlzZC8BAJnGgSjJB/k3l6vyq80vdp8qKvkIjC4YldUeKK3JbLI0
=I0DZ
-END PGP SIGNATURE-
___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] Packaging request - VidCutter

2017-02-15 Diskussionsfäden Markus Kohm
Am Mittwoch, 15. Februar 2017, 16:49:57 CET schrieb Gerhard Kühbauer:
> MPEG4-AVC in an MPEG-TS-container... Interesting!

Very usual for DVB-S or DVB-T2.


signature.asc
Description: This is a digitally signed message part.
___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] Packaging request - VidCutter

2017-02-15 Diskussionsfäden Gerhard Kühbauer
Am 2017-02-15 um 10:38 schrieb Olaf Hering:
> Am Tue, 14 Feb 2017 21:22:28 +0100
> schrieb "Luigi Baldoni" :
>
>> Will see what I can do, I've also discovered it was already
>> in multimedia:apps, will try and unify them.
> Should the package be provided by packman, or is the copy in OBS enough?
>
> Olaf

I apologize for causing you additional and it seems even unnecessary 
workload. That wasn't my intention and I'm sorry...


Am 2017-02-14 um 23:49 schrieb Carlos E. R.:

>  From one of those I took a clip:
>
>   dd if=Cine.mpeg of=clip.mpeg2 bs=1M count=5
>
> being at the start of the movie, it is just the commercials. I'll mail
> that in an instant.
>
> Here goes.
>
> And thanks, see if you can find out something.
MPEG4-AVC in an MPEG-TS-container... Interesting! There is no problem 
with the video itself. Every decent videoplayer plays it fine without 
any problems, although at first it wasn't even recognized as a 
videofile. My first try of editing it was with Avidemux and there were 
no problems doing that. When I tried to do the same with Vidcutter the 
following happened: http://i.imgur.com/rwekRuK.png

Very strange & definitely unusable! I don't know what exactly is causing 
this weird behaviour of Vidcutter, but it seems to have something to do 
with the quite unusual combination of videocodec/format/container. 
Fortunately there is a very easy solution to fix this problem - simply 
put your videos in an another "container". In my humble opinion mkv 
(Matroska) would be a good choice . This can be done with:

- ffmpeg -i clip.mpeg2 -vcodec copy -acodec copy clip.mkv or
- mkvmerge -i clip.mpeg2 -o clip.mpeg2.mkv

Mkvmerge is part of mkvtoolnix and also available with a gui.
The difference: http://i.imgur.com/tkpOd4w.png

Strangely exactly the same video, just in another container, can be 
opened and edited by Vidcutter without any problems. The quality of the 
video stays exactly the same and process is very fast. Yes, that's 
another workaround regarding Vidcutter for you, but at least it gives 
you the possibility to edit your videos with a working preview. It is 
planned that the next major release of Vidcutter will be using libmpv 
instead of the QMediaPlayer/GStreamer and maybe that will solve your 
issue. Nonetheless I think you should let the developer know of this 
particular problem - just to make sure the issue will be hopefully & 
definitely solved in the next releases...



___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] Packaging request - VidCutter

2017-02-15 Diskussionsfäden Olaf Hering
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Wed, 15 Feb 2017 10:43:48 +0100
schrieb "Luigi Baldoni" :
> A link will probably suffice, I'll submit a delete request once
> everything is ready.

Thanks.

Olaf
-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQSkRyP6Rn//f03pRUBdQqD6ppg2fgUCWKRUZwAKCRBdQqD6ppg2
fpxFAJ9udRKWag6gqrVbUMW9lQBDAZGkCwCfZgZOmNf1uhGkKO0UGRluJZP+rDI=
=rZ20
-END PGP SIGNATURE-
___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] Packaging request - VidCutter

2017-02-15 Diskussionsfäden Luigi Baldoni
On 15/2/17 Olaf Hering wrote:
> Am Tue, 14 Feb 2017 21:22:28 +0100
> schrieb "Luigi Baldoni" :
>
>> Will see what I can do, I've also discovered it was already
>> in multimedia:apps, will try and unify them.
>
> Should the package be provided by packman, or is the copy in OBS enough?

A link will probably suffice, I'll submit a delete request once everything
is ready.

Regards

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] Packaging request - VidCutter

2017-02-15 Diskussionsfäden Olaf Hering
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Tue, 14 Feb 2017 21:22:28 +0100
schrieb "Luigi Baldoni" :

> Will see what I can do, I've also discovered it was already
> in multimedia:apps, will try and unify them.

Should the package be provided by packman, or is the copy in OBS enough?

Olaf
-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQSkRyP6Rn//f03pRUBdQqD6ppg2fgUCWKQhlAAKCRBdQqD6ppg2
fonCAKCPx0w4vEp66KO46u6vbDzy4rGgWQCgryf0x4622kTarg8btzBz8Nn2UKE=
=lqLi
-END PGP SIGNATURE-
___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] Packaging request - VidCutter

2017-02-14 Diskussionsfäden Carlos E. R.
On 2017-02-14 23:23, Gerhard Kühbauer wrote:
> Am 2017-02-14 um 22:55 schrieb Carlos E. R.:
> 
>> I'd like to. But I have to cut a section of about that size first, 
>> without modifying it. Perhaps with plain dd?
>>
>> As to sending it, it can be done in little pieces by email (to be 
>> joined later with plain "cat" or piping), or perhaps in google drive.
>>
> I guess the easiest way is just to record a "fresh" short clip (trailer 
> or commercial), 20-30 seconds is enough. Leave it completely as it is 
> and you can send it to me via email: vienna...@hotmail.com (Hotmail 
> allows up to 10MB-attachments. Google drive, a filehoster like 
> filedropper, zippyshare  is fine too - whatever option is the most 
> convenient for you.
> 
> I'll take a look at the video as soon as possible!

Thanks, I'll email you what I have in another post.

The recording software does not allow to record specifying start/stop
times. I have to specify a full program from the index. The thing is
actually recorded at the ISP server, on the cloud. However, with kodi
and a plugin we can make a local copy on the hard disk of those
recordings on the cloud.

From one of those I took a clip:

 dd if=Cine.mpeg of=clip.mpeg2 bs=1M count=5

being at the start of the movie, it is just the commercials. I'll mail
that in an instant.

-- 
Cheers / Saludos,

Carlos E. R.

  (from 42.2 x86_64 "Malachite" (Minas Tirith))



signature.asc
Description: OpenPGP digital signature
___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Re: [packman] Packaging request - VidCutter

2017-02-14 Diskussionsfäden Gerhard Kühbauer
Am 2017-02-14 um 22:55 schrieb Carlos E. R.:

> I'd like to. But I have to cut a section of about that size first, 
> without modifying it. Perhaps with plain dd?
>
> As to sending it, it can be done in little pieces by email (to be 
> joined later with plain "cat" or piping), or perhaps in google drive.
>
I guess the easiest way is just to record a "fresh" short clip (trailer 
or commercial), 20-30 seconds is enough. Leave it completely as it is 
and you can send it to me via email: vienna...@hotmail.com (Hotmail 
allows up to 10MB-attachments. Google drive, a filehoster like 
filedropper, zippyshare  is fine too - whatever option is the most 
convenient for you.

I'll take a look at the video as soon as possible!

Best regards and have a nice evening!



___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] Packaging request - VidCutter

2017-02-14 Diskussionsfäden Carlos E. R.

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256



El 2017-02-14 a las 22:55 +0100, Carlos E. R. escribió:

El 2017-02-14 a las 21:28 -, Gerhard Kühbauer escribió:



Your problematic videofile seems to be MPEG4/h264 in an
MPEG-TS-container and astandard 720x576-resolution. It's an allowed
format, but something I've never seen used by TV-stations before. If
it's not too much trouble - would it be possible to upload a short clip
of it (5-8MB are more than enough) to some filehoster? A short part of a
commercial clip or something like that. Nothing that can cause legal
issues...


I'd like to. But I have to cut a section of about that size first,
without modifying it. Perhaps with plain dd?

As to sending it, it can be done in little pieces by email (to be joined
later with plain "cat" or piping), or perhaps in google drive.


Ok, I have cut a 5 MB clip with dd, xine can display it fine, till some 
error when it ends suddenly. What do I do, can I email it to you?


- -- 
Cheers

   Carlos E. R.

   (from 42.2 x86_64 "Malachite" (Minas Tirith))

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iF4EAREIAAYFAlijf7cACgkQja8UbcUWM1whnAEAhNPvm5rcwk8ZlNmUz1WdxZJk
IU5K13AZRrPdUgyIiVAA/1y6+X49yclAda0JEUnsDxncuqdbvBZDjiymMNorFWnl
=1o/P
-END PGP SIGNATURE-
___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] Packaging request - VidCutter

2017-02-14 Diskussionsfäden Carlos E. R.

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256



El 2017-02-14 a las 21:28 -, Gerhard Kühbauer escribió:

Am 2017-02-14 um 21:55 schrieb Carlos E. R.:


The other tool that I'm interested in is ProjectX.cvs, but it can't
load these files, something I don't remember the name is way too big.
Unfortunately the home site appears to be German only, so I don't know
how to communicate with them.


Sadly, there are also no good news when it comes to ProjectX - the
development has stopped years ago and ProjectX can only handle MPEG2.
So, I'm afraid that is not really an option...


Pity. It works very well with another TV recorder I have, this time 
recording from the air stations.




Your problematic videofile seems to be MPEG4/h264 in an
MPEG-TS-container and astandard 720x576-resolution. It's an allowed
format, but something I've never seen used by TV-stations before. If
it's not too much trouble - would it be possible to upload a short clip
of it (5-8MB are more than enough) to some filehoster? A short part of a
commercial clip or something like that. Nothing that can cause legal
issues...


I'd like to. But I have to cut a section of about that size first, 
without modifying it. Perhaps with plain dd?


As to sending it, it can be done in little pieces by email (to be joined 
later with plain "cat" or piping), or perhaps in google drive.


- -- 
Cheers

   Carlos E. R.

   (from 42.2 x86_64 "Malachite" (Minas Tirith))
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iF4EAREIAAYFAlijfNkACgkQja8UbcUWM1yHdgD/S1jhYVhfxLxUWFEgKnpWukTP
X02tm7/mj/mho7jwz1oA/16uCg6WOl0dFTh8gWd1O0Z90M6MhF0kEsB5jdWhA4s0
=MNW0
-END PGP SIGNATURE-
___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] Packaging request - VidCutter

2017-02-14 Diskussionsfäden Gerhard Kühbauer
Am 2017-02-14 um 21:55 schrieb Carlos E. R.:

> The other tool that I'm interested in is ProjectX.cvs, but it can't 
> load these files, something I don't remember the name is way too big. 
> Unfortunately the home site appears to be German only, so I don't know 
> how to communicate with them.

Sadly, there are also no good news when it comes to ProjectX - the 
development has stopped years ago and ProjectX can only handle MPEG2. 
So, I'm afraid that is not really an option...

Your problematic videofile seems to be MPEG4/h264 in an 
MPEG-TS-container and astandard 720x576-resolution. It's an allowed 
format, but something I've never seen used by TV-stations before. If 
it's not too much trouble - would it be possible to upload a short clip 
of it (5-8MB are more than enough) to some filehoster? A short part of a 
commercial clip or something like that. Nothing that can cause legal 
issues...



___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] Packaging request - VidCutter

2017-02-14 Diskussionsfäden Felix Miata

Luigi Baldoni composed on 2017-02-14 21:22 (UTC+0100):

[42.1]
# zypper -v in vidcutter
...
Selecting 'vidcutter-2.6.5-1.1.noarch' from repository 'Packman' for 
installation.
Resolving package dependencies...
Force resolution: No

Problem: nothing provides python3-qt5 >= 5.5 needed by 
vidcutter-2.6.5-1.1.noarch
 Solution 1: do not install vidcutter-2.6.5-1.1.noarch
 Solution 2: break vidcutter-2.6.5-1.1.noarch by ignoring some of its 
dependencies

:-(
--
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] Packaging request - VidCutter

2017-02-14 Diskussionsfäden Carlos E. R.

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256



El 2017-02-14 a las 19:51 -, Gerhard Kühbauer escribió:


Hello everybody and first of all let me say a big, big thank you to the
Packman-Team and especially Luigi Baldoni for adding Vidcutter so
quickly to the packman-repo and making it easily available for all the
openSUSE/SUSE-users out there. Thanks a lot for all your efforts and let
me assure you that they are really appreciated!


Absolutely :-)



Am 2017-02-14 um 19:16 schrieb Carlos E. R.:

However, it does not work well here.

If on the terminal I do "vidcutter video.mpeg" it crashes...

The same movie opens from the menu, but the display of the movie is
grey. If I move the slider I see grey shapes on the display, but the
slider itself is empty. If I hit "play" it does play. If I move the
slider with the keyboard, most frams desplay grey content with some
weird shapes, and now and then a frame from the movie.

This way I can not seek the sections to cut...



I'm afraid I'm really not much help here, but I can at least confirm
that starting Vidcutter from a terminal with vidcutter mymovie causes
the program to crash. If you provide the full path - for example:
vidcutter /media/VIDEO/mymovie then vidcutter starts and opens the video
correctly. Tried that half a dozen times with various videofiles in the
last minutes, it always worked. Strange, but maybe it is an acceptable
workaround for you till the issue is fixed.


Yes, it is a minor issue and I suppose an easy one to correct.


I've been using the program
a couple of weeks now, but I've never started it via a terminal. Lazy as
I am I just created a custom action for Thunar, so I can simply right
click on a videofile and then open it with vidcutter:


Noted :-)




vidcutter
Öffne mit Vidcutter
1486424626017141-1
vidcutter %f
Videodatei mit Vidcutter öffnen und
bearbeiten
*ts;*.mpg;*mpeg;*.mp4;*.mkv;*.avi;*.flv






however, I often work out of 'mc' - yes, with videos ;-)



Works fine and of course the classic drag & drop still works too ;-) At
the moment I've no idea what could cause your grey preview window. So
far I've not experienced something like that and I've opened & edited
pretty much all sorts of different videofiles with vidcutter by now.
That even includes some seriously damaged flv-videos Avidemux didn't
like at all. No big issue for Vidcutter to cut out the good parts and
save them correctly. If your video is indeed an MPEG-file, then it
really should be no problem to load and edit them.

Is there any chance that the issue is caused by the videofile itself?
Maybe a broken/corrupt file? Any errors/problems when you play it with
ffplay/MPlayer or open it with Avidemux? Is the preview with Avidemux
also grey and does the same happen with other videos as well?


The video is not broken, but it is indeed peculiar, other tools have 
problems with this source. Not this particular problem, though. ffmpeg 
is actually the best tool to work with it, yes. I may try recoding the 
video first, then try to cut the commercials.


It is a recording from digital tv transmited via cable, mpeg-ts. 
mediainfo says:


General
ID   : 100 (0x64)
Complete name: Cine  El Hobbit  La batalla de los 
cinco ejercitos.mpeg
Format   : MPEG-TS  <===
File size: 2.70 GiB
Duration : 2 h 48 min
Overall bit rate mode: Constant
Overall bit rate : 2 300 kb/s

Video
ID   : 481 (0x1E1)
Menu ID  : 1 (0x1)
Format   : AVC
Format/Info  : Advanced Video Codec
Format profile   : High@L3
Format settings, CABAC   : Yes
Format settings, ReFrames: 4 frames
Codec ID : 27
Duration : 2 h 48 min
Bit rate : 1 863 kb/s
Width: 720 pixels
Height   : 576 pixels
Display aspect ratio : 16:9
Frame rate   : 25.000 FPS
Standard : PAL
Color space  : YUV
Chroma subsampling   : 4:2:0
Bit depth: 8 bits
Scan type: MBAFF
Scan type, store method  : Separated fields
Scan order   : Top Field First
Bits/(Pixel*Frame)   : 0.180
Stream size  : 2.19 GiB (81%)
Color range  : Limited
Color primaries  : BT.601 PAL
Transfer characteristics : BT.470 System B, BT.470 System G
Matrix 

Re: [packman] Packaging request - VidCutter

2017-02-14 Diskussionsfäden Luigi Baldoni
On 14/02/17 Carlos E.R. wrote:
>
> Thank you both, I need such an application :-)
> 
> However, it does not work well here.
>
> If on the terminal I do "vidcutter video.mpeg" it crashes:

Sorry, I really rushed this, I should have tested it more.

Will see what I can do, I've also discovered it was already
in multimedia:apps, will try and unify them.

Regards

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] Packaging request - VidCutter

2017-02-14 Diskussionsfäden Gerhard Kühbauer
Hello everybody and first of all let me say a big, big thank you to the 
Packman-Team and especially Luigi Baldoni for adding Vidcutter so 
quickly to the packman-repo and making it easily available for all the 
openSUSE/SUSE-users out there. Thanks a lot for all your efforts and let 
me assure you that they are really appreciated!


Am 2017-02-14 um 19:16 schrieb Carlos E. R.:
> However, it does not work well here.
>
> If on the terminal I do "vidcutter video.mpeg" it crashes...
>
> The same movie opens from the menu, but the display of the movie is 
> grey. If I move the slider I see grey shapes on the display, but the 
> slider itself is empty. If I hit "play" it does play. If I move the 
> slider with the keyboard, most frams desplay grey content with some 
> weird shapes, and now and then a frame from the movie.
>
> This way I can not seek the sections to cut...
>

I'm afraid I'm really not much help here, but I can at least confirm 
that starting Vidcutter from a terminal with vidcutter mymovie causes 
the program to crash. If you provide the full path - for example: 
vidcutter /media/VIDEO/mymovie then vidcutter starts and opens the video 
correctly. Tried that half a dozen times with various videofiles in the 
last minutes, it always worked. Strange, but maybe it is an acceptable 
workaround for you till the issue is fixed. I've been using the program 
a couple of weeks now, but I've never started it via a terminal. Lazy as 
I am I just created a custom action for Thunar, so I can simply right 
click on a videofile and then open it with vidcutter:


 vidcutter
 Öffne mit Vidcutter
 1486424626017141-1
 vidcutter %f
 Videodatei mit Vidcutter öffnen und 
bearbeiten
*ts;*.mpg;*mpeg;*.mp4;*.mkv;*.avi;*.flv
 
 
 


Works fine and of course the classic drag & drop still works too ;-) At 
the moment I've no idea what could cause your grey preview window. So 
far I've not experienced something like that and I've opened & edited 
pretty much all sorts of different videofiles with vidcutter by now. 
That even includes some seriously damaged flv-videos Avidemux didn't 
like at all. No big issue for Vidcutter to cut out the good parts and 
save them correctly. If your video is indeed an MPEG-file, then it 
really should be no problem to load and edit them.

Is there any chance that the issue is caused by the videofile itself? 
Maybe a broken/corrupt file? Any errors/problems when you play it with 
ffplay/MPlayer or open it with Avidemux? Is the preview with Avidemux 
also grey and does the same happen with other videos as well?

That's how it should look like: http://i.imgur.com/7IV5a5m.png (SD; 576i)

Another option and very likely the most  promising is to contact the 
developer (a friendy guy) of Vidcutter directly on github: 
https://github.com/ozmartian/vidcutter/issues

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] Packaging request - VidCutter

2017-02-14 Diskussionsfäden Carlos E. R.

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256



El 2017-02-13 a las 13:20 +0100, Luigi Baldoni escribió:

Sent: Monday, February 13, 2017 at 12:27 PM
From: "Gerhard Kühbauer" <>


In my humble opinion VidCutter would be a great addition for Packman and
a very useful tool and sooner or later maybe even a replacement for the
meanwhile very outdated DVBCut which only works with MPEG2.


Done.


Thank you both, I need such an application :-)

However, it does not work well here.

If on the terminal I do "vidcutter video.mpeg" it crashes:

Traceback (most recent call last):
  File "/usr/bin/vidcutter", line 9, in 
load_entry_point('vidcutter==2.6.5', 'gui_scripts', 'vidcutter')()
  File "/usr/lib/python3.4/site-packages/vidcutter/__main__.py", line 144, in 
main
win = MainWindow()
  File "/usr/lib/python3.4/site-packages/vidcutter/__main__.py", line 37, in 
__init__
self.cutter.loadMedia(self.video)
  File "/usr/lib/python3.4/site-packages/vidcutter/videocutter.py", line 497, 
in loadMedia
self.frameRate = self.videoService.framerate(filename)
  File "/usr/lib/python3.4/site-packages/vidcutter/videoservice.py", line 69, 
in framerate
result = re.search(r'[\d.]+(?= tbr)', result).group(0)
AttributeError: 'NoneType' object has no attribute 'group'



The same movie opens from the menu, but the display of the movie is 
grey. If I move the slider I see grey shapes on the display, but the 
slider itself is empty. If I hit "play" it does play. If I move the 
slider with the keyboard, most frams desplay grey content with some 
weird shapes, and now and then a frame from the movie.


This way I can not seek the sections to cut...


- -- 
Cheers

   Carlos E. R.

   (from 42.2 x86_64 "Malachite" (Minas Tirith))

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iF4EAREIAAYFAlijSYQACgkQja8UbcUWM1ziFgD+IuI6sV4Tl721r0QugiwKu81U
7tJNn96oKXWMjODAa4cA/2nBy2SFYDHyMRB6DP11LwfYy8mFeO4YytzvJJ3kVhZJ
=KKoY
-END PGP SIGNATURE-
___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman


Re: [packman] Packaging request - VidCutter

2017-02-13 Diskussionsfäden Luigi Baldoni
Sent: Monday, February 13, 2017 at 12:27 PM
From: "Gerhard Kühbauer" 

> In my humble opinion VidCutter would be a great addition for Packman and 
> a very useful tool and sooner or later maybe even a replacement for the 
> meanwhile very outdated DVBCut which only works with MPEG2.

Done.

Regards

___
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman